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, setTypeRefgetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildElement, 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, updateAfterReplacementHitPolicy 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 © 2018. All rights reserved.