Package | Description |
---|---|
simulation | |
simulation.dynamics |
Modifier and Type | Field and Description |
---|---|
static StepAmenderFactory.AmenderType |
SimulationParams.sim_amender_type
type of step amender
|
Modifier and Type | Method and Description |
---|---|
static StepAmenderFactory.AmenderType |
StepAmenderFactory.AmenderType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StepAmenderFactory.AmenderType[] |
StepAmenderFactory.AmenderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static StepAmender |
StepAmenderFactory.getStepAmender(StepAmenderFactory.AmenderType type,
Substrate substrate) |