@@ -55,11 +55,11 @@ case class TaskExecutionContext(
objectTask{
/**
* Construct a Random Number Generator for the task. The rng is constructed by [[org.openmole.tool.random.Random]] with the seed provided from the context (seed being defined as an OpenMOLE variable)
*
* @param context
* @return
*/
* Construct a Random Number Generator for the task. The rng is constructed by [[org.openmole.tool.random.Random]] with the seed provided from the context (seed being defined as an OpenMOLE variable)
overridedeftoString=s"""Type mismatch the content of the output value '${output.name}' of type '${variable.value.getClass}' is incompatible with the output variable '${output}'."""
}
...
...
@@ -89,22 +89,22 @@ object InputOutputCheck {
}
/**
* Given a prototype set and a context, construct a [[Context]] with these prototypes only
*
* @param outputs
* @param context
* @return
*/
* Given a prototype set and a context, construct a [[Context]] with these prototypes only