de.cesr.sesamgim.param
Enum GBasicPa

java.lang.Object
  extended by java.lang.Enum<GBasicPa>
      extended by de.cesr.sesamgim.param.GBasicPa
All Implemented Interfaces:
de.cesr.parma.core.PmParameterDefinition, Serializable, Comparable<GBasicPa>

public enum GBasicPa
extends Enum<GBasicPa>
implements de.cesr.parma.core.PmParameterDefinition


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

INIT_PARAM_ID

public static final GBasicPa INIT_PARAM_ID
Parameter ID for agent coordinates and milieus in DB.


START

public static final GBasicPa START

AGENT_POS_FILENAME

public static final GBasicPa AGENT_POS_FILENAME
File with agent positions and milieu IDs. Relevant for use of GFileAgentInitialiser.


NUM_HH_PER_AGENT

public static final GBasicPa NUM_HH_PER_AGENT

GROUP_POSITION_RADIUS

public static final GBasicPa 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.


AREA_PROJECTION_NAME

public static final GBasicPa AREA_PROJECTION_NAME
The name of the Repast Simphony geography projection that contains areas


AREAS_SHAPEFILE

public static final GBasicPa AREAS_SHAPEFILE
The shape file that defines the model region


MC_SHAPEFILE

public static final GBasicPa MC_SHAPEFILE
The shape file that defines the market cell areas


OUTPUT_ROOT_GEOGRAPHY_SHAPEFILE

public static final GBasicPa OUTPUT_ROOT_GEOGRAPHY_SHAPEFILE

SHAPEFILE_OUTPUT_FOLDER

public static final GBasicPa SHAPEFILE_OUTPUT_FOLDER

INHABITED_AREAS_SHAPEFILE

public static final GBasicPa INHABITED_AREAS_SHAPEFILE
The shape file that defines the inhabited region TODO check if contains shapes!


INHABITED_AREA_GEOGRAPHY_NAME

public static final GBasicPa 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.


USE_CENTROID_TO_INIT_MC

public static final GBasicPa USE_CENTROID_TO_INIT_MC

SPATIALREFERENCEID

public static final GBasicPa SPATIALREFERENCEID
Used to initialise the GeometryFactory. 32632


CRS

public static final GBasicPa CRS
Used to initialise the root geography See epsg-registry.org


FIELD_LOWER_X

public static final GBasicPa FIELD_LOWER_X

FIELD_LOWER_Y

public static final GBasicPa FIELD_LOWER_Y

FIELD_UPPER_X

public static final GBasicPa FIELD_UPPER_X

FIELD_UPPER_Y

public static final GBasicPa FIELD_UPPER_Y

COORDINATE_CLASS

public static final GBasicPa COORDINATE_CLASS

ADD_MC_TO_AREA

public static final GBasicPa 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.


ADD_AGENTS_TO_MC

public static final GBasicPa ADD_AGENTS_TO_MC
If true, agent objects are added to the market cell contexts.

Method Detail

values

public static GBasicPa[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (GBasicPa c : GBasicPa.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static GBasicPa valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getType

public Class<?> getType()
Specified by:
getType in interface de.cesr.parma.core.PmParameterDefinition

getDefaultValue

public Object getDefaultValue()
Specified by:
getDefaultValue in interface de.cesr.parma.core.PmParameterDefinition