|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<GMilieuPa> de.cesr.sesamgim.param.GMilieuPa
public enum GMilieuPa
Enum Constant Summary | |
---|---|
ADD_MILIEU_CONTEXTS_TO_ROOT_CONTEXT
IF true, milieu contexts are added directly as members (agent objects) to the root context. |
|
ALLOW_AGENTS_TO_LEAVE_AREA_BOUNDARIES
|
|
ALLOW_AGENTS_TO_LEAVE_INHABITED_AREAS
|
|
ALLOW_AGENTS_TO_LEAVE_MC_BOUNDARIES
Setting this property to false causes SesamGIM to read in MZ shapes from GBasicPa#MZ_SHAPEFILE . |
|
DISTRIBUTE_AGENTS_AROUND_GROUP
|
|
DISTRIBUTE_AGENTS_UNIFORMLY_IN_MC
When set to true, it is assumed that ALLOW_AGENTS_TO_LEAVE_MC_BOUNDARIES is false! |
|
GROUP_DIST_UNIFORMLY
|
|
GROUP_FORCE_SIZE
|
|
GROUP_SIZE
|
|
MAX_STD_DEV_EXTENSION
When this standard deviation is reached by increases, the search terminates using a search with initials standard deviation and no restrictions. |
|
MILIEU_LIFE_EXPECTANCY
Milieu specific life expectancy distributions. |
|
MILIEU_PREF_PARAMID
Parameter ID for milieu's goal preferenceWeights |
|
MILIEUS
Defines the indices for milieus. |
|
NUM_HHSIZES
|
|
NUM_YEARS
|
|
STD_DEV_EXTENSION_COUNTER_TRESHOLD
Maximum number of attempts to find a point with the same standard deviation. |
|
STD_DEV_PLACE_AGENTS
Standard deviation from the center coordinates when searching agent locations in the geography. |
|
STD_DEV_PLACE_NEIGHBOURHOODS
Standard deviation from the center coordinates when searching group context locations in the geography. |
Method Summary | |
---|---|
Object |
getDefaultValue()
|
Class<?> |
getType()
|
static GMilieuPa |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GMilieuPa[] |
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 GMilieuPa MILIEU_PREF_PARAMID
public static final GMilieuPa MILIEU_LIFE_EXPECTANCY
public static final GMilieuPa MILIEUS
SqlPa#TBLNAME_MILIEU_GROUPS
public static final GMilieuPa NUM_HHSIZES
public static final GMilieuPa NUM_YEARS
public static final GMilieuPa ALLOW_AGENTS_TO_LEAVE_AREA_BOUNDARIES
public static final GMilieuPa ALLOW_AGENTS_TO_LEAVE_INHABITED_AREAS
public static final GMilieuPa ALLOW_AGENTS_TO_LEAVE_MC_BOUNDARIES
GBasicPa#MZ_SHAPEFILE
.
public static final GMilieuPa DISTRIBUTE_AGENTS_UNIFORMLY_IN_MC
public static final GMilieuPa DISTRIBUTE_AGENTS_AROUND_GROUP
public static final GMilieuPa STD_DEV_PLACE_AGENTS
public static final GMilieuPa STD_DEV_PLACE_NEIGHBOURHOODS
public static final GMilieuPa STD_DEV_EXTENSION_COUNTER_TRESHOLD
public static final GMilieuPa MAX_STD_DEV_EXTENSION
public static final GMilieuPa GROUP_FORCE_SIZE
public static final GMilieuPa GROUP_SIZE
public static final GMilieuPa GROUP_DIST_UNIFORMLY
public static final GMilieuPa ADD_MILIEU_CONTEXTS_TO_ROOT_CONTEXT
Method Detail |
---|
public static GMilieuPa[] values()
for (GMilieuPa c : GMilieuPa.values()) System.out.println(c);
public static GMilieuPa 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 |