|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of MutableNode in treebolic.generator |
|---|
| Fields in treebolic.generator with type parameters of type MutableNode | |
|---|---|
private java.util.Map<java.lang.String,MutableNode> |
PropertyView.theIdToNodeMap
Id to node map |
private java.util.Map<java.lang.String,MutableNode> |
PropertyView.NodeIdGetter.theIdToNodeMap
Id to node map |
private java.util.Map<java.lang.String,MutableNode> |
Controller.theIdToNodeMap
Id to node map |
| Method parameters in treebolic.generator with type arguments of type MutableNode | |
|---|---|
void |
PropertyView.setIdToNodeMap(java.util.Map<java.lang.String,MutableNode> thisIdToNodeMap)
Set id to node map |
private void |
Controller.setModel(Model thisModel,
java.util.Map<java.lang.String,MutableNode> thisIdToNodeMap)
Set model |
| Constructor parameters in treebolic.generator with type arguments of type MutableNode | |
|---|---|
PropertyView.NodeIdGetter(java.util.Map<java.lang.String,MutableNode> thisIdToNodeMap)
Constructor |
|
| Uses of MutableNode in treebolic.generator.model |
|---|
| Methods in treebolic.generator.model that return types with arguments of type MutableNode | |
|---|---|
static java.util.Map<java.lang.String,MutableNode> |
ModelUtils.makeIdToNodeMap(Model thisModel)
Make id to node map for this model |
static java.util.Map<java.lang.String,MutableNode> |
ModelUtils.normalizeIds(Model thisModel,
java.lang.String thisPrefix)
Normalize ids in this model |
static Pair<Model,java.util.Map<java.lang.String,MutableNode>> |
ModelUtils.toMutable(Model thisModel)
Make of copy of this model with mutable nodes |
| Methods in treebolic.generator.model with parameters of type MutableNode | |
|---|---|
private static void |
ModelUtils.makeIdToNodeMap(MutableNode thisNode,
java.util.Map<java.lang.String,MutableNode> thisIdToNodeMap)
Make id to node map for this model |
| Method parameters in treebolic.generator.model with type arguments of type MutableNode | |
|---|---|
private static void |
ModelUtils.makeIdToNodeMap(MutableNode thisNode,
java.util.Map<java.lang.String,MutableNode> thisIdToNodeMap)
Make id to node map for this model |
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 |
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 |
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 |
| Uses of MutableNode in treebolic.model |
|---|
| Subclasses of MutableNode in treebolic.model | |
|---|---|
class |
TreeMutableNode
Extended Mutable node (mutable tree links, copy constructor) |
| Methods in treebolic.model with parameters of type MutableNode | |
|---|---|
void |
TreeMutableEdge.setFrom(MutableNode thisFromNode)
Set from-node (origin) |
void |
TreeMutableEdge.setTo(MutableNode thisToNode)
Set to-node (destination) |
| Constructors in treebolic.model with parameters of type MutableNode | |
|---|---|
TreeMutableEdge(MutableNode thisFrom,
MutableNode thisTo)
Constructor |
|
TreeMutableNode(MutableNode thisParent,
java.lang.String thisId)
Constructor |
|
| Uses of MutableNode in treebolic.provider.fs |
|---|
| Subclasses of MutableNode in treebolic.provider.fs | |
|---|---|
class |
FsNode
FsNode implementation for file system provider |
| Uses of MutableNode in treebolic.provider.sql |
|---|
| Methods in treebolic.provider.sql that return MutableNode | |
|---|---|
private MutableNode |
Provider.queryNodes(java.sql.Connection thisConnection)
Query nodes |
| Uses of MutableNode in treebolic.provider.wn |
|---|
| Subclasses of MutableNode in treebolic.provider.wn | |
|---|---|
class |
LinkNode
Node for WordNet link |
class |
Node
Node |
class |
PosNode
Part of Speech node |
class |
SenseNode
Sense node |
class |
WordNode
Item node |
| Uses of MutableNode in treebolic.provider.xml.dom |
|---|
| Fields in treebolic.provider.xml.dom declared as MutableNode | |
|---|---|
MutableNode |
DocumentAdapter.MountTask.theMountingNode
Node to mount graph at |
| Fields in treebolic.provider.xml.dom with type parameters of type MutableNode | |
|---|---|
private java.util.Map<java.lang.String,MutableNode> |
DocumentAdapter.theIdToNodeMap
Id to node map |
| Methods in treebolic.provider.xml.dom that return MutableNode | |
|---|---|
protected MutableNode |
DocumentAdapter.makeNode(MutableNode thisParent,
java.lang.String thisId)
Make model node |
private MutableNode |
DocumentAdapter.toNode(org.w3c.dom.Element thisNodeElement,
MutableNode thisParent)
Make model node |
| Methods in treebolic.provider.xml.dom that return types with arguments of type MutableNode | |
|---|---|
java.util.Map<java.lang.String,MutableNode> |
DocumentAdapter.getIdToNodeMap()
Get id to node map |
| Methods in treebolic.provider.xml.dom with parameters of type MutableNode | |
|---|---|
protected MutableEdge |
DocumentAdapter.makeEdge(MutableNode thisFromNode,
MutableNode thisToNode)
Make model edge |
protected MutableNode |
DocumentAdapter.makeNode(MutableNode thisParent,
java.lang.String thisId)
Make model node |
private MutableNode |
DocumentAdapter.toNode(org.w3c.dom.Element thisNodeElement,
MutableNode thisParent)
Make model node |
| Constructors in treebolic.provider.xml.dom with parameters of type MutableNode | |
|---|---|
DocumentAdapter.MountTask(MountPoint.Mounting thisMountPoint,
MutableNode thisMountingNode)
Constructor |
|
| Uses of MutableNode in treebolic.provider.xml.fast |
|---|
| Fields in treebolic.provider.xml.fast declared as MutableNode | |
|---|---|
private MutableNode |
Parser.theRoot
Root node |
| Fields in treebolic.provider.xml.fast with type parameters of type MutableNode | |
|---|---|
private java.util.Hashtable<java.lang.String,MutableNode> |
Parser.theNodesById
Id to node map |
| Uses of MutableNode in treebolic.provider.xml.graph |
|---|
| Subclasses of MutableNode in treebolic.provider.xml.graph | |
|---|---|
class |
MutableGraphNode
Graph node |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||