| Package | Description | 
|---|---|
| org.camunda.bpm.dmn.engine.impl.transform | |
| org.camunda.bpm.model.dmn.impl.instance | |
| org.camunda.bpm.model.dmn.instance | 
| Modifier and Type | Method and Description | 
|---|---|
protected DmnVariableImpl | 
DmnVariableTransformHandler.createDmnElement(DmnElementTransformContext context,
                Variable variable)  | 
protected DmnVariableImpl | 
DmnVariableTransformHandler.createFromVariable(DmnElementTransformContext context,
                  Variable variable)  | 
DmnVariableImpl | 
DmnVariableTransformHandler.handleElement(DmnElementTransformContext context,
             Variable variable)  | 
protected DmnVariableImpl | 
DefaultDmnTransform.transformVariable(Variable variable)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VariableImpl  | 
| Modifier and Type | Field and Description | 
|---|---|
protected static ChildElement<Variable> | 
DecisionImpl.variableChild  | 
protected static ChildElement<Variable> | 
ContextEntryImpl.variableChild  | 
protected static ChildElement<Variable> | 
BusinessKnowledgeModelImpl.variableChild  | 
| Modifier and Type | Method and Description | 
|---|---|
Variable | 
DecisionImpl.getVariable()  | 
Variable | 
ContextEntryImpl.getVariable()  | 
Variable | 
BusinessKnowledgeModelImpl.getVariable()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DecisionImpl.setVariable(Variable variable)  | 
void | 
ContextEntryImpl.setVariable(Variable variable)  | 
void | 
BusinessKnowledgeModelImpl.setVariable(Variable variable)  | 
| Modifier and Type | Method and Description | 
|---|---|
Variable | 
Decision.getVariable()  | 
Variable | 
ContextEntry.getVariable()  | 
Variable | 
BusinessKnowledgeModel.getVariable()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Decision.setVariable(Variable variable)  | 
void | 
ContextEntry.setVariable(Variable variable)  | 
void | 
BusinessKnowledgeModel.setVariable(Variable variable)  | 
Copyright © 2017. All rights reserved.