Package org.jgraph.graph
Class ParentMap.Entry
- java.lang.Object
-
- org.jgraph.graph.ParentMap.Entry
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ParentMap
public class ParentMap.Entry extends java.lang.Object implements java.io.Serializable
Object that represents the relation between a child an a parent.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Entry(java.lang.Object child, java.lang.Object parent)
Constructs a new relation betweenchild
andparent
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getChild()
Returns the child of the relation.java.lang.Object
getParent()
Returns the parent of the relation.
-