Users should use the convenience methods on execution
This interface is created so that process languages can embed their variable scopes in other objects. E.g. by default, the ExecutionImpl class manages a list of VariableScope's. But the execution subclass for individual process languages can overwrite the usage of that member and get the variable scopes from some other member.
@author Tom Baeyens
|
|
|
|
|
|
|
|