Uses of Class
org.miv.pherd.ntree.NTree

Packages that use NTree
org.miv.pherd   
org.miv.pherd.ntree   
 

Uses of NTree in org.miv.pherd
 

Fields in org.miv.pherd declared as NTree
protected  NTree ParticleBox.tree
          The n-tree.
 

Methods in org.miv.pherd that return NTree
 NTree ParticleBox.getNTree()
          The internal space representation, a n-tree.
 

Uses of NTree in org.miv.pherd.ntree
 

Fields in org.miv.pherd.ntree declared as NTree
protected  NTree Cell.tree
          The tree containing me.
 

Methods in org.miv.pherd.ntree that return NTree
 NTree Cell.getTree()
          The cell tree.
 

Methods in org.miv.pherd.ntree with parameters of type NTree
 void NTreeListenerProxy.connect(NTree tree, boolean replay)
           
 void NTreeListenerProxy.disconnect(NTree tree)
           
protected  void NTreeListenerProxy.replayTree(NTree tree)
          Send events for all the cells already in the tree as if these events where generated normally.
 

Constructors in org.miv.pherd.ntree with parameters of type NTree
Cell(NTree tree, CellSpace space, String id, CellData data)
          Create a root cell in a given space.
NTreeListenerProxy(NTree tree, boolean replay)
          New listener proxy.
 



Copyright © 2011. All Rights Reserved.