Uses of Class
rle.vm.DataNode

Packages that use DataNode
rle.core.vm   
rle.vm   
 

Uses of DataNode in rle.core.vm
 

Fields in rle.core.vm declared as DataNode
protected  DataNode View.owner
          The actual node that we are a view of.
 

Methods in rle.core.vm that return DataNode
 DataNode View.node()
          Returns the node that we are a view of.
 

Constructors in rle.core.vm with parameters of type DataNode
View(DataNode owner, GameContext context)
          Initializes a view of an owner node.
 

Uses of DataNode in rle.vm
 

Subclasses of DataNode in rle.vm
 class InfoGroupNode
           
 class InfoNode
          Node class for information nodes built according to the structure nodes.
 

Methods in rle.vm that return types with arguments of type DataNode
 java.util.List<DataNode> DataNode.dataList()
          Returns an unmodifiable list of child DataNodes
 

Methods in rle.vm with parameters of type DataNode
 void VariantMgr.refreshAll(DataNode node)
          Ensure that the given node conforms to its structural specification, and recursively ensure same for its children.
 SchemaGroupNode SchemaBean.schemaGroupNode(DataNode node)
          The structure path is the pathId with "instances" replacing the id's of any instances in the path,ommitting the final "instances".