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

java.lang.Object
  extended by org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
      extended by org.camunda.bpm.model.dmn.impl.DmnModelElementInstanceImpl
          extended by org.camunda.bpm.model.dmn.impl.DmnElementImpl
              extended by org.camunda.bpm.model.dmn.impl.ExpressionImpl
                  extended by org.camunda.bpm.model.dmn.impl.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.child.ChildElementCollection<Clause> clauseCollection
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<HitPolicy> hitPolicyAttribute
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> isCompleteAttribute
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> isConsistentAttribute
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<DecisionTableOrientation> preferedOrientationAttribute
           
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Rule> ruleCollection
           
 
Fields inherited from class org.camunda.bpm.model.dmn.impl.ExpressionImpl
inputVariableRefCollection, itemDefinitionRef
 
Fields inherited from class org.camunda.bpm.model.dmn.impl.DmnElementImpl
descriptionChild, idAttribute, nameAttribute
 
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()
           
 Collection<Clause> getClauses()
           
 HitPolicy getHitPolicy()
           
 DecisionTableOrientation getPreferedOrientation()
           
 Collection<Rule> getRules()
           
 boolean isComplete()
           
 boolean isConsistent()
           
static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
           
 void setAggregation(BuiltinAggregator aggregation)
           
 void setComplete(boolean isComplete)
           
 void setConsistent(boolean isConsistent)
           
 void setHitPolicy(HitPolicy hitPolicy)
           
 void setPreferedOrientation(DecisionTableOrientation preferedOrientation)
           
 
Methods inherited from class org.camunda.bpm.model.dmn.impl.ExpressionImpl
getInputVariables, getItemDefinition, setItemDefinition
 
Methods inherited from class org.camunda.bpm.model.dmn.impl.DmnElementImpl
getDescription, getId, getName, setDescription, setId, setName
 
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
getInputVariables, getItemDefinition, setItemDefinition
 
Methods inherited from interface org.camunda.bpm.model.dmn.instance.DmnElement
getDescription, getId, getName, setDescription, setId, setName
 
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

preferedOrientationAttribute

protected static org.camunda.bpm.model.xml.type.attribute.Attribute<DecisionTableOrientation> preferedOrientationAttribute

isCompleteAttribute

protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> isCompleteAttribute

isConsistentAttribute

protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> isConsistentAttribute

clauseCollection

protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Clause> clauseCollection

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

getPreferedOrientation

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

setPreferedOrientation

public void setPreferedOrientation(DecisionTableOrientation preferedOrientation)
Specified by:
setPreferedOrientation in interface DecisionTable

isComplete

public boolean isComplete()
Specified by:
isComplete in interface DecisionTable

setComplete

public void setComplete(boolean isComplete)
Specified by:
setComplete in interface DecisionTable

isConsistent

public boolean isConsistent()
Specified by:
isConsistent in interface DecisionTable

setConsistent

public void setConsistent(boolean isConsistent)
Specified by:
setConsistent in interface DecisionTable

getClauses

public Collection<Clause> getClauses()
Specified by:
getClauses 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 © 2015 camunda services GmbH. All rights reserved.