N
- Value type that the graph node stores.E
- Value type that the graph edge stores.public static interface DiGraph.DiGraphEdge<N,E> extends Graph.GraphEdge<N,E>
Modifier and Type | Method and Description |
---|---|
DiGraph.DiGraphNode<N,E> |
getDestination() |
DiGraph.DiGraphNode<N,E> |
getSource() |
void |
setDestination(DiGraph.DiGraphNode<N,E> node) |
void |
setSource(DiGraph.DiGraphNode<N,E> node) |
getNodeA, getNodeB, getValue
getAnnotation, setAnnotation
DiGraph.DiGraphNode<N,E> getSource()
DiGraph.DiGraphNode<N,E> getDestination()
void setSource(DiGraph.DiGraphNode<N,E> node)
void setDestination(DiGraph.DiGraphNode<N,E> node)
Copyright © 2009-2016 Google. All Rights Reserved.