Class Environment


Class for representing the environment of the model.

This class is an entity that owns EnvironmentAttributeSet instances and uses an EnvironmentSimulationContext for its behaviour and interactions.

  • Constructor Details

    • Environment

      public Environment(String name, List<EnvironmentAttributeSet> attributeSets)
      Constructs a new environment with the specified name and attribute sets.
      Parameters:
      name - the name of the environment, used to identify it within the model
      attributeSets - the attribute sets the environment will own
    • Environment

      public Environment(List<EnvironmentAttributeSet> attributeSets)
      Constructs a new environment with an attribute sets.
      Parameters:
      attributeSets - the attribute sets the environment will own
  • Method Details