Context represents a bunch of variables used by the task excutions.
Context represents a bunch of variables used by the task excutions. A task execution can remove variables from context, change the values of the variables and add values to it.
Prototype
is a prototype in the sens of C language prototypes.
Prototype
is a prototype in the sens of C language prototypes. It is
composed of a type and a name. It allows specifying typed data transfert in
OpenMOLE.
the type of the prototype. Values associated to this prototype should always be a subtype of T.