|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgraph.graph.ParentMap.Entry
public class ParentMap.Entry
Object that represents the relation between a child an a parent.
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 | |
---|---|
ParentMap.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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Object child
protected Object parent
Constructor Detail |
---|
public ParentMap.Entry(Object child, Object parent)
child
and parent
.
Method Detail |
---|
public Object getChild()
public Object getParent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |