Package eu.su.mas.dedale.princ
Class ConfigurationFile
java.lang.Object
eu.su.mas.dedale.princ.ConfigurationFile
- Author:
 - hc
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleanstatic booleanstatic booleanElements on the map when generatedstatic booleanstatic IntegerAgents communication radius when generatedstatic final IntegerWumpus proximity detection radius when generatedstatic StringThe GateKeeper is in charge of the Platform and of the agents within, do not change its name.static IntegerSize of the generated environmentstatic EnvironmentTypeThe environment is either based on GraphStream (2D discrete) or JME (3D continuous).static Integer[]static GeneratorTypeThe environment is either manually designed (manual), or generated with a specific generator (dorogovstev, grid,barabasi)static StringGive the elements available on the map, if anystatic String3) Agents characteristicsstatic StringGive the topologystatic Stringstatic Stringstatic Stringstatic Stringstatic Integerstatic Stringstatic Stringstatic Integerstatic boolean1) Network and platform parameters - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
PLATFORMisDISTRIBUTED
public static boolean PLATFORMisDISTRIBUTED1) Network and platform parameters - 
COMPUTERisMAIN
public static boolean COMPUTERisMAIN - 
PLATFORM_HOSTNAME
 - 
PLATFORM_ID
 - 
PLATFORM_PORT
 - 
LOCAL_CONTAINER_NAME
 - 
LOCAL_CONTAINER2_NAME
 - 
LOCAL_CONTAINER3_NAME
 - 
LOCAL_CONTAINER4_NAME
 - 
DEFAULT_GATEKEEPER_NAME
The GateKeeper is in charge of the Platform and of the agents within, do not change its name. - 
ENVIRONMENT_TYPE
The environment is either based on GraphStream (2D discrete) or JME (3D continuous). - 
GENERATOR_TYPE
The environment is either manually designed (manual), or generated with a specific generator (dorogovstev, grid,barabasi) - 
INSTANCE_TOPOLOGY
Give the topology - 
INSTANCE_CONFIGURATION_ELEMENTS
Give the elements available on the map, if any - 
ENVIRONMENT_SIZE
Size of the generated environment - 
OPTIONAL_ADDITIONAL_ENVGENERATOR_PARAM1
 - 
GENERATOR_PARAMETERS
 - 
DEFAULT_DETECTION_RADIUS
Wumpus proximity detection radius when generated - 
DEFAULT_COMMUNICATION_REACH
Agents communication radius when generated - 
ACTIVE_WELL
public static boolean ACTIVE_WELLElements on the map when generated - 
ACTIVE_GOLD
public static boolean ACTIVE_GOLD - 
ACTIVE_DIAMOND
public static boolean ACTIVE_DIAMOND - 
INSTANCE_CONFIGURATION_ENTITIES
3) Agents characteristics 
 - 
 - 
Constructor Details
- 
ConfigurationFile
public ConfigurationFile() 
 -