Package | Description |
---|---|
org.kie.workbench.common.dmn.api.definition | |
org.kie.workbench.common.dmn.api.definition.v1_1 |
Modifier and Type | Method and Description |
---|---|
InformationItem |
HasVariable.getVariable() |
Modifier and Type | Method and Description |
---|---|
void |
HasVariable.setVariable(InformationItem informationItem) |
Modifier and Type | Field and Description |
---|---|
protected InformationItem |
InputData.variable |
protected InformationItem |
Decision.variable |
protected InformationItem |
BusinessKnowledgeModel.variable |
Modifier and Type | Method and Description |
---|---|
InformationItem |
Binding.getParameter() |
InformationItem |
InputData.getVariable() |
InformationItem |
Decision.getVariable() |
InformationItem |
ContextEntry.getVariable() |
InformationItem |
BusinessKnowledgeModel.getVariable() |
InformationItem |
Binding.getVariable() |
Modifier and Type | Method and Description |
---|---|
List<InformationItem> |
Relation.getColumn() |
List<InformationItem> |
FunctionDefinition.getFormalParameter() |
Modifier and Type | Method and Description |
---|---|
void |
Binding.setParameter(InformationItem value) |
void |
InputData.setVariable(InformationItem variable) |
void |
Decision.setVariable(InformationItem variable) |
void |
ContextEntry.setVariable(InformationItem value) |
void |
BusinessKnowledgeModel.setVariable(InformationItem variable) |
void |
Binding.setVariable(InformationItem informationItem) |
Constructor and Description |
---|
BusinessKnowledgeModel(Id id,
Description description,
Name name,
InformationItem variable,
FunctionDefinition encapsulatedLogic,
BackgroundSet backgroundSet,
FontSet fontSet,
RectangleDimensionsSet dimensionsSet) |
Decision(Id id,
Description description,
Name name,
Question question,
AllowedAnswers allowedAnswers,
InformationItem variable,
Expression expression,
BackgroundSet backgroundSet,
FontSet fontSet,
RectangleDimensionsSet dimensionsSet) |
InputData(Id id,
Description description,
Name name,
InformationItem variable,
BackgroundSet backgroundSet,
FontSet fontSet,
RectangleDimensionsSet dimensionsSet) |
Constructor and Description |
---|
Relation(Id id,
Description description,
QName typeRef,
List<InformationItem> column,
List<List> row) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.