repast.simphony.engine.watcher
Class WatcheeDataNode

java.lang.Object
  extended by repast.simphony.engine.watcher.WatcheeDataNode

public class WatcheeDataNode
extends Object


Constructor Summary
WatcheeDataNode(WatcheeData data)
           
 
Method Summary
 void addChild(WatcheeDataNode node)
           
 Collection<WatcheeDataNode> children()
           
 WatcheeData getData()
           
 boolean isRoot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WatcheeDataNode

public WatcheeDataNode(WatcheeData data)
Method Detail

getData

public WatcheeData getData()

addChild

public void addChild(WatcheeDataNode node)

children

public Collection<WatcheeDataNode> children()

isRoot

public boolean isRoot()