|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Edge
Interface for single graph edge (director or undirected)
Method Summary | |
---|---|
Node |
getEndNode()
Returns the start node (in directed graph) or second of the two nodes (in indirected) of the edge. |
java.lang.String |
getId()
Get business id of the edge Business id should be unique within the graph |
Node |
getStartNode()
Returns the start node (in directed graph) or one of the two nodes (in indirected) of the edge. |
Method Detail |
---|
java.lang.String getId()
Node getStartNode()
Node getEndNode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |