@Portable public class Decision extends DRGElement implements DomainObject, HasExpression, DMNViewDefinition<GeneralRectangleDimensionsSet>, HasVariable<InformationItemPrimary>
DMNElement.ExtensionElements
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
HasExpression.WrappedHasExpression
DynamicReadOnly.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, linksHolder
name, nameHolder
description, id
NOP
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, setLinksHolder
getName, getNameHolder, setName, setNameHolder
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
isClearSupported, wrap
getNsContext
protected 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 HasExpression
public void setExpression(Expression expression)
setExpression
in interface HasExpression
public DMNModelInstrumentedBase asDMNModelInstrumentedBase()
asDMNModelInstrumentedBase
in interface HasExpression
asDMNModelInstrumentedBase
in interface HasVariable<InformationItemPrimary>
public String getDomainObjectUUID()
getDomainObjectUUID
in interface DomainObject
public String getDomainObjectNameTranslationKey()
getDomainObjectNameTranslationKey
in interface DomainObject
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.