Package org.dmg.pmml.sequence
Class ObjectFactory
- java.lang.Object
-
- org.dmg.pmml.sequence.ObjectFactory
-
public class ObjectFactory extends java.lang.ObjectThis object contains factory methods for each Java content interface and Java element interface generated in the org.dmg.pmml.sequence package.An ObjectFactory allows you to programmatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.dmg.pmml.sequence
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AntecedentSequencecreateAntecedentSequence()Create an instance ofAntecedentSequenceConsequentSequencecreateConsequentSequence()Create an instance ofConsequentSequenceConstraintscreateConstraints()Create an instance ofConstraintsDelimitercreateDelimiter()Create an instance ofDelimiterSequencecreateSequence()Create an instance ofSequenceSequenceModelcreateSequenceModel()Create an instance ofSequenceModelSequenceReferencecreateSequenceReference()Create an instance ofSequenceReferenceSequenceRulecreateSequenceRule()Create an instance ofSequenceRuleSetPredicatecreateSetPredicate()Create an instance ofSetPredicateSetReferencecreateSetReference()Create an instance ofSetReferenceTimecreateTime()Create an instance ofTime
-
-
-
Method Detail
-
createSetPredicate
public SetPredicate createSetPredicate()
Create an instance ofSetPredicate- Returns:
- the new instance of
SetPredicate
-
createDelimiter
public Delimiter createDelimiter()
Create an instance ofDelimiter- Returns:
- the new instance of
Delimiter
-
createSequenceModel
public SequenceModel createSequenceModel()
Create an instance ofSequenceModel- Returns:
- the new instance of
SequenceModel
-
createConstraints
public Constraints createConstraints()
Create an instance ofConstraints- Returns:
- the new instance of
Constraints
-
createSequence
public Sequence createSequence()
Create an instance ofSequence- Returns:
- the new instance of
Sequence
-
createSetReference
public SetReference createSetReference()
Create an instance ofSetReference- Returns:
- the new instance of
SetReference
-
createSequenceRule
public SequenceRule createSequenceRule()
Create an instance ofSequenceRule- Returns:
- the new instance of
SequenceRule
-
createAntecedentSequence
public AntecedentSequence createAntecedentSequence()
Create an instance ofAntecedentSequence- Returns:
- the new instance of
AntecedentSequence
-
createSequenceReference
public SequenceReference createSequenceReference()
Create an instance ofSequenceReference- Returns:
- the new instance of
SequenceReference
-
createConsequentSequence
public ConsequentSequence createConsequentSequence()
Create an instance ofConsequentSequence- Returns:
- the new instance of
ConsequentSequence
-
-