| Package | Description |
|---|---|
| de.learnlib.algorithms.adt.adt |
| Modifier and Type | Method and Description |
|---|---|
ADTNode.NodeType |
ADTSymbolNode.getNodeType() |
ADTNode.NodeType |
ADTResetNode.getNodeType() |
ADTNode.NodeType |
ADTNode.getNodeType()
Returns the node type of the current node.
|
ADTNode.NodeType |
ADTLeafNode.getNodeType() |
static ADTNode.NodeType |
ADTNode.NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ADTNode.NodeType[] |
ADTNode.NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.