public class DecisionRuleImpl extends DmnElementImpl implements DecisionRule
| Modifier and Type | Field and Description | 
|---|---|
| protected static ChildElementCollection<InputEntry> | inputEntryCollection | 
| protected static ChildElementCollection<OutputEntry> | outputEntryCollection | 
descriptionChild, extensionElementsChild, idAttribute, labelAttributemodelInstance| Constructor and Description | 
|---|
| DecisionRuleImpl(ModelTypeInstanceContext instanceContext) | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<InputEntry> | getInputEntries() | 
| Collection<OutputEntry> | getOutputEntries() | 
| static void | registerType(ModelBuilder modelBuilder) | 
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildElement, 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, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDescription, 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, updateAfterReplacementprotected static ChildElementCollection<InputEntry> inputEntryCollection
protected static ChildElementCollection<OutputEntry> outputEntryCollection
public DecisionRuleImpl(ModelTypeInstanceContext instanceContext)
public Collection<InputEntry> getInputEntries()
getInputEntries in interface DecisionRulepublic Collection<OutputEntry> getOutputEntries()
getOutputEntries in interface DecisionRulepublic static void registerType(ModelBuilder modelBuilder)
Copyright © 2018. All rights reserved.