Package com.aquima.web.api.model.dmn
Class DmnDecisionTreeModel
java.lang.Object
com.aquima.web.api.model.dmn.DmnDecisionTreeModel
Tree wrapper for
DmnDecisionModel
objects that represents a decision requirements graph.- Since:
- 9.3
- Author:
- T. Middeldorp
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the root node of the tree.void
setRootNode
(DmnDecisionModel rootNode) Sets the root node of the tree.
-
Constructor Details
-
DmnDecisionTreeModel
public DmnDecisionTreeModel()Default constructor -
DmnDecisionTreeModel
-
-
Method Details
-
getRootNode
Gets the root node of the tree.- Returns:
- Root decision node, never null.
-
setRootNode
Sets the root node of the tree.- Parameters:
rootNode
- The rootNode, not null.
-