|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectp3j.gui.dialogs.execstatus.ExecutionProgressInstrumenter
public class ExecutionProgressInstrumenter
Instruments PPPM simulations with an observer that displays the progress to the user.
Constructor Summary | |
---|---|
ExecutionProgressInstrumenter()
Instantiates a new execution progress instrumenter. |
|
ExecutionProgressInstrumenter(Integer numOfTrials)
Instantiates a new execution progress instrumenter. |
Method Summary | |
---|---|
static void |
cleanObservers()
Cleans list of observers. |
List<? extends james.core.observe.IObserver> |
getInstantiatedObservers()
|
int |
getNumberOfTrials()
|
void |
instrumentComputation(james.core.experiments.tasks.IComputationTask computationTask)
|
void |
setNumberOfTrials(int numberOfTrials)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecutionProgressInstrumenter()
public ExecutionProgressInstrumenter(Integer numOfTrials)
numOfTrials
- the num of trialsMethod Detail |
---|
public void instrumentComputation(james.core.experiments.tasks.IComputationTask computationTask)
instrumentComputation
in interface james.core.experiments.instrumentation.computation.IComputationInstrumenter
public List<? extends james.core.observe.IObserver> getInstantiatedObservers()
getInstantiatedObservers
in interface james.core.experiments.instrumentation.IInstrumenter
public static void cleanObservers()
public int getNumberOfTrials()
public void setNumberOfTrials(int numberOfTrials)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |