diff --git a/specification/level-1-version-4/images/uml/abstractTask.pdf b/specification/level-1-version-4/images/uml/abstractTask.pdf index 6dbe9c8..5294e14 100644 Binary files a/specification/level-1-version-4/images/uml/abstractTask.pdf and b/specification/level-1-version-4/images/uml/abstractTask.pdf differ diff --git a/specification/level-1-version-4/sed-ml-L1V4.pdf b/specification/level-1-version-4/sed-ml-L1V4.pdf index a51fa5a..5c120b5 100644 Binary files a/specification/level-1-version-4/sed-ml-L1V4.pdf and b/specification/level-1-version-4/sed-ml-L1V4.pdf differ diff --git a/specification/level-1-version-4/sources/task.tex b/specification/level-1-version-4/sources/task.tex index 577d4dc..3eec483 100644 --- a/specification/level-1-version-4/sources/task.tex +++ b/specification/level-1-version-4/sources/task.tex @@ -40,16 +40,17 @@ \subsubsection{\element{Task}} % ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ % SIMPLEREPEATED TASK % ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -\subsubsection{\element{SimpleRepeated Task}} -\label{class:simpleRepeatedTask} -The \concept{SimpleRepeatedTask} inherits from \Task, and provides a simplified looping construct that performs the \Task multiple times, resetting the model or not, according to its \element{resetModel} attribute. The task itself is defined by the \element{modelReference} and \element{simulationReference} attributes it inherits from \Task. -\paragraph*{\element{resetModel}} -The \element{resetModel} attribute, -\element{boolean} defines whether, for each execution of the simulation, the model is to be reset (\val{true}) or not (\val{false}). +%\subsubsection{\element{SimpleRepeated Task}} +%\label{class:simpleRepeatedTask} +%The \concept{SimpleRepeatedTask} inherits from \Task, and provides a simplified looping construct that performs the \Task multiple times, resetting the model or not, according to its \element{resetModel} attribute. The task itself is defined by the \element{modelReference} and \element{simulationReference} attributes it inherits from \Task. + +%\paragraph*{\element{resetModel}} +%The \element{resetModel} attribute, +%\element{boolean} defines whether, for each execution of the simulation, the model is to be reset (\val{true}) or not (\val{false}). -\paragraph*{\element{numRepeats}} -The \element{numRepeats}, of type \element{positive integer}, defines the number of times the simulation is to be performed. +%\paragraph*{\element{numRepeats}} +%The \element{numRepeats}, of type \element{positive integer}, defines the number of times the simulation is to be performed. \end{blockChanged} % ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~