Class StepwisePlannerConfig


  • public class StepwisePlannerConfig
    extends Object
    • Field Detail

      • relevancyThreshold

        public double relevancyThreshold
    • Constructor Detail

      • StepwisePlannerConfig

        public StepwisePlannerConfig()
    • Method Detail

      • addExcludedSkills

        public void addExcludedSkills​(String restrictedSkillName)
      • addExcludedFunctions

        public void addExcludedFunctions​(String restrictedFunctionName)
      • getMaxTokens

        public int getMaxTokens()
      • getMaxIterations

        public int getMaxIterations()
      • getExcludedSkills

        public Set<String> getExcludedSkills()
      • getExcludedFunctions

        public Set<String> getExcludedFunctions()
      • getMinIterationTimeMs

        public int getMinIterationTimeMs()
      • getMaxRelevantFunctions

        public int getMaxRelevantFunctions()
      • getRelevancyThreshold

        public double getRelevancyThreshold()
      • getIncludedFunctions

        public Set<String> getIncludedFunctions()