@Portable public class Decision extends DRGElement implements HasExpression, DMNViewDefinition
Modifier and Type | Class and Description |
---|---|
static class |
Decision.DecisionBuilder |
DMNElement.ExtensionElements
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>
Modifier and Type | Field and Description |
---|---|
protected AllowedAnswers |
allowedAnswers |
protected BackgroundSet |
backgroundSet |
protected RectangleDimensionsSet |
dimensionsSet |
protected Expression |
expression |
protected FontSet |
fontSet |
protected Question |
question |
static String |
stunnerCategory |
static String |
stunnerDescription |
static String |
stunnerTitle |
protected InformationItem |
variable |
name
description, 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 |
---|---|
AllowedAnswers |
getAllowedAnswers() |
BackgroundSet |
getBackgroundSet() |
RectangleDimensionsSet |
getDimensionsSet() |
Expression |
getExpression() |
FontSet |
getFontSet() |
Question |
getQuestion() |
String |
getStunnerCategory() |
String |
getStunnerDescription() |
Set<String> |
getStunnerLabels() |
String |
getStunnerTitle() |
InformationItem |
getVariable() |
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, setName
getDescription, getExtensionElements, getId, getOtherAttributes, setDescription, setExtensionElements, setId
getNsContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNsContext
public static final transient String stunnerCategory
public static final transient String stunnerTitle
public static final transient String stunnerDescription
protected 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 String getStunnerTitle()
public String getStunnerDescription()
public BackgroundSet getBackgroundSet()
getBackgroundSet
in interface DMNViewDefinition
public void setBackgroundSet(BackgroundSet backgroundSet)
public FontSet getFontSet()
getFontSet
in interface DMNViewDefinition
public void setFontSet(FontSet fontSet)
public RectangleDimensionsSet getDimensionsSet()
getDimensionsSet
in interface DMNViewDefinition
public void setDimensionsSet(RectangleDimensionsSet dimensionsSet)
public Question getQuestion()
public void setQuestion(Question question)
public AllowedAnswers getAllowedAnswers()
public void setAllowedAnswers(AllowedAnswers allowedAnswers)
public InformationItem getVariable()
public void setVariable(InformationItem variable)
public Expression getExpression()
getExpression
in interface HasExpression
public void setExpression(Expression expression)
setExpression
in interface HasExpression
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.