Package | Description |
---|---|
simulation | |
simulation.dynamics |
Modifier and Type | Field and Description |
---|---|
static StepGeneratorFactory.StepType |
SimulationParams.sim_stepType
the type of step distibution
|
Modifier and Type | Method and Description |
---|---|
StepGeneratorFactory.StepType |
SimulationParams.getStepType() |
Constructor and Description |
---|
SimulationParams(int N_walkers,
int tmax,
double p,
int initial,
SubstrateFactory.SubstrateType geomType,
StepGeneratorFactory.StepType stepType,
double voxelSize,
double duration)
alternate constructor with no scheme object.
|
SimulationParams(int N_walkers,
int tmax,
double p,
int initial,
SubstrateFactory.SubstrateType geomType,
StepGeneratorFactory.StepType stepType,
double voxelSize,
SimulableScheme imPars) |
Modifier and Type | Method and Description |
---|---|
StepGeneratorFactory.StepType |
StepGenerator.getType()
get the step generator type
|
StepGeneratorFactory.StepType |
SpatiallyVaryingStepGenerator.getType()
returns the type code of the generator
|
StepGeneratorFactory.StepType |
FixedLengthStepGenerator.getType() |
StepGeneratorFactory.StepType |
CylindricalSurfaceStepGenerator.getType() |
static StepGeneratorFactory.StepType |
StepGeneratorFactory.StepType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StepGeneratorFactory.StepType[] |
StepGeneratorFactory.StepType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static double[] |
StepGeneratorFactory.getStepParamsArray(StepGeneratorFactory.StepType type,
SimulationParams simParams)
parameters array generator
|