|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<GBasicPa> de.cesr.sesamgim.param.GBasicPa
public enum GBasicPa
Enum Constant Summary | |
---|---|
ADD_AGENTS_TO_MC
If true, agent objects are added to the market cell contexts. |
|
ADD_MC_TO_AREA
For use of GPlzModelInitialiser this parameter is automatically
set to Boolean.false in order to add MCs as subcontexts to Plz
contexts. |
|
AGENT_POS_FILENAME
File with agent positions and milieu IDs. |
|
AREA_PROJECTION_NAME
The name of the Repast Simphony geography projection that contains areas |
|
AREAS_SHAPEFILE
The shape file that defines the model region |
|
COORDINATE_CLASS
|
|
CRS
Used to initialise the root geography See epsg-registry.org |
|
FIELD_LOWER_X
|
|
FIELD_LOWER_Y
|
|
FIELD_UPPER_X
|
|
FIELD_UPPER_Y
|
|
GROUP_POSITION_RADIUS
If the radius is > 0.0 group contexts are positioned on a radius of the given value around either the market cell are are centroid. |
|
INHABITED_AREA_GEOGRAPHY_NAME
If this is null, an inhabited area shape file will not be loaded, and the root geogaphy will be used instead. |
|
INHABITED_AREAS_SHAPEFILE
The shape file that defines the inhabited region TODO check if contains shapes! |
|
INIT_PARAM_ID
Parameter ID for agent coordinates and milieus in DB. |
|
MC_SHAPEFILE
The shape file that defines the market cell areas |
|
NUM_HH_PER_AGENT
|
|
OUTPUT_ROOT_GEOGRAPHY_SHAPEFILE
|
|
SHAPEFILE_OUTPUT_FOLDER
|
|
SPATIALREFERENCEID
Used to initialise the GeometryFactory . 32632 |
|
START
|
|
USE_CENTROID_TO_INIT_MC
|
Method Summary | |
---|---|
Object |
getDefaultValue()
|
Class<?> |
getType()
|
static GBasicPa |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GBasicPa[] |
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 GBasicPa INIT_PARAM_ID
public static final GBasicPa START
public static final GBasicPa AGENT_POS_FILENAME
GFileAgentInitialiser
.
public static final GBasicPa NUM_HH_PER_AGENT
public static final GBasicPa GROUP_POSITION_RADIUS
public static final GBasicPa AREA_PROJECTION_NAME
public static final GBasicPa AREAS_SHAPEFILE
public static final GBasicPa MC_SHAPEFILE
public static final GBasicPa OUTPUT_ROOT_GEOGRAPHY_SHAPEFILE
public static final GBasicPa SHAPEFILE_OUTPUT_FOLDER
public static final GBasicPa INHABITED_AREAS_SHAPEFILE
public static final GBasicPa INHABITED_AREA_GEOGRAPHY_NAME
public static final GBasicPa USE_CENTROID_TO_INIT_MC
public static final GBasicPa SPATIALREFERENCEID
GeometryFactory
. 32632
public static final GBasicPa CRS
public static final GBasicPa FIELD_LOWER_X
public static final GBasicPa FIELD_LOWER_Y
public static final GBasicPa FIELD_UPPER_X
public static final GBasicPa FIELD_UPPER_Y
public static final GBasicPa COORDINATE_CLASS
public static final GBasicPa ADD_MC_TO_AREA
GPlzModelInitialiser
this parameter is automatically
set to Boolean.false
in order to add MCs as subcontexts to Plz
contexts.
public static final GBasicPa ADD_AGENTS_TO_MC
Method Detail |
---|
public static GBasicPa[] values()
for (GBasicPa c : GBasicPa.values()) System.out.println(c);
public static GBasicPa 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 |