public interface CmmnModelExecutionContext
CmmnModelInstance
 and the currently executed CmmnElement.| Modifier and Type | Method and Description | 
|---|---|
| CmmnElement | getCmmnModelElementInstance()Returns the currently executed Element in the Cmmn Model. | 
| CmmnModelInstance | getCmmnModelInstance()Returns the  CmmnModelInstancefor the currently executed Cmmn Model | 
CmmnModelInstance getCmmnModelInstance()
CmmnModelInstance for the currently executed Cmmn ModelCmmnModelInstanceCmmnElement getCmmnModelElementInstance()
Returns the currently executed Element in the Cmmn Model. This method returns a CmmnElement which may be casted
 to the concrete type of the Cmmn Model Element currently executed.
CmmnElement corresponding to the current Cmmn Model ElementCopyright © 2018. All rights reserved.