Uses of Class
treebolic.model.TreeMutableNode

Packages that use TreeMutableNode
treebolic.generator.model   
treebolic.model   
treebolic.provider.sql   
treebolic.provider.xml.graph   
 

Uses of TreeMutableNode in treebolic.generator.model
 

Methods in treebolic.generator.model that return TreeMutableNode
static TreeMutableNode ModelUtils.toMutable(INode thatNode, java.util.Map<java.lang.String,MutableNode> thisIdToNodeMap, java.util.Map<INode,MutableNode> thisOldToNewNodeMap)
          Make of copy of this model with mutable nodes
 

Methods in treebolic.generator.model with parameters of type TreeMutableNode
private static void ModelUtils.normalizeId(TreeMutableNode thisNode, java.lang.String thisPrefix, java.util.Map<java.lang.String,MutableNode> thisIdToNodeMap, java.util.Map<java.lang.String,java.lang.String> thisOldIdToNewIdMap)
          Normalize ids in model
private static void ModelUtils.normalizeLinks(TreeMutableNode thisNode, java.util.Map<java.lang.String,java.lang.String> thisOldIdToNewIdMap)
          Normalize node links
 

Uses of TreeMutableNode in treebolic.model
 

Methods in treebolic.model with parameters of type TreeMutableNode
 void TreeMutableNode.addToParent(TreeMutableNode thisParent)
          Add to parent (handles down link and uplink)
 

Uses of TreeMutableNode in treebolic.provider.sql
 

Fields in treebolic.provider.sql with type parameters of type TreeMutableNode
private  java.util.Hashtable<java.lang.String,TreeMutableNode> Provider.theIdToNodeMap
          Node map by id
 

Uses of TreeMutableNode in treebolic.provider.xml.graph
 

Subclasses of TreeMutableNode in treebolic.provider.xml.graph
 class MutableGraphNode
          Graph node