Package io.camunda.zeebe.dmn.impl
Class VariablesContext
java.lang.Object
io.camunda.zeebe.dmn.impl.VariablesContext
- All Implemented Interfaces:
DecisionContext
Simple Decision Context based on a map of variables, where the key is the name of the variable.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VariablesContext
-
-
Method Details
-
toMap
- Specified by:
toMapin interfaceDecisionContext- Returns:
- the Context as map
-