jegg.type
Class Node

java.lang.Object
  extended byjegg.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)
           
 
Method Summary
protected  void addChild(Node nd)
           
 Node findNearest(java.lang.Class c)
           
protected  java.util.Collection getBranches()
           
 java.lang.Object getCookie()
           
 java.lang.Class getType()
           
 boolean insert(Node nd)
           
protected  void removeChild(Node nd)
           
 void setCookie(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Node

public Node(java.lang.Class t)

Node

public Node(java.lang.Class t,
            java.lang.Object c)
Method Detail

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.