Class KiePMMLOperatorValue
- java.lang.Object
-
- org.kie.pmml.models.drools.tuples.KiePMMLOperatorValue
-
- All Implemented Interfaces:
Serializable
public class KiePMMLOperatorValue extends Object implements Serializable
Tupla representing the operator and the value to be applied to a given field- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringVALUE_CONSTRAINT_PATTERN
-
Constructor Summary
Constructors Constructor Description KiePMMLOperatorValue(org.kie.pmml.api.enums.OPERATOR operator, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringbuildConstraintsString()booleanequals(Object o)StringgetConstraintsAsString()org.kie.pmml.api.enums.OPERATORgetOperator()ObjectgetValue()inthashCode()StringtoString()
-
-
-
Field Detail
-
VALUE_CONSTRAINT_PATTERN
public static final String VALUE_CONSTRAINT_PATTERN
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
KiePMMLOperatorValue
public KiePMMLOperatorValue(org.kie.pmml.api.enums.OPERATOR operator, Object value)
-
-