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.SerializableObject 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 betweenchildandparent.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetChild()Returns the child of the relation.java.lang.ObjectgetParent()Returns the parent of the relation.
-