@Portable public class DecisionService extends DRGElement implements HasVariable<InformationItemPrimary>, DMNViewDefinition<DecisionServiceRectangleDimensionsSet>, DomainObject
DMNElement.ExtensionElements
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
DynamicReadOnly.ReadOnly
Modifier and Type | Field and Description |
---|---|
protected BackgroundSet |
backgroundSet |
protected DecisionServiceRectangleDimensionsSet |
dimensionsSet |
protected DecisionServiceDividerLineY |
dividerLineY |
protected FontSet |
fontSet |
protected InformationItemPrimary |
variable |
allowOnlyVisualChange, linksHolder
name
description, id
Constructor and Description |
---|
DecisionService() |
DecisionService(Id id,
Description description,
Name name,
InformationItemPrimary variable,
List<DMNElementReference> outputDecision,
List<DMNElementReference> encapsulatedDecision,
List<DMNElementReference> inputDecision,
List<DMNElementReference> inputData,
BackgroundSet backgroundSet,
FontSet fontSet,
DecisionServiceRectangleDimensionsSet dimensionsSet,
DecisionServiceDividerLineY dividerLineY) |
Modifier and Type | Method and Description |
---|---|
DMNModelInstrumentedBase |
asDMNModelInstrumentedBase() |
boolean |
equals(Object o) |
BackgroundSet |
getBackgroundSet() |
DecisionServiceRectangleDimensionsSet |
getDimensionsSet() |
DecisionServiceDividerLineY |
getDividerLineY() |
String |
getDomainObjectNameTranslationKey() |
String |
getDomainObjectUUID() |
List<DMNElementReference> |
getEncapsulatedDecision() |
FontSet |
getFontSet() |
List<DMNElementReference> |
getInputData() |
List<DMNElementReference> |
getInputDecision() |
List<DMNElementReference> |
getOutputDecision() |
String |
getStunnerCategory() |
Set<String> |
getStunnerLabels() |
InformationItemPrimary |
getVariable() |
int |
hashCode() |
void |
setBackgroundSet(BackgroundSet backgroundSet) |
void |
setDimensionsSet(DecisionServiceRectangleDimensionsSet dimensionsSet) |
void |
setDividerLineY(DecisionServiceDividerLineY dividerY) |
void |
setFontSet(FontSet fontSet) |
void |
setVariable(InformationItemPrimary variable) |
getLinksHolder, getReadOnly, isAllowOnlyVisualChange, isReadonlyField, setAllowOnlyVisualChange, setLinksHolder
getName, setName
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getNsContext
protected InformationItemPrimary variable
protected BackgroundSet backgroundSet
protected FontSet fontSet
protected DecisionServiceRectangleDimensionsSet dimensionsSet
protected DecisionServiceDividerLineY dividerLineY
public DecisionService()
public DecisionService(Id id, Description description, Name name, InformationItemPrimary variable, List<DMNElementReference> outputDecision, List<DMNElementReference> encapsulatedDecision, List<DMNElementReference> inputDecision, List<DMNElementReference> inputData, BackgroundSet backgroundSet, FontSet fontSet, DecisionServiceRectangleDimensionsSet dimensionsSet, DecisionServiceDividerLineY dividerLineY)
public String getStunnerCategory()
public BackgroundSet getBackgroundSet()
getBackgroundSet
in interface DMNViewDefinition<DecisionServiceRectangleDimensionsSet>
public void setBackgroundSet(BackgroundSet backgroundSet)
public FontSet getFontSet()
getFontSet
in interface DMNViewDefinition<DecisionServiceRectangleDimensionsSet>
public void setFontSet(FontSet fontSet)
public DecisionServiceRectangleDimensionsSet getDimensionsSet()
getDimensionsSet
in interface DMNViewDefinition<DecisionServiceRectangleDimensionsSet>
public void setDimensionsSet(DecisionServiceRectangleDimensionsSet dimensionsSet)
public DecisionServiceDividerLineY getDividerLineY()
public void setDividerLineY(DecisionServiceDividerLineY dividerY)
public InformationItemPrimary getVariable()
getVariable
in interface HasVariable<InformationItemPrimary>
public void setVariable(InformationItemPrimary variable)
setVariable
in interface HasVariable<InformationItemPrimary>
public DMNModelInstrumentedBase asDMNModelInstrumentedBase()
asDMNModelInstrumentedBase
in interface HasVariable<InformationItemPrimary>
public List<DMNElementReference> getOutputDecision()
public List<DMNElementReference> getEncapsulatedDecision()
public List<DMNElementReference> getInputDecision()
public List<DMNElementReference> getInputData()
public String getDomainObjectUUID()
getDomainObjectUUID
in interface DomainObject
public String getDomainObjectNameTranslationKey()
getDomainObjectNameTranslationKey
in interface DomainObject
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.