org.jgraph.graph
public class ParentMap.Entry extends Object implements Serializable
| Field Summary | |
|---|---|
| protected Object | child Child and parent of the relation this entry describes. |
| protected Object | parent Child and parent of the relation this entry describes. |
| Constructor Summary | |
|---|---|
| Entry(Object child, Object parent)
Constructs a new relation between child and
parent. | |
| Method Summary | |
|---|---|
| Object | getChild()
Returns the child of the relation. |
| Object | getParent()
Returns the parent of the relation. |
child and
parent.