Class NumericParameterDomain

    • Constructor Summary

      Constructors 
      Constructor Description
      NumericParameterDomain​(boolean isInteger, double min, double max)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isEquals​(java.lang.Object obj0, java.lang.Object obj1)  
      boolean subsumes​(IParameterDomain otherDomain)  
      • Methods inherited from class ai.libs.jaicore.basic.sets.Interval

        contains, equals, getMax, getMin, hashCode, isInteger, setInteger, setMax, setMin, subsumes, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NumericParameterDomain

        public NumericParameterDomain​(boolean isInteger,
                                      double min,
                                      double max)