org.camunda.bpm.model.dmn.impl.instance
Class DecisionTableImpl

java.lang.Object
  extended by org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
      extended by org.camunda.bpm.model.dmn.impl.instance.DmnModelElementInstanceImpl
          extended by org.camunda.bpm.model.dmn.impl.instance.DmnElementImpl
              extended by org.camunda.bpm.model.dmn.impl.instance.ExpressionImpl
                  extended by org.camunda.bpm.model.dmn.impl.instance.DecisionTableImpl
All Implemented Interfaces:
DecisionTable, DmnElement, DmnModelElementInstance, Expression, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class DecisionTableImpl
extends ExpressionImpl
implements DecisionTable


Field Summary
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<BuiltinAggregator> aggregationAttribute
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<HitPolicy> hitPolicyAttribute
           
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Input> inputCollection
           
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Output> outputCollection
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> outputLabelAttribute
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<DecisionTableOrientation> preferredOrientationAttribute
           
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Rule> ruleCollection
           
 
Fields inherited from class org.camunda.bpm.model.dmn.impl.instance.ExpressionImpl
typeRefAttribute
 
Fields inherited from class org.camunda.bpm.model.dmn.impl.instance.DmnElementImpl
descriptionChild, extensionElementsChild, idAttribute, labelAttribute
 
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
 
Constructor Summary
DecisionTableImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
           
 
Method Summary
 BuiltinAggregator getAggregation()
           
 HitPolicy getHitPolicy()
           
 Collection<Input> getInputs()
           
 String getOutputLabel()
           
 Collection<Output> getOutputs()
           
 DecisionTableOrientation getPreferredOrientation()
           
 Collection<Rule> getRules()
           
static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
           
 void setAggregation(BuiltinAggregator aggregation)
           
 void setHitPolicy(HitPolicy hitPolicy)
           
 void setOutputLabel(String outputLabel)
           
 void setPreferredOrientation(DecisionTableOrientation preferredOrientation)
           
 
Methods inherited from class org.camunda.bpm.model.dmn.impl.instance.ExpressionImpl
getTypeRef, setTypeRef
 
Methods inherited from class org.camunda.bpm.model.dmn.impl.instance.DmnElementImpl
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
 
Methods 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, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.camunda.bpm.model.dmn.instance.Expression
getTypeRef, setTypeRef
 
Methods inherited from interface org.camunda.bpm.model.dmn.instance.DmnElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
 
Methods 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, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
 

Field Detail

hitPolicyAttribute

protected static org.camunda.bpm.model.xml.type.attribute.Attribute<HitPolicy> 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

protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> outputLabelAttribute

inputCollection

protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Input> inputCollection

outputCollection

protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Output> outputCollection

ruleCollection

protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Rule> ruleCollection
Constructor Detail

DecisionTableImpl

public DecisionTableImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
Method Detail

getHitPolicy

public HitPolicy getHitPolicy()
Specified by:
getHitPolicy in interface DecisionTable

setHitPolicy

public void setHitPolicy(HitPolicy hitPolicy)
Specified by:
setHitPolicy in interface DecisionTable

getAggregation

public BuiltinAggregator getAggregation()
Specified by:
getAggregation in interface DecisionTable

setAggregation

public void setAggregation(BuiltinAggregator aggregation)
Specified by:
setAggregation in interface DecisionTable

getPreferredOrientation

public DecisionTableOrientation getPreferredOrientation()
Specified by:
getPreferredOrientation in interface DecisionTable

setPreferredOrientation

public void setPreferredOrientation(DecisionTableOrientation preferredOrientation)
Specified by:
setPreferredOrientation in interface DecisionTable

getOutputLabel

public String getOutputLabel()
Specified by:
getOutputLabel in interface DecisionTable

setOutputLabel

public void setOutputLabel(String outputLabel)
Specified by:
setOutputLabel in interface DecisionTable

getInputs

public Collection<Input> getInputs()
Specified by:
getInputs in interface DecisionTable

getOutputs

public Collection<Output> getOutputs()
Specified by:
getOutputs in interface DecisionTable

getRules

public Collection<Rule> getRules()
Specified by:
getRules in interface DecisionTable

registerType

public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)


Copyright © 2017 camunda services GmbH. All rights reserved.