Package org.jgraph.graph
Class ParentMap.Entry
java.lang.Object
org.jgraph.graph.ParentMap.Entry
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ParentMap
Object that represents the relation between a child an a parent.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
child
Child and parent of the relation this entry describes. -
parent
Child and parent of the relation this entry describes.
-
-
Constructor Details
-
Entry
Constructs a new relation betweenchild
andparent
.
-
-
Method Details
-
getChild
Returns the child of the relation. -
getParent
Returns the parent of the relation.
-