MATHVisualSimulator
A BPMN2 simulator for MATH
|
Public Member Functions | |
RunningProcessCollection (Simulator sim) | |
void | step (EmpiricalRandomVariableCollection results) |
bool | canRun () |
long | currentTime () |
void | add (RunningProcess rp) |
bool | contains (RunningProcess rp) |
void | remove (RunningProcess rp) |
Public Attributes | |
int | qtyDone = 0 |
int | qtyError = 0 |
Properties | |
int | Count [get] |