Package org.jpmml.evaluator
Class DiscreteValue
- java.lang.Object
-
- org.jpmml.evaluator.FieldValue
-
- org.jpmml.evaluator.ScalarValue
-
- org.jpmml.evaluator.DiscreteValue
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ScalarValue>,TypeInfo
- Direct Known Subclasses:
CategoricalValue,OrdinalValue
public abstract class DiscreteValue extends ScalarValue
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class org.jpmml.evaluator.ScalarValue
compareTo, compareToValue, compareToValue, equalsValue, isValid, toStringHelper
-
Methods inherited from class org.jpmml.evaluator.FieldValue
asBoolean, asCollection, asDate, asDateTime, asDouble, asFloat, asInstant, asInteger, asNumber, asString, asTime, cast, cast, compareTo, create, create, equals, equals, equalsValue, getDataType, getValue, hashCode, isIn, isIn, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jpmml.evaluator.TypeInfo
getOpType, getOrdering
-
-