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, hashCodegetAttributeMap, getLabel, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSource, getTargetequals, getLabel, hashCodegetAttributeMappublic AbstractDirectedGraph<?,?> getGraph()
getGraph in interface DirectedGraphElementpublic int compareTo(AbstractGraphEdge<S,T> edge)
compareTo in interface java.lang.Comparable<AbstractGraphEdge<S extends AbstractDirectedGraphNode,T extends AbstractDirectedGraphNode>>