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, labelAttribute
modelInstance
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, setLabel
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, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
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
protected static ChildElementCollection<InputEntry> inputEntryCollection
protected static ChildElementCollection<OutputEntry> outputEntryCollection
public DecisionRuleImpl(ModelTypeInstanceContext instanceContext)
public Collection<InputEntry> getInputEntries()
getInputEntries
in interface DecisionRule
public Collection<OutputEntry> getOutputEntries()
getOutputEntries
in interface DecisionRule
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2022. All rights reserved.