IAction, IntegratorAction, java.io.SerializableIntegratorReset, ZeoliteSimStartpublic 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) |
actionPerformedprotected Integrator integrator
public IntegratorActionAdapter()
public IntegratorActionAdapter(Integrator integrator)
public Integrator getIntegrator()
getIntegrator in interface IntegratorActionpublic void setIntegrator(Integrator integrator)
setIntegrator in interface IntegratorActionintegrator - The integrator on which this action will be performed.