public abstract class AbstractDirectedGraphEdge<S extends AbstractDirectedGraphNode,T extends AbstractDirectedGraphNode> extends AbstractGraphEdge<S,T> implements DirectedGraphEdge<S,T>
DirectedGraphEdge.MultipleSources<N extends DirectedGraphNode>, DirectedGraphEdge.MultipleTargets<N extends DirectedGraphNode>
hash, source, target
Constructor and Description |
---|
AbstractDirectedGraphEdge(S source,
T target) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AbstractGraphEdge<S,T> edge) |
AbstractDirectedGraph<?,?> |
getGraph() |
equals, getSource, getTarget, hashCode
getAttributeMap, getLabel, toString
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
getSource, getTarget
equals, getLabel, hashCode
getAttributeMap
public AbstractDirectedGraph<?,?> getGraph()
getGraph
in interface DirectedGraphElement
public int compareTo(AbstractGraphEdge<S,T> edge)
compareTo
in interface java.lang.Comparable<AbstractGraphEdge<S extends AbstractDirectedGraphNode,T extends AbstractDirectedGraphNode>>