de.uka.ipd.sdq.codegen.simucontroller
Class SimuComJob
java.lang.Object
Job
de.uka.ipd.sdq.codegen.simucontroller.SimuComJob
- All Implemented Interfaces:
- IStatusObserver
public class SimuComJob
- extends Job
- implements IStatusObserver
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimuComJob
public SimuComJob(ISimuComControl control,
SimuComConfig config)
run
protected IStatus run(IProgressMonitor monitor)
updateStatus
public void updateStatus(int percentDone,
double currentTime,
long measurementsTaken)
- Description copied from interface:
IStatusObserver
- Notification call informing the observer about the simulation progess
in percent done
- Specified by:
updateStatus in interface IStatusObserver
- Parameters:
percentDone - Percentage of the maximum simulation time which has
passed
getErrorThrowable
public Throwable getErrorThrowable()
getStatus
public SimuComResult getStatus()