|
com.im.df.api 5.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface DFDataTree.Edge
This object represents an edge in datatree graph. It corresponds to one oriented relationship
(DFRelationship.Direction). The Edge object is immutable, it cannot be changed once it's created.
| Method Summary | |
|---|---|
DFDataTree.Vertex |
getDestination()
Get the child vertex (end of this edge) |
DFDataTree.Vertex |
getOrigin()
Get the parent vertex (begin of this edge) |
DFRelationship.Direction |
getRelationshipDir()
Get the relationship which this edge is built on top of. |
| Method Detail |
|---|
DFRelationship.Direction getRelationshipDir()
DFDataTree.Vertex getOrigin()
DFDataTree.Vertex getDestination()
|
com.im.df.api 5.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||