|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SpaceTimeNode | |
|---|---|
| SpaceTime.DataModel | |
| Uses of SpaceTimeNode in SpaceTime.DataModel |
|---|
| Methods in SpaceTime.DataModel that return SpaceTimeNode | |
|---|---|
SpaceTimeNode |
SpaceTimeDataAdapter.CreateNode(java.lang.String xml)
Creates a node from an xml string and adds it to the data adapter. |
SpaceTimeNode |
SpaceTimeNode.FindChild(java.lang.String childName)
Searches entire tree for node with name childName. |
SpaceTimeNode |
SpaceTimeNode.GetChild(long index)
Gets child at specified index |
SpaceTimeNode |
SpaceTimeDataAdapter.GetNodeById(java.lang.String id)
Get the node that matches id |
SpaceTimeNode |
SpaceTimeNode.GetRootParent()
Gets the highest node in the ancestors tree |
SpaceTimeNode |
SpaceTimeProperty.OwnerNode()
Owner node of this property |
SpaceTimeNode |
SpaceTimeNode.Parent()
Parent node |
| Methods in SpaceTime.DataModel with parameters of type SpaceTimeNode | |
|---|---|
void |
SpaceTimeNode.AddChild(SpaceTimeNode child)
Inserts a child into the node tree. |
void |
SpaceTimeNode.AddChildAt(SpaceTimeNode child,
long index)
Inserts a child at the specified index. |
void |
SpaceTimeDataAdapter.ApplyDefaultRulesToNode(SpaceTimeNode node)
Applies the default rules the node if the rules are allowed for this node. |
SpaceTimeProperty |
SpaceTimeDataAdapter.GetProperty(SpaceTimeNode node,
java.lang.String propertyType)
Gets the deepest property with the name propertyType defined in the tree. |
void |
SpaceTimeDataAdapter.NotifyNodeChange(SpaceTimeNode node)
This should only be called by SpaceTimeNode |
void |
SpaceTimeProperty.OwnerNode(SpaceTimeNode value)
|
void |
ChangeListener.WorldStateNodeAdded(SpaceTimeNode node)
Action on node added event |
void |
ChangeListener.WorldStateNodeChanged(SpaceTimeNode node)
Action on node changed event |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||