Class TreeRunnerParameters


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

      • TreeRunnerParameters

        protected TreeRunnerParameters​(IParameters parameters)
    • Method Detail

      • 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.