|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExecutionContext
Execution context of a transformation process. The information put into the execution context is held for the whole transformation process. It can be used by transformation functions to share information. For implementations please be aware that if the transformation may be executed in multiple threads, the getters defined here as well as the returned maps have to use mechanisms to ensure their consistency (e.g. locking/synchronization).
Method Summary | |
---|---|
Map<Object,Object> |
getCellContext()
Get the execution context for the cell associated to the executed function. |
Map<Object,Object> |
getFunctionContext()
Get the execution context for the executed function. |
Map<Object,Object> |
getTransformationContext()
Get the overall transformation execution context. |
Method Detail |
---|
Map<Object,Object> getCellContext()
Map<Object,Object> getFunctionContext()
Map<Object,Object> getTransformationContext()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |