Package org.jpmml.model.temporals
Class ComplexPeriod<P extends ComplexPeriod<P>>
- java.lang.Object
-
- java.lang.Number
-
- org.jpmml.model.temporals.Period<P>
-
- org.jpmml.model.temporals.ComplexPeriod<P>
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<P>,ComplexValue
- Direct Known Subclasses:
DaysSinceDate,SecondsSinceDate
public abstract class ComplexPeriod<P extends ComplexPeriod<P>> extends Period<P>
- See Also:
Epochs, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComplexPeriod()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract PforEpoch(Date epoch)DategetEpoch()-
Methods inherited from class org.jpmml.model.temporals.Period
doubleValue, floatValue, getDataType, intValue, toSimpleValue
-
-