All Implemented Interfaces:
Displayable, LimitableParameter, Parameter, SingleParameter, ProvidesScenarioSupportCommand

public class LandmarkParameter
extends IntegerParameter
  • Constructor Details

    • LandmarkParameter

      public LandmarkParameter​(int defaultValue, int minUsefull, int maxUsefull, String name, String description)
  • Method Details

    • getMaxUsefullValue

      public int getMaxUsefullValue()
      Returns the maximum value that is a useful value for the algorithm
    • getMinUsefullValue

      public int getMinUsefullValue()
      Returns the minimum useful value for the algorithm.