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  | 
nameAttributedescriptionChild, extensionElementsChild, idAttribute, labelAttributemodelInstance| 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, setNamegetDescription, 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, waitgetName, setNamegetDescription, 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 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 DecisionServicepublic Collection<Decision> getEncapsulatedDecisions()
getEncapsulatedDecisions in interface DecisionServicepublic Collection<Decision> getInputDecisions()
getInputDecisions in interface DecisionServicepublic Collection<InputData> getInputData()
getInputData in interface DecisionServicepublic static void registerType(ModelBuilder modelBuilder)
Copyright © 2021. All rights reserved.