Package org.dmg.pmml.rule_set
Class RuleSelectionMethod
- java.lang.Object
-
- org.dmg.pmml.PMMLObject
-
- org.dmg.pmml.rule_set.RuleSelectionMethod
-
- All Implemented Interfaces:
java.io.Serializable,HasExtensions<RuleSelectionMethod>,HasLocator,Visitable
public class RuleSelectionMethod extends PMMLObject implements HasExtensions<RuleSelectionMethod>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRuleSelectionMethod.Criterion
-
Constructor Summary
Constructors Constructor Description RuleSelectionMethod()RuleSelectionMethod(RuleSelectionMethod.Criterion criterion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VisitorActionaccept(Visitor visitor)RuleSelectionMethodaddExtensions(Extension... extensions)RuleSelectionMethod.CriteriongetCriterion()java.util.List<Extension>getExtensions()booleanhasExtensions()RuleSelectionMethod.CriterionrequireCriterion()RuleSelectionMethodsetCriterion(RuleSelectionMethod.Criterion criterion)-
Methods inherited from class org.dmg.pmml.PMMLObject
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator
-
-
-
-
Constructor Detail
-
RuleSelectionMethod
public RuleSelectionMethod()
-
RuleSelectionMethod
public RuleSelectionMethod(RuleSelectionMethod.Criterion criterion)
-
-
Method Detail
-
requireCriterion
public RuleSelectionMethod.Criterion requireCriterion()
-
getCriterion
public RuleSelectionMethod.Criterion getCriterion()
-
setCriterion
public RuleSelectionMethod setCriterion(RuleSelectionMethod.Criterion criterion)
-
hasExtensions
public boolean hasExtensions()
- Specified by:
hasExtensionsin interfaceHasExtensions<RuleSelectionMethod>
-
getExtensions
public java.util.List<Extension> getExtensions()
- Specified by:
getExtensionsin interfaceHasExtensions<RuleSelectionMethod>
-
addExtensions
public RuleSelectionMethod addExtensions(Extension... extensions)
- Specified by:
addExtensionsin interfaceHasExtensions<RuleSelectionMethod>
-
accept
public VisitorAction accept(Visitor visitor)
-
-