Package eu.su.mas.dedale.princ
Class ConfigurationFile
java.lang.Object
eu.su.mas.dedale.princ.ConfigurationFile
- Author:
- hc
-
Field Summary
Modifier and TypeFieldDescriptionstatic boolean
static boolean
static boolean
Elements on the map when generatedstatic boolean
static Integer
Agents communication radius when generatedstatic final Integer
Wumpus proximity detection radius when generatedstatic String
The GateKeeper is in charge of the Platform and of the agents within, do not change its name.static Integer
Size of the generated environmentstatic EnvironmentType
The environment is either based on GraphStream (2D discrete) or JME (3D continuous).static Integer[]
static GeneratorType
The environment is either manually designed (manual), or generated with a specific generator (dorogovstev, grid,barabasi)static String
Give the elements available on the map, if anystatic String
3) Agents characteristicsstatic String
Give the topologystatic String
static String
static String
static String
static Integer
static String
static String
static Integer
static boolean
1) Network and platform parameters -
Constructor Summary
-
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()
-