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