public class DecisionServiceImpl extends NamedElementImpl implements DecisionService
Modifier and Type | Field and Description |
---|---|
protected static ElementReferenceCollection<Decision,EncapsulatedDecisionReference> |
encapsulatedDecisionRefCollection |
protected static ElementReferenceCollection<InputData,InputDataReference> |
inputDataRefCollection |
protected static ElementReferenceCollection<Decision,InputDecisionReference> |
inputDecisionRefCollection |
protected static ElementReferenceCollection<Decision,OutputDecisionReference> |
outputDecisionRefCollection |
nameAttribute
descriptionChild, extensionElementsChild, idAttribute, labelAttribute
modelInstance
Constructor and Description |
---|
DecisionServiceImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
Collection<Decision> |
getEncapsulatedDecisions() |
Collection<InputData> |
getInputData() |
Collection<Decision> |
getInputDecisions() |
Collection<Decision> |
getOutputDecisions() |
static void |
registerType(ModelBuilder modelBuilder) |
getName, setName
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
getName, setName
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 ElementReferenceCollection<Decision,OutputDecisionReference> outputDecisionRefCollection
protected static ElementReferenceCollection<Decision,EncapsulatedDecisionReference> encapsulatedDecisionRefCollection
protected static ElementReferenceCollection<Decision,InputDecisionReference> inputDecisionRefCollection
protected static ElementReferenceCollection<InputData,InputDataReference> inputDataRefCollection
public DecisionServiceImpl(ModelTypeInstanceContext instanceContext)
public Collection<Decision> getOutputDecisions()
getOutputDecisions
in interface DecisionService
public Collection<Decision> getEncapsulatedDecisions()
getEncapsulatedDecisions
in interface DecisionService
public Collection<Decision> getInputDecisions()
getInputDecisions
in interface DecisionService
public Collection<InputData> getInputData()
getInputData
in interface DecisionService
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2022. All rights reserved.