|
JGraph
|
|||||||||
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 java.lang.Object |
child
Child and parent of the relation this entry describes. |
protected java.lang.Object |
parent
Child and parent of the relation this entry describes. |
Constructor Summary | |
---|---|
ParentMap.Entry(java.lang.Object child,
java.lang.Object parent)
Constructs a new relation between child and
parent . |
Method Summary | |
---|---|
java.lang.Object |
getChild()
Returns the child of the relation. |
java.lang.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 java.lang.Object child
protected java.lang.Object parent
Constructor Detail |
---|
public ParentMap.Entry(java.lang.Object child, java.lang.Object parent)
child
and
parent
.
Method Detail |
---|
public java.lang.Object getChild()
public java.lang.Object getParent()
|
JGraph
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |