Class DecisionTableDefinitionRepresentation
- java.lang.Object
-
- org.flowable.ui.modeler.model.decisiontable.DecisionTableDefinitionRepresentation
-
public class DecisionTableDefinitionRepresentation extends Object
Created by Yvo Swillens
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcollectOperatorprotected StringcompletenessIndicatorprotected Stringdescriptionprotected booleanforceDMN11protected StringhitIndicatorprotected Stringidprotected List<DecisionTableExpressionRepresentation>inputExpressionsprotected Stringkeyprotected StringmodelVersionprotected Stringnameprotected List<DecisionTableExpressionRepresentation>outputExpressionsprotected List<Map<String,Object>>rules
-
Constructor Summary
Constructors Constructor Description DecisionTableDefinitionRepresentation()
-
Method Summary
-
-
-
Field Detail
-
id
protected String id
-
modelVersion
protected String modelVersion
-
name
protected String name
-
key
protected String key
-
description
protected String description
-
forceDMN11
protected boolean forceDMN11
-
hitIndicator
protected String hitIndicator
-
collectOperator
protected String collectOperator
-
completenessIndicator
protected String completenessIndicator
-
inputExpressions
protected List<DecisionTableExpressionRepresentation> inputExpressions
-
outputExpressions
protected List<DecisionTableExpressionRepresentation> outputExpressions
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getModelVersion
public String getModelVersion()
-
setModelVersion
public void setModelVersion(String modelVersion)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
isForceDMN11
public boolean isForceDMN11()
-
setForceDMN11
public void setForceDMN11(boolean forceDMN11)
-
getHitIndicator
public String getHitIndicator()
-
setHitIndicator
public void setHitIndicator(String hitIndicator)
-
getCollectOperator
public String getCollectOperator()
-
setCollectOperator
public void setCollectOperator(String collectOperator)
-
getCompletenessIndicator
public String getCompletenessIndicator()
-
setCompletenessIndicator
public void setCompletenessIndicator(String completenessIndicator)
-
getInputExpressions
public List<DecisionTableExpressionRepresentation> getInputExpressions()
-
setInputExpressions
public void setInputExpressions(List<DecisionTableExpressionRepresentation> inputExpressions)
-
getOutputExpressions
public List<DecisionTableExpressionRepresentation> getOutputExpressions()
-
setOutputExpressions
public void setOutputExpressions(List<DecisionTableExpressionRepresentation> outputExpressions)
-
-