HEADER

biouml.plugins.simulation
Class SimulatorJobControl

com.developmentontheedge.jobcontrol.AbstractJobControl
  |
  +--com.developmentontheedge.jobcontrol.FunctionJobControl
        |
        +--biouml.plugins.simulation.SimulatorJobControl

public class SimulatorJobControl
extends FunctionJobControl


Constructor Summary
SimulatorJobControl(Category cat)
           
SimulatorJobControl(Category cat, JobControlListener l)
           

Methods inherited from class com.developmentontheedge.jobcontrol.FunctionJobControl
functionFinished, functionFinished, functionStarted, functionStarted, functionTerminatedByError

Methods inherited from class com.developmentontheedge.jobcontrol.AbstractJobControl
addListener, begin, checkStatus, end, fireValueChanged, format, format, getCreatedTime, getElapsedTime, getEndedTime, getPreparedness, getRemainedTime, getStartedTime, getStatus, getTextStatus, pause, resultsAreReady, resume, run, setPreparedness, terminate

Constructor Detail

SimulatorJobControl

public SimulatorJobControl(Category cat)

SimulatorJobControl

public SimulatorJobControl(Category cat, JobControlListener l)

FOOTER

BOTTOM