Class ConfigurationFile

java.lang.Object
eu.su.mas.dedale.princ.ConfigurationFile

public final class ConfigurationFile extends Object
Author:
hc
  • Field Details

    • PLATFORMisDISTRIBUTED

      public static boolean PLATFORMisDISTRIBUTED
      1) Network and platform parameters
    • COMPUTERisMAIN

      public static boolean COMPUTERisMAIN
    • PLATFORM_HOSTNAME

      public static String PLATFORM_HOSTNAME
    • PLATFORM_ID

      public static String PLATFORM_ID
    • PLATFORM_PORT

      public static Integer PLATFORM_PORT
    • LOCAL_CONTAINER_NAME

      public static String LOCAL_CONTAINER_NAME
    • LOCAL_CONTAINER2_NAME

      public static String LOCAL_CONTAINER2_NAME
    • LOCAL_CONTAINER3_NAME

      public static String LOCAL_CONTAINER3_NAME
    • LOCAL_CONTAINER4_NAME

      public static String LOCAL_CONTAINER4_NAME
    • DEFAULT_GATEKEEPER_NAME

      public static String DEFAULT_GATEKEEPER_NAME
      The GateKeeper is in charge of the Platform and of the agents within, do not change its name.
    • ENVIRONMENT_TYPE

      public static EnvironmentType ENVIRONMENT_TYPE
      The environment is either based on GraphStream (2D discrete) or JME (3D continuous).
    • GENERATOR_TYPE

      public static GeneratorType GENERATOR_TYPE
      The environment is either manually designed (manual), or generated with a specific generator (dorogovstev, grid,barabasi)
    • INSTANCE_TOPOLOGY

      public static String INSTANCE_TOPOLOGY
      Give the topology
    • INSTANCE_CONFIGURATION_ELEMENTS

      public static String INSTANCE_CONFIGURATION_ELEMENTS
      Give the elements available on the map, if any
    • ENVIRONMENT_SIZE

      public static Integer ENVIRONMENT_SIZE
      Size of the generated environment
    • OPTIONAL_ADDITIONAL_ENVGENERATOR_PARAM1

      public static Integer OPTIONAL_ADDITIONAL_ENVGENERATOR_PARAM1
    • GENERATOR_PARAMETERS

      public static Integer[] GENERATOR_PARAMETERS
    • DEFAULT_DETECTION_RADIUS

      public static final Integer DEFAULT_DETECTION_RADIUS
      Wumpus proximity detection radius when generated
    • DEFAULT_COMMUNICATION_REACH

      public static Integer DEFAULT_COMMUNICATION_REACH
      Agents communication radius when generated
    • ACTIVE_WELL

      public static boolean ACTIVE_WELL
      Elements on the map when generated
    • ACTIVE_GOLD

      public static boolean ACTIVE_GOLD
    • ACTIVE_DIAMOND

      public static boolean ACTIVE_DIAMOND
    • INSTANCE_CONFIGURATION_ENTITIES

      public static String INSTANCE_CONFIGURATION_ENTITIES
      3) Agents characteristics
  • Constructor Details

    • ConfigurationFile

      public ConfigurationFile()