|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<GPlzPa> de.cesr.sesamgim.param.GPlzPa
public enum GPlzPa
SesamGIM - Geographical Initialisation for Milieu Agents
Enum Constant Summary | |
---|---|
PLZ_ALLOW_AGENT_TO_LEAVE_PLZ_AREAS
If set to false, it is ensured that calculated agent position are within PLZ areas. |
|
PLZ_PROJECTION_NAME
The name of the Repast Simphony geography projection that contains PLZ shapes. |
|
PLZ_SHAPEFILE
The shape file that defines the inhabited region TODO check if contains shapes! |
Method Summary | |
---|---|
Object |
getDefaultValue()
|
Class<?> |
getType()
|
static GPlzPa |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GPlzPa[] |
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 GPlzPa PLZ_PROJECTION_NAME
GBasicPa.AREA_PROJECTION_NAME
.
public static final GPlzPa PLZ_ALLOW_AGENT_TO_LEAVE_PLZ_AREAS
public static final GPlzPa PLZ_SHAPEFILE
Method Detail |
---|
public static GPlzPa[] values()
for (GPlzPa c : GPlzPa.values()) System.out.println(c);
public static GPlzPa 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 |