|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<MRandomPa> de.cesr.more.param.MRandomPa
public enum MRandomPa
Definition of random streams related parameters for MORe
Enum Constant Summary | |
---|---|
RANDOM_SEED
Random seed used for all random streams throughout the model that not a specialised random stream defined. |
|
RANDOM_SEED_NETWORK_BUILDING
Random seed used for network building processes. |
|
RANDOM_SEED_NETWORK_DYNAMICS
Random seed used for network building processes. |
|
RND_STREAM
The name of the random stream used for network building processes. |
|
RND_STREAM_NETWORK_BUILDING
The name of the random stream used for network building processes. |
|
RND_STREAM_NETWORK_DYNAMICS
The name of the random stream used for network building processes. |
|
RND_STREAM_RANDOM_NETWORK_BUILDING
Used for MRandomNetworkGenerator . |
|
RND_UNIFORM_DIST_NETWORK_BUILDING
The name of the random stream used for network building processes. |
|
RND_UNIFORM_DIST_NETWORK_DYNAMICS
|
Field Summary | |
---|---|
static String |
RND_STREAM_NETWORK_BUILDING_CUSTOMISED
|
static String |
RND_STREAM_NETWORK_DYNAMICS_CUSTOMISED
|
static String |
RND_STREAM_RANDOM_NETWORK_BUILDING_CUSTOMISED
|
Method Summary | |
---|---|
Object |
getDefaultValue()
|
Class<?> |
getType()
|
static MRandomPa |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MRandomPa[] |
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 MRandomPa RANDOM_SEED
0
.
public static final MRandomPa RANDOM_SEED_NETWORK_BUILDING
0
.
public static final MRandomPa RANDOM_SEED_NETWORK_DYNAMICS
0
.
public static final MRandomPa RND_STREAM
Network-Building stream
.
public static final MRandomPa RND_STREAM_NETWORK_BUILDING
Network-Building stream
.
public static final MRandomPa RND_STREAM_NETWORK_DYNAMICS
Network-Dynamics Stream
.
public static final MRandomPa RND_STREAM_RANDOM_NETWORK_BUILDING
MRandomNetworkGenerator
.
public static final MRandomPa RND_UNIFORM_DIST_NETWORK_BUILDING
Uniform network-building
.
public static final MRandomPa RND_UNIFORM_DIST_NETWORK_DYNAMICS
Field Detail |
---|
public static final String RND_STREAM_NETWORK_BUILDING_CUSTOMISED
public static final String RND_STREAM_NETWORK_DYNAMICS_CUSTOMISED
public static final String RND_STREAM_RANDOM_NETWORK_BUILDING_CUSTOMISED
Method Detail |
---|
public static MRandomPa[] values()
for (MRandomPa c : MRandomPa.values()) System.out.println(c);
public static MRandomPa 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
PmParameterDefinition.getType()
public Object getDefaultValue()
getDefaultValue
in interface de.cesr.parma.core.PmParameterDefinition
PmParameterDefinition.getDefaultValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |