Uses of Class
org.dmg.pmml.sequence.SetReference
-
Packages that use SetReference Package Description org.dmg.pmml org.dmg.pmml.sequence org.jpmml.model.visitors -
-
Uses of SetReference in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type SetReference Modifier and Type Method Description VisitorActionVisitor. visit(SetReference setReference) -
Uses of SetReference in org.dmg.pmml.sequence
Methods in org.dmg.pmml.sequence that return SetReference Modifier and Type Method Description SetReferenceSetReference. addExtensions(Extension... extensions)SetReferenceObjectFactory. createSetReference()Create an instance ofSetReferenceSetReferenceSequence. getSetReference()SetReferenceSequence. requireSetReference()SetReferenceSetReference. setSetId(java.lang.String setId)Methods in org.dmg.pmml.sequence with parameters of type SetReference Modifier and Type Method Description SequenceSequence. setSetReference(SetReference setReference)Constructors in org.dmg.pmml.sequence with parameters of type SetReference Constructor Description Sequence(java.lang.String id, SetReference setReference) -
Uses of SetReference in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type SetReference Modifier and Type Method Description VisitorActionAbstractVisitor. visit(SetReference setReference)
-