public interface Node
| Modifier and Type | Interface and Description |
|---|---|
static class |
Node.LeafIdentifier
Identify the leaf of Node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToNodeProp(String addTo)
Adds to the list of nodeProp.
|
Choice1 |
choice1()
Returns the attribute choice1.
|
void |
choice1(Choice1 choice1)
Sets the attribute choice1.
|
boolean |
isLeafValueSet(Node.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
nodeId()
Returns the attribute nodeId.
|
void |
nodeId(String nodeId)
Sets the attribute nodeId.
|
List<String> |
nodeProp()
Returns the attribute nodeProp.
|
void |
nodeProp(List<String> nodeProp)
Sets the attribute nodeProp.
|
TerminationPoints |
terminationPoints()
Returns the attribute terminationPoints.
|
void |
terminationPoints(TerminationPoints terminationPoints)
Sets the attribute terminationPoints.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String nodeId()
BitSet valueLeafFlags()
TerminationPoints terminationPoints()
Choice1 choice1()
void nodeId(String nodeId)
nodeId - value of nodeIdvoid nodeProp(List<String> nodeProp)
nodeProp - list of nodePropvoid terminationPoints(TerminationPoints terminationPoints)
terminationPoints - value of terminationPointsvoid choice1(Choice1 choice1)
choice1 - value of choice1void addToNodeProp(String addTo)
addTo - value of nodePropboolean isLeafValueSet(Node.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.