Class TreeRunnerParameters

java.lang.Object
com.aquima.interactions.framework.container.dtree.TreeRunnerParameters

public class TreeRunnerParameters extends Object
This class parses the parameters for a DecisionTree Runner.
Since:
6.0
Author:
F. van der Meer
  • Constructor Details

    • TreeRunnerParameters

      protected TreeRunnerParameters(IParameters parameters)
  • Method Details

    • isSkipFilledQuestions

      public boolean isSkipFilledQuestions()
      This function indicates whether 'answered' decision tree questions should be skipped 'as a question' and the decisiontree runner should continue to the next question.
      Returns:
      A boolean indicating an answered question should not be asked again.
    • isShowImplicitAnswers

      public boolean isShowImplicitAnswers()
      This function indicates whether the decision tree answers container should show the implicitly asked questions.
      Returns:
      A boolean indicating the implicit questions should be shown in the answer container.