Uses of Class
org.dmg.pmml.sequence.Delimiter.Gap
-
Packages that use Delimiter.Gap Package Description org.dmg.pmml.sequence -
-
Uses of Delimiter.Gap in org.dmg.pmml.sequence
Methods in org.dmg.pmml.sequence that return Delimiter.Gap Modifier and Type Method Description static Delimiter.GapDelimiter.Gap. fromValue(java.lang.String v)Delimiter.GapDelimiter. getGap()Delimiter.GapDelimiter. requireGap()static Delimiter.GapDelimiter.Gap. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Delimiter.Gap[]Delimiter.Gap. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml.sequence with parameters of type Delimiter.Gap Modifier and Type Method Description DelimiterDelimiter. setGap(Delimiter.Gap gap)Constructors in org.dmg.pmml.sequence with parameters of type Delimiter.Gap Constructor Description Delimiter(Delimiter.TimeWindow delimiter, Delimiter.Gap gap)
-