@Portable public class Decision extends DRGElement implements DomainObject, HasExpression, DMNViewDefinition<GeneralRectangleDimensionsSet>, HasVariable<InformationItemPrimary>
DMNElement.ExtensionElementsDMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.NamespaceDynamicReadOnly.ReadOnly| Modifier and Type | Field and Description |
|---|---|
protected AllowedAnswers |
allowedAnswers |
protected BackgroundSet |
backgroundSet |
protected GeneralRectangleDimensionsSet |
dimensionsSet |
protected Expression |
expression |
protected FontSet |
fontSet |
protected Question |
question |
protected InformationItemPrimary |
variable |
allowOnlyVisualChange, linksHoldernamedescription, idNOP| Constructor and Description |
|---|
Decision() |
Decision(Id id,
Description description,
Name name,
Question question,
AllowedAnswers allowedAnswers,
InformationItemPrimary variable,
Expression expression,
BackgroundSet backgroundSet,
FontSet fontSet,
GeneralRectangleDimensionsSet dimensionsSet) |
| Modifier and Type | Method and Description |
|---|---|
DMNModelInstrumentedBase |
asDMNModelInstrumentedBase() |
boolean |
equals(Object o) |
AllowedAnswers |
getAllowedAnswers() |
BackgroundSet |
getBackgroundSet() |
GeneralRectangleDimensionsSet |
getDimensionsSet() |
String |
getDomainObjectNameTranslationKey() |
String |
getDomainObjectUUID() |
Expression |
getExpression() |
FontSet |
getFontSet() |
Question |
getQuestion() |
String |
getStunnerCategory() |
Set<String> |
getStunnerLabels() |
InformationItemPrimary |
getVariable() |
int |
hashCode() |
void |
setAllowedAnswers(AllowedAnswers allowedAnswers) |
void |
setBackgroundSet(BackgroundSet backgroundSet) |
void |
setDimensionsSet(GeneralRectangleDimensionsSet dimensionsSet) |
void |
setExpression(Expression expression) |
void |
setFontSet(FontSet fontSet) |
void |
setQuestion(Question question) |
void |
setVariable(InformationItemPrimary variable) |
getLinksHolder, getReadOnly, isAllowOnlyVisualChange, isReadonlyField, setAllowOnlyVisualChange, setLinksHoldergetName, setNamegetDescription, getExtensionElements, getId, setDescription, setExtensionElements, setIdgetAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParentclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitisClearSupportedgetNsContextprotected Question question
protected AllowedAnswers allowedAnswers
protected InformationItemPrimary variable
protected Expression expression
protected BackgroundSet backgroundSet
protected FontSet fontSet
protected GeneralRectangleDimensionsSet dimensionsSet
public Decision()
public Decision(Id id, Description description, Name name, Question question, AllowedAnswers allowedAnswers, InformationItemPrimary variable, Expression expression, BackgroundSet backgroundSet, FontSet fontSet, GeneralRectangleDimensionsSet dimensionsSet)
public String getStunnerCategory()
public BackgroundSet getBackgroundSet()
getBackgroundSet in interface DMNViewDefinition<GeneralRectangleDimensionsSet>public void setBackgroundSet(BackgroundSet backgroundSet)
public FontSet getFontSet()
getFontSet in interface DMNViewDefinition<GeneralRectangleDimensionsSet>public void setFontSet(FontSet fontSet)
public GeneralRectangleDimensionsSet getDimensionsSet()
getDimensionsSet in interface DMNViewDefinition<GeneralRectangleDimensionsSet>public void setDimensionsSet(GeneralRectangleDimensionsSet dimensionsSet)
public Question getQuestion()
public void setQuestion(Question question)
public AllowedAnswers getAllowedAnswers()
public void setAllowedAnswers(AllowedAnswers allowedAnswers)
public InformationItemPrimary getVariable()
getVariable in interface HasVariable<InformationItemPrimary>public void setVariable(InformationItemPrimary variable)
setVariable in interface HasVariable<InformationItemPrimary>public Expression getExpression()
getExpression in interface HasExpressionpublic void setExpression(Expression expression)
setExpression in interface HasExpressionpublic DMNModelInstrumentedBase asDMNModelInstrumentedBase()
asDMNModelInstrumentedBase in interface HasExpressionasDMNModelInstrumentedBase in interface HasVariable<InformationItemPrimary>public String getDomainObjectUUID()
getDomainObjectUUID in interface DomainObjectpublic String getDomainObjectNameTranslationKey()
getDomainObjectNameTranslationKey in interface DomainObjectCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.