AnsweredContainer |
This container adds the list of answered questions to itself.
|
ButtonContainer |
This container adds the buttons for the decision-tree run to it's definition.
|
DecisionTreeSelectCallBack |
Callback handler which registers a chosen decisiontree on the session for usage by a decisiontree runner.
|
QuestionsContainer |
This container adds the questions that need to be answered for a decision tree to it's definition.
|
SolutionsContainer |
This container adds an array of solutions to itself.
|
TreeListContainer |
This container adds a table of selectable decision trees to itself.
|
TreeRunnerCallback |
This callback class is responsible for remembering the decision tree state on the page scope.
|
TreeRunnerContainer |
This container runs a decisiontree either specified by a parameter or by a decisiontree selector in case the
parameter is omitted.
|
TreeRunnerParameters |
This class parses the parameters for a DecisionTree Runner.
|
TreeSelectorContainer |
This container gives the user an option to search for a decisiontree and select a decisiontree which can be run by
the TreeRunnerContainer.
|
TreeSelectorParameters |
This class parses the parameters for a DecisionTree Selector.
|