| Package | Description |
|---|---|
| de.mgmechanics.jdecisiontablelib.dt |
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.clone()
Returns a clone of this node.
|
Node |
Decisiontable.getNode(int nodePos)
This method returns a reference to the node from a given position in the decision table.
|
Node |
Decisiontable.removeNode(int nodePos)
This method removes a node.
After the last node was removed a new node with default values (see class Node) will be created. |
| Constructor and Description |
|---|
Decisiontable(ArrayList<Rule> rules,
ArrayList<Node> nodes)
Create a new decision table from list of nodes and rules.
This constructor is meant for cloning a decision table only. |
Copyright © 2013. All Rights Reserved.