Class KiePMMLInterval

  • All Implemented Interfaces:
    java.io.Serializable

    public class KiePMMLInterval
    extends java.lang.Object
    implements java.io.Serializable
    KiePMML representation of an Interval
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      KiePMMLInterval​(java.lang.Number leftMargin, java.lang.Number rightMargin, org.kie.pmml.api.enums.CLOSURE closure)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.kie.pmml.api.enums.CLOSURE getClosure()  
      java.lang.Number getLeftMargin()  
      java.lang.Number getRightMargin()  
      boolean isIn​(java.lang.Number toEvaluate)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KiePMMLInterval

        public KiePMMLInterval​(java.lang.Number leftMargin,
                               java.lang.Number rightMargin,
                               org.kie.pmml.api.enums.CLOSURE closure)
    • Method Detail

      • getLeftMargin

        public java.lang.Number getLeftMargin()
      • getRightMargin

        public java.lang.Number getRightMargin()
      • getClosure

        public org.kie.pmml.api.enums.CLOSURE getClosure()
      • isIn

        public boolean isIn​(java.lang.Number toEvaluate)