public interface DecisionTable extends Expression
Modifier and Type | Method and Description |
---|---|
BuiltinAggregator |
getAggregation() |
HitPolicy |
getHitPolicy() |
Collection<Input> |
getInputs() |
String |
getOutputLabel() |
Collection<Output> |
getOutputs() |
DecisionTableOrientation |
getPreferredOrientation() |
Collection<Rule> |
getRules() |
void |
setAggregation(BuiltinAggregator aggregation) |
void |
setHitPolicy(HitPolicy hitPolicy) |
void |
setOutputLabel(String outputLabel) |
void |
setPreferredOrientation(DecisionTableOrientation preferredOrientation) |
getTypeRef, setTypeRef
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
HitPolicy getHitPolicy()
void setHitPolicy(HitPolicy hitPolicy)
BuiltinAggregator getAggregation()
void setAggregation(BuiltinAggregator aggregation)
DecisionTableOrientation getPreferredOrientation()
void setPreferredOrientation(DecisionTableOrientation preferredOrientation)
String getOutputLabel()
void setOutputLabel(String outputLabel)
Collection<Input> getInputs()
Collection<Output> getOutputs()
Collection<Rule> getRules()
Copyright © 2022. All rights reserved.