public interface ResultNodeIF
ImplementationIF
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
Get attributes.
|
ResultNodeIF[] |
getChildren()
Get the children of the node.
|
ElemId |
getInstanceId()
Get the ASAM ODS element id of the node.
|
java.lang.String |
getName()
Get the name of the node.
|
ResultNodeIF |
getParent()
Get the parent of the node.
|
java.lang.String getName()
ResultNodeIF getParent()
ResultNodeIF[] getChildren() throws ResultNodeException
ResultNodeException
- if selection fails.java.util.Map<java.lang.String,java.lang.String> getAttributes()
ElemId getInstanceId()