public interface DirectedGraphEdge<S extends DirectedGraphNode,T extends DirectedGraphNode> extends DirectedGraphElement
Modifier and Type | Interface and Description |
---|---|
static interface |
DirectedGraphEdge.MultipleSources<N extends DirectedGraphNode>
Implementations of this class should also implement DirectedGraphEdge
|
static interface |
DirectedGraphEdge.MultipleTargets<N extends DirectedGraphNode>
Implementations of this class should also implement DirectedGraphEdge,
N>
|
Modifier and Type | Method and Description |
---|---|
S |
getSource() |
T |
getTarget() |
equals, getGraph, getLabel, hashCode
getAttributeMap