public class RuleSelectionMethod extends PMMLObject implements HasExtensions<RuleSelectionMethod>
| Modifier and Type | Class and Description |
|---|---|
static class |
RuleSelectionMethod.Criterion |
| Constructor and Description |
|---|
RuleSelectionMethod() |
RuleSelectionMethod(RuleSelectionMethod.Criterion criterion) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
RuleSelectionMethod |
addExtensions(Extension... extensions) |
RuleSelectionMethod.Criterion |
getCriterion() |
List<Extension> |
getExtensions() |
boolean |
hasExtensions() |
RuleSelectionMethod.Criterion |
requireCriterion() |
RuleSelectionMethod |
setCriterion(RuleSelectionMethod.Criterion criterion) |
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic RuleSelectionMethod()
public RuleSelectionMethod(RuleSelectionMethod.Criterion criterion)
public RuleSelectionMethod.Criterion requireCriterion()
public RuleSelectionMethod.Criterion getCriterion()
public RuleSelectionMethod setCriterion(RuleSelectionMethod.Criterion criterion)
public boolean hasExtensions()
hasExtensions in interface HasExtensions<RuleSelectionMethod>public List<Extension> getExtensions()
getExtensions in interface HasExtensions<RuleSelectionMethod>public RuleSelectionMethod addExtensions(Extension... extensions)
addExtensions in interface HasExtensions<RuleSelectionMethod>public VisitorAction accept(Visitor visitor)
Copyright © 2024. All rights reserved.