Package org.dmg.pmml.rule_set
Class ObjectFactory
- java.lang.Object
-
- org.dmg.pmml.rule_set.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.rule_set 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.rule_set
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompoundRulecreateCompoundRule()Create an instance ofCompoundRuleRuleSelectionMethodcreateRuleSelectionMethod()Create an instance ofRuleSelectionMethodRuleSetcreateRuleSet()Create an instance ofRuleSetRuleSetModelcreateRuleSetModel()Create an instance ofRuleSetModelSimpleRulecreateSimpleRule()Create an instance ofSimpleRule
-
-
-
Method Detail
-
createRuleSelectionMethod
public RuleSelectionMethod createRuleSelectionMethod()
Create an instance ofRuleSelectionMethod- Returns:
- the new instance of
RuleSelectionMethod
-
createRuleSetModel
public RuleSetModel createRuleSetModel()
Create an instance ofRuleSetModel- Returns:
- the new instance of
RuleSetModel
-
createRuleSet
public RuleSet createRuleSet()
Create an instance ofRuleSet- Returns:
- the new instance of
RuleSet
-
createSimpleRule
public SimpleRule createSimpleRule()
Create an instance ofSimpleRule- Returns:
- the new instance of
SimpleRule
-
createCompoundRule
public CompoundRule createCompoundRule()
Create an instance ofCompoundRule- Returns:
- the new instance of
CompoundRule
-
-