Uses of Class
org.dmg.pmml.sequence.Time
-
Packages that use Time Package Description org.dmg.pmml org.dmg.pmml.sequence org.jpmml.model.visitors -
-
Uses of Time in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type Time Modifier and Type Method Description VisitorActionVisitor. visit(Time time) -
Uses of Time in org.dmg.pmml.sequence
Methods in org.dmg.pmml.sequence that return Time Modifier and Type Method Description TimeTime. addExtensions(Extension... extensions)TimeObjectFactory. createTime()Create an instance ofTimeTimeAntecedentSequence. getTime()TimeConsequentSequence. getTime()TimeSequence. getTime()TimeTime. setMax(java.lang.Number max)TimeTime. setMean(java.lang.Number mean)TimeTime. setMin(java.lang.Number min)TimeTime. setStandardDeviation(java.lang.Number standardDeviation)Methods in org.dmg.pmml.sequence with parameters of type Time Modifier and Type Method Description AntecedentSequenceAntecedentSequence. setTime(Time time)ConsequentSequenceConsequentSequence. setTime(Time time)SequenceSequence. setTime(Time time) -
Uses of Time in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Time Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Time time)
-