Uses of Interface
org.dmg.pmml.ComplexValue
-
Packages that use ComplexValue Package Description org.dmg.pmml org.jpmml.model.temporals -
-
Uses of ComplexValue in org.dmg.pmml
Classes in org.dmg.pmml that implement ComplexValue Modifier and Type Class Description static classComplexArray.ListValuestatic classComplexArray.SetValueMethods in org.dmg.pmml with type parameters of type ComplexValue Modifier and Type Method Description static <V extends java.util.Collection<?> & ComplexValue>
VComplexArray. requireComplexValue(java.lang.Object value) -
Uses of ComplexValue in org.jpmml.model.temporals
Classes in org.jpmml.model.temporals that implement ComplexValue Modifier and Type Class Description classComplexPeriod<P extends ComplexPeriod<P>>classDateclassDateTimeclassDaysSinceDateclassInstant<I extends Instant<I>>classPeriod<P extends Period<P>>classSecondsSinceDateclassSecondsSinceMidnightclassSimplePeriod<P extends SimplePeriod<P>>classTime
-