|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DirectedEdge
Methods of an Entity that is an edge in a directed graph.
| Field Summary | |
|---|---|
static String |
CHILD_ID_ATTRIBUTE
The default attribute name for the child identity: CHILD_ID. |
static String |
PARENT_ID_ATTRIBUTE
The default attribute name for the parent identity: PARENT_ID. |
| Method Summary | |
|---|---|
Entity |
getChild()
Get the child node. |
long |
getChildID()
Get the child node identity. |
Entity |
getParent()
Get the parent node. |
long |
getParentID()
Get the parent node identity. |
| Field Detail |
|---|
static final String PARENT_ID_ATTRIBUTE
static final String CHILD_ID_ATTRIBUTE
| Method Detail |
|---|
long getParentID()
long getChildID()
Entity getParent()
Entity getChild()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||