Uses of Class
org.dmg.pmml.sequence.AntecedentSequence
-
Packages that use AntecedentSequence Package Description org.dmg.pmml org.dmg.pmml.sequence org.jpmml.model.visitors -
-
Uses of AntecedentSequence in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type AntecedentSequence Modifier and Type Method Description VisitorActionVisitor. visit(AntecedentSequence antecedentSequence) -
Uses of AntecedentSequence in org.dmg.pmml.sequence
Methods in org.dmg.pmml.sequence that return AntecedentSequence Modifier and Type Method Description AntecedentSequenceAntecedentSequence. addExtensions(Extension... extensions)AntecedentSequenceObjectFactory. createAntecedentSequence()Create an instance ofAntecedentSequenceAntecedentSequenceAntecedentSequence. setSequenceReference(SequenceReference sequenceReference)AntecedentSequenceAntecedentSequence. setTime(Time time) -
Uses of AntecedentSequence in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type AntecedentSequence Modifier and Type Method Description VisitorActionAbstractVisitor. visit(AntecedentSequence antecedentSequence)
-