Uses of Class
org.dmg.pmml.sequence.ConsequentSequence
-
Packages that use ConsequentSequence Package Description org.dmg.pmml org.dmg.pmml.sequence org.jpmml.model.visitors -
-
Uses of ConsequentSequence in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type ConsequentSequence Modifier and Type Method Description VisitorActionVisitor. visit(ConsequentSequence consequentSequence) -
Uses of ConsequentSequence in org.dmg.pmml.sequence
Methods in org.dmg.pmml.sequence that return ConsequentSequence Modifier and Type Method Description ConsequentSequenceConsequentSequence. addExtensions(Extension... extensions)ConsequentSequenceObjectFactory. createConsequentSequence()Create an instance ofConsequentSequenceConsequentSequenceConsequentSequence. setSequenceReference(SequenceReference sequenceReference)ConsequentSequenceConsequentSequence. setTime(Time time) -
Uses of ConsequentSequence in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type ConsequentSequence Modifier and Type Method Description VisitorActionAbstractVisitor. visit(ConsequentSequence consequentSequence)
-