net.xqhs.graphs.context
Class ContextGraph.ContextEdge

java.lang.Object
  extended by net.xqhs.graphs.representation.AbstractVisualizableGraphComponent
      extended by net.xqhs.graphs.graph.SimpleEdge
          extended by net.xqhs.graphs.context.ContextGraph.ContextEdge
All Implemented Interfaces:
Edge, GraphComponent, VisualizableGraphComponent
Enclosing class:
ContextGraph

public static class ContextGraph.ContextEdge
extends SimpleEdge


Field Summary
(package private)  Instant.Offset initialValidity
           
 
Fields inherited from class net.xqhs.graphs.graph.SimpleEdge
from, label, to
 
Fields inherited from class net.xqhs.graphs.representation.AbstractVisualizableGraphComponent
representations
 
Constructor Summary
ContextGraph.ContextEdge(Node fromNode, Node toNode, java.lang.String edgeLabel, Instant.Offset edgeValidity)
           
 
Method Summary
 
Methods inherited from class net.xqhs.graphs.graph.SimpleEdge
getFrom, getLabel, getTo, toString, toStringShort, toStringShort
 
Methods inherited from class net.xqhs.graphs.representation.AbstractVisualizableGraphComponent
addRepresentation, getFirstRepresentationForRoot, getRepresentations, getRepresentationsForRoot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

initialValidity

Instant.Offset initialValidity
Constructor Detail

ContextGraph.ContextEdge

public ContextGraph.ContextEdge(Node fromNode,
                                Node toNode,
                                java.lang.String edgeLabel,
                                Instant.Offset edgeValidity)