Skip to content

Commit

Permalink
Fix for #129: remove SimpleRepeatedTask.
Browse files Browse the repository at this point in the history
I actually just commented it out, and kept a copy of the original 'abstractTask' on Google Docs, but we decided not to keep this at the last editor's meeting, and it seems like nobody is implementing support for it any time soon.
  • Loading branch information
luciansmith committed Jun 11, 2021
1 parent f48deb2 commit 99cdcf8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
Binary file modified specification/level-1-version-4/images/uml/abstractTask.pdf
Binary file not shown.
Binary file modified specification/level-1-version-4/sed-ml-L1V4.pdf
Binary file not shown.
17 changes: 9 additions & 8 deletions specification/level-1-version-4/sources/task.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}

% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 99cdcf8

Please sign in to comment.