Class KiePMMLInterval
- java.lang.Object
-
- org.kie.pmml.commons.model.expressions.KiePMMLInterval
-
- All Implemented Interfaces:
Serializable
public class KiePMMLInterval extends Object implements Serializable
KiePMML representation of an Interval- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KiePMMLInterval(Number leftMargin, 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.CLOSUREgetClosure()NumbergetLeftMargin()NumbergetRightMargin()booleanisIn(Number toEvaluate)
-