Class DoubleConstraint

  • All Implemented Interfaces:
    java.util.function.Predicate<Value>

    public class DoubleConstraint
    extends NumericConstraint<java.lang.Double>
    • Constructor Summary

      Constructors 
      Constructor Description
      DoubleConstraint​(java.lang.String definition)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Double getBound​(java.lang.String bound)  
      protected java.lang.Double getValue​(Value value)  
      protected boolean less​(java.lang.Double val, java.lang.Double bound)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or