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
CmmnModelInstance for the currently executed Cmmn Model |
CmmnModelInstance getCmmnModelInstance()
CmmnModelInstance
for the currently executed Cmmn ModelCmmnModelInstance
CmmnElement 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 © 2020. All rights reserved.