Class DecisionTableImpl
java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.camunda.bpm.model.dmn.impl.instance.DmnModelElementInstanceImpl
org.camunda.bpm.model.dmn.impl.instance.DmnElementImpl
org.camunda.bpm.model.dmn.impl.instance.ExpressionImpl
org.camunda.bpm.model.dmn.impl.instance.DecisionTableImpl
- All Implemented Interfaces:
DecisionTable,DmnElement,DmnModelElementInstance,Expression,org.camunda.bpm.model.xml.instance.ModelElementInstance
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<BuiltinAggregator>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<HitPolicy>protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Input>protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Output>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<DecisionTableOrientation>protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Rule>Fields inherited from class org.camunda.bpm.model.dmn.impl.instance.ExpressionImpl
typeRefAttributeFields inherited from class org.camunda.bpm.model.dmn.impl.instance.DmnElementImpl
descriptionChild, extensionElementsChild, idAttribute, labelAttributeFields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance -
Constructor Summary
ConstructorsConstructorDescriptionDecisionTableImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) -
Method Summary
Modifier and TypeMethodDescriptiongetRules()static voidregisterType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) voidsetAggregation(BuiltinAggregator aggregation) voidsetHitPolicy(HitPolicy hitPolicy) voidsetOutputLabel(String outputLabel) voidsetPreferredOrientation(DecisionTableOrientation preferredOrientation) Methods inherited from class org.camunda.bpm.model.dmn.impl.instance.ExpressionImpl
getTypeRef, setTypeRefMethods inherited from class org.camunda.bpm.model.dmn.impl.instance.DmnElementImpl
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabelMethods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.model.dmn.instance.DmnElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabelMethods inherited from interface org.camunda.bpm.model.dmn.instance.Expression
getTypeRef, setTypeRefMethods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
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
-
Field Details
-
hitPolicyAttribute
-
aggregationAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<BuiltinAggregator> aggregationAttribute -
preferredOrientationAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<DecisionTableOrientation> preferredOrientationAttribute -
outputLabelAttribute
-
inputCollection
-
outputCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Output> outputCollection -
ruleCollection
-
-
Constructor Details
-
DecisionTableImpl
public DecisionTableImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
-
-
Method Details
-
getHitPolicy
- Specified by:
getHitPolicyin interfaceDecisionTable
-
setHitPolicy
- Specified by:
setHitPolicyin interfaceDecisionTable
-
getAggregation
- Specified by:
getAggregationin interfaceDecisionTable
-
setAggregation
- Specified by:
setAggregationin interfaceDecisionTable
-
getPreferredOrientation
- Specified by:
getPreferredOrientationin interfaceDecisionTable
-
setPreferredOrientation
- Specified by:
setPreferredOrientationin interfaceDecisionTable
-
getOutputLabel
- Specified by:
getOutputLabelin interfaceDecisionTable
-
setOutputLabel
- Specified by:
setOutputLabelin interfaceDecisionTable
-
getInputs
- Specified by:
getInputsin interfaceDecisionTable
-
getOutputs
- Specified by:
getOutputsin interfaceDecisionTable
-
getRules
- Specified by:
getRulesin interfaceDecisionTable
-
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
-