public class ParentMap.Entry
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Entry(java.lang.Object child,
java.lang.Object parent)
Constructs a new relation between
child and
parent . |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getChild()
Returns the child of the relation.
|
java.lang.Object |
getParent()
Returns the parent of the relation.
|
protected java.lang.Object child
protected java.lang.Object parent
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.