public class SideTreeUtil
extends java.lang.Object
Constructor and Description |
---|
SideTreeUtil() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<VNode> |
DFSFindRootNodesContainingNameNumber(java.util.List<VNode> activeNodes,
java.util.Set<java.lang.String> names,
java.util.Map<VNode,java.util.Set<java.lang.String>> containingNodes)
to find names in activeNodes and put [node:names this node contains]
pairs in containingNodes
|
static java.util.List<NodeListToExpand> |
parseFromPropertyTable(java.io.File file) |
public static java.util.List<VNode> DFSFindRootNodesContainingNameNumber(java.util.List<VNode> activeNodes, java.util.Set<java.lang.String> names, java.util.Map<VNode,java.util.Set<java.lang.String>> containingNodes)
activeNodes
- currently active nodes, to find the names among these
nodesnames
- nodes with these names will be found and countedcontainingNodes
- passed in as empty, and will used by the function
to put [node:names this node contains] pairs in this variablepublic static java.util.List<NodeListToExpand> parseFromPropertyTable(java.io.File file) throws java.lang.Exception
java.lang.Exception