IAction
, IntegratorAction
, java.io.Serializable
IntegratorReset
, ZeoliteSimStart
public abstract class IntegratorActionAdapter extends java.lang.Object implements IntegratorAction, java.io.Serializable
Modifier and Type | Field | Description |
---|---|---|
protected Integrator |
integrator |
Constructor | Description |
---|---|
IntegratorActionAdapter() |
|
IntegratorActionAdapter(Integrator integrator) |
Constructs the Action with the given descriptive label.
|
Modifier and Type | Method | Description |
---|---|---|
Integrator |
getIntegrator() |
|
void |
setIntegrator(Integrator integrator) |
actionPerformed
protected Integrator integrator
public IntegratorActionAdapter()
public IntegratorActionAdapter(Integrator integrator)
public Integrator getIntegrator()
getIntegrator
in interface IntegratorAction
public void setIntegrator(Integrator integrator)
setIntegrator
in interface IntegratorAction
integrator
- The integrator on which this action will be performed.