|
|||||||||
| Home >> All >> com >> aendvari >> common >> model >> [ osm overview ] | PREV NEXT | ||||||||
A
- appendChild(ModelNode) - Method in class com.aendvari.common.model.osm.OsmModelNode
- Adds the node
newChildto the end of the list of children of this node.
C
- com.aendvari.common.model.osm - package com.aendvari.common.model.osm
- createModelTree() - Method in class com.aendvari.common.model.osm.OsmModelTreeFactory
- Creates a new instance of a com.aendvari.common.model.ModelTree.
- createNode(OsmNode) - Method in class com.aendvari.common.model.osm.OsmModelTree
- Creates a com.aendvari.common.model.ModelNode object from an com.aendvari.common.osm.OsmNode
- createNode(String) - Method in class com.aendvari.common.model.osm.OsmModelTree
- Creates a com.aendvari.common.model.ModelNode object.
- createNode(String, String) - Method in class com.aendvari.common.model.osm.OsmModelTree
- Creates a com.aendvari.common.model.ModelNode object with the supplied value.
- createTree() - Method in class com.aendvari.common.model.osm.OsmModelTree
- Creates a new com.aendvari.common.model.ModelTree object.
G
- getAttribute(String) - Method in class com.aendvari.common.model.osm.OsmModelNode
- Returns the string value of the specified attribute.
- getAttributes() - Method in class com.aendvari.common.model.osm.OsmModelNode
- Returns the attributes of this node.
- getChildNodes() - Method in class com.aendvari.common.model.osm.OsmModelNode
- Returns an
Iteratorof com.aendvari.common.model.ModelNode's using the path provided. - getFirstChild() - Method in class com.aendvari.common.model.osm.OsmModelNode
- The first child of this node.
- getLastChild() - Method in class com.aendvari.common.model.osm.OsmModelNode
- The last child of this node.
- getModelTree() - Method in class com.aendvari.common.model.osm.OsmModelTree
- Returns the internal com.aendvari.common.osm.Osm object wrapped by this com.aendvari.common.model.ModelTree.
- getNextSibling() - Method in class com.aendvari.common.model.osm.OsmModelNode
- The node immediately following this node.
- getNode(ModelNode, String) - Method in class com.aendvari.common.model.osm.OsmModelTree
- Returns the com.aendvari.common.model.ModelNode using the path provided.
- getNodeName() - Method in class com.aendvari.common.model.osm.OsmModelNode
- Returns the name of this node.
- getNodePath() - Method in class com.aendvari.common.model.osm.OsmModelNode
- Returns a string representation of the node's position in the hierarchy.
- getNodeValue() - Method in class com.aendvari.common.model.osm.OsmModelNode
- Returns the value of the node.
- getNodes(ModelNode, String) - Method in class com.aendvari.common.model.osm.OsmModelTree
- Returns a
Listof com.aendvari.common.model.ModelNode's using the path provided. - getOsmNode() - Method in class com.aendvari.common.model.osm.OsmModelNode
- Returns the internal com.aendvari.common.osm.OsmNode object wrapped by this com.aendvari.common.model.ModelNode.
- getOwnerModelTree() - Method in class com.aendvari.common.model.osm.OsmModelNode
- Returns the instance of com.aendvari.common.model.ModelTree from which the com.aendvari.common.model.ModelNode is within.
- getParentNode() - Method in class com.aendvari.common.model.osm.OsmModelNode
- The parent of this node.
- getPreviousSibling() - Method in class com.aendvari.common.model.osm.OsmModelNode
- The node immediately preceding this node.
- getRootNode() - Method in class com.aendvari.common.model.osm.OsmModelTree
- Returns the com.aendvari.common.model.ModelNode of the OSM model space.
H
- hasChildNodes() - Method in class com.aendvari.common.model.osm.OsmModelNode
- Returns whether this node has any children.
I
- insertBefore(ModelNode, ModelNode) - Method in class com.aendvari.common.model.osm.OsmModelNode
- Inserts the node
newChildbefore the existing child noderefChild.
L
- loadFromFile(String) - Method in class com.aendvari.common.model.osm.OsmModelTree
- Replaces the current com.aendvari.common.model.ModelTree with data prodivided by the file.
- loadFromStream(InputStream) - Method in class com.aendvari.common.model.osm.OsmModelTree
- Replaces the current com.aendvari.common.model.ModelTree with the given XML stream.
M
- modelNode - Variable in class com.aendvari.common.model.osm.OsmModelNode
- The OsmNode
- modelTreeOsm - Variable in class com.aendvari.common.model.osm.OsmModelTree
- The OSM that represents the model tree
O
- OsmModelNode - class com.aendvari.common.model.osm.OsmModelNode.
- An OSM implementation of the com.aendvari.common.model.ModelNode interface.
- OsmModelNode() - Constructor for class com.aendvari.common.model.osm.OsmModelNode
- Constructs an
OsmModelNodeinstance. - OsmModelNode(OsmNode) - Constructor for class com.aendvari.common.model.osm.OsmModelNode
- Constructs an
OsmModelNodeinstance wrapping the supplied com.aendvari.common.osm.OsmNode. - OsmModelTree - class com.aendvari.common.model.osm.OsmModelTree.
- An OSM implementation of the com.aendvari.common.model.ModelNode interface.
- OsmModelTree() - Constructor for class com.aendvari.common.model.osm.OsmModelTree
- Constructs an
OsmModelTreeinstance. - OsmModelTree(Osm) - Constructor for class com.aendvari.common.model.osm.OsmModelTree
- Constructs an
OsmModelNodeinstance wrapping the supplied com.aendvari.common.osm.Osm. - OsmModelTreeFactory - class com.aendvari.common.model.osm.OsmModelTreeFactory.
- Implements the com.aendvari.common.model.ModelTreeFactory interface to create a OsmModelTree instance.
- OsmModelTreeFactory() - Constructor for class com.aendvari.common.model.osm.OsmModelTreeFactory
R
- removeChild(ModelNode) - Method in class com.aendvari.common.model.osm.OsmModelNode
- Removes the child node indicated by
oldChildfrom the list of children, and returns it. - replaceChild(ModelNode, ModelNode) - Method in class com.aendvari.common.model.osm.OsmModelNode
- Replaces the child node
oldChildwithnewChild, and returns theoldChildnode.
S
- setAttribute(String, String) - Method in class com.aendvari.common.model.osm.OsmModelNode
- Sets the string value of the attribute.
- setModelTree(Osm) - Method in class com.aendvari.common.model.osm.OsmModelTree
- Sets the internal com.aendvari.common.osm.Osm object wrapped by this com.aendvari.common.model.ModelTree.
- setNodeValue(String) - Method in class com.aendvari.common.model.osm.OsmModelNode
- Sets the value of the node.
- setOsmNode(OsmNode) - Method in class com.aendvari.common.model.osm.OsmModelNode
- Sets the internal com.aendvari.common.osm.OsmNode object wrapped by this com.aendvari.common.model.ModelNode.
T
- toString() - Method in class com.aendvari.common.model.osm.OsmModelNode
- Display the string value of the node.
A C G H I L M O R S T
|
|||||||||
| Home >> All >> com >> aendvari >> common >> model >> [ osm overview ] | PREV NEXT | ||||||||