jegg.type
Class Node
java.lang.Object
jegg.type.Node
- public class Node
- extends java.lang.Object
Constructor Summary |
Node(java.lang.Class t)
|
Node(java.lang.Class t,
java.lang.Object c)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Node
public Node(java.lang.Class t)
Node
public Node(java.lang.Class t,
java.lang.Object c)
getType
public java.lang.Class getType()
getCookie
public java.lang.Object getCookie()
setCookie
public void setCookie(java.lang.Object o)
insert
public boolean insert(Node nd)
getBranches
protected java.util.Collection getBranches()
addChild
protected void addChild(Node nd)
removeChild
protected void removeChild(Node nd)
findNearest
public Node findNearest(java.lang.Class c)
Copyright © 2004 . All Rights Reserved.