|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<GRandomPa> de.cesr.sesamgim.param.GRandomPa
public enum GRandomPa
SesamGIM - Geographical Initialisation for Milieu Agents
Enum Constant Summary | |
---|---|
RANDOM_DIST_AGENT_AGGREGATION
Name for default random distribution for agent aggregation Default value: "RANDOM_DIST_AGENT_AGGREGATION". |
|
RANDOM_DIST_AGENT_INITIALISATION
Name for default random distribution for agent initalisation. |
|
RANDOM_DIST_AREA_INITIALISATION
Name for default random distribution for area initalisation. |
|
RANDOM_DIST_GROUP_INITIALISATION
Name for default random distribution for group initalisation. |
|
RANDOM_DIST_POP_UPDATE
Name for default random distribution for population updater Default value: "RANDOM_DIST_POP_UPDATE". |
|
RANDOM_SEED
|
|
RANDOM_SEED_AGENT_AGGREGATION
|
|
RANDOM_SEED_AGENT_INITIALISATION
|
|
RANDOM_SEED_AREA_INITIALISATION
|
|
RANDOM_SEED_GROUP_INITIALISATION
|
|
RANDOM_SEED_INITIALISATION
|
|
RANDOM_SEED_POPDYN
|
|
RANDOM_STREAM
Name for default random stream generator for all initalisation (but may be defined for area/group/agent specifically). |
|
RANDOM_STREAM_AGENT_AGGREGATION
Name for default random stream generator for population updater Default value: RANDOM_STREAM_INITIALISATION. |
|
RANDOM_STREAM_AGENT_INITIALISATION
Name for default random stream generator for agent initalisation. |
|
RANDOM_STREAM_AREA_INITIALISATION
Name for default random stream generator for agent initalisation. |
|
RANDOM_STREAM_GROUP_INITIALISATION
Name for default random stream generator for agent initalisation. |
|
RANDOM_STREAM_INITIALISATION
Name for default random stream generator for all initalisation (but may be defined for area/group/agent specifically). |
|
RANDOM_STREAM_POP_UPDATE
Name for default random stream generator for population updater Default value: RANDOM_STREAM_INITIALISATION. |
Field Summary | |
---|---|
static String |
RANDOM_STREAM_AGENT_AGGREGATION_CUSTOMISED
When a generator defaults to a super-generator (same String) an alternative name is required in case of customisation to indicate that it is now customised and may no longer point to the super-generator (otherwise, the customized generator would overwrite the super-generator). |
static String |
RANDOM_STREAM_AGENT_INITIALISATION_CUSTOMISED
When a generator defaults to a super-generator (same String) an alternative name is required in case of customisation to indicate that it is now customised and may no longer point to the super-generator (otherwise, the customized generator would overwrite the super-generator). |
static String |
RANDOM_STREAM_AREA_INITIALISATION_CUSTOMISED
When a generator defaults to a super-generator (same String) an alternative name is required in case of customisation to indicate that it is now customised and may no longer point to the super-generator (otherwise, the customized generator would overwrite the super-generator). |
static String |
RANDOM_STREAM_GROUP_INITIALISATION_CUSTOMISED
When a generator defaults to a super-generator (same String) an alternative name is required in case of customisation to indicate that it is now customised and may no longer point to the super-generator (otherwise, the customized generator would overwrite the super-generator). |
static String |
RANDOM_STREAM_INITIALISATION_CUSTOMISED
When a generator defaults to a super-generator (same String) an alternative name is required in case of customisation to indicate that it is now customised and may no longer point to the super-generator (otherwise, the customized generator would overwrite the super-generator). |
static String |
RANDOM_STREAM_POP_UPDATE_CUSTOMISED
When a generator defaults to a super-generator (same String) an alternative name is required in case of customisation to indicate that it is now customised and may no longer point to the super-generator (otherwise, the customized generator would overwrite the super-generator). |
Method Summary | |
---|---|
Object |
getDefaultValue()
|
Class<?> |
getType()
|
static GRandomPa |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GRandomPa[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface de.cesr.parma.core.PmParameterDefinition |
---|
getDeclaringClass |
Enum Constant Detail |
---|
public static final GRandomPa RANDOM_SEED
public static final GRandomPa RANDOM_SEED_INITIALISATION
public static final GRandomPa RANDOM_SEED_AREA_INITIALISATION
public static final GRandomPa RANDOM_SEED_GROUP_INITIALISATION
public static final GRandomPa RANDOM_SEED_AGENT_INITIALISATION
public static final GRandomPa RANDOM_SEED_POPDYN
public static final GRandomPa RANDOM_SEED_AGENT_AGGREGATION
public static final GRandomPa RANDOM_STREAM
public static final GRandomPa RANDOM_STREAM_INITIALISATION
public static final GRandomPa RANDOM_STREAM_AREA_INITIALISATION
public static final GRandomPa RANDOM_STREAM_GROUP_INITIALISATION
public static final GRandomPa RANDOM_STREAM_AGENT_INITIALISATION
public static final GRandomPa RANDOM_STREAM_POP_UPDATE
public static final GRandomPa RANDOM_STREAM_AGENT_AGGREGATION
public static final GRandomPa RANDOM_DIST_AREA_INITIALISATION
public static final GRandomPa RANDOM_DIST_GROUP_INITIALISATION
public static final GRandomPa RANDOM_DIST_AGENT_INITIALISATION
public static final GRandomPa RANDOM_DIST_POP_UPDATE
public static final GRandomPa RANDOM_DIST_AGENT_AGGREGATION
Field Detail |
---|
public static final String RANDOM_STREAM_INITIALISATION_CUSTOMISED
public static final String RANDOM_STREAM_AREA_INITIALISATION_CUSTOMISED
public static final String RANDOM_STREAM_GROUP_INITIALISATION_CUSTOMISED
public static final String RANDOM_STREAM_AGENT_INITIALISATION_CUSTOMISED
public static final String RANDOM_STREAM_POP_UPDATE_CUSTOMISED
public static final String RANDOM_STREAM_AGENT_AGGREGATION_CUSTOMISED
Method Detail |
---|
public static GRandomPa[] values()
for (GRandomPa c : GRandomPa.values()) System.out.println(c);
public static GRandomPa valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic Class<?> getType()
getType
in interface de.cesr.parma.core.PmParameterDefinition
public Object getDefaultValue()
getDefaultValue
in interface de.cesr.parma.core.PmParameterDefinition
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |