org.jgraph.graph
Class ParentMap.Entry
java.lang.Object
org.jgraph.graph.ParentMap.Entry
- ParentMap
- Serializable
public class ParentMap.Entry
extends java.lang.Object
implements Serializable
Object that represents the relation between a child an a parent.
protected Object | child - Child and parent of the relation this entry describes.
|
protected Object | parent - Child and parent of the relation this entry describes.
|
Entry(Object child, Object parent) - Constructs a new relation between
child and
parent .
|
Object | getChild() - Returns the child of the relation.
|
Object | getParent() - Returns the parent of the relation.
|
child
protected Object child
Child and parent of the relation this entry describes.
parent
protected Object parent
Child and parent of the relation this entry describes.
Entry
public Entry(Object child,
Object parent)
Constructs a new relation between child
and
parent
.
getChild
public Object getChild()
Returns the child of the relation.
getParent
public Object getParent()
Returns the parent of the relation.
Copyright (C) 2001-2008 Gaudenz Alder. All rights reserved.