Class ISimulationModel.EnvironmentInitializationData

  • Enclosing interface:
    ISimulationModel

    public static class ISimulationModel.EnvironmentInitializationData
    extends Object
    Models the initialization data coming from the generation of the environment of the simulation.
    Author:
    Yoann Kubera
    • Constructor Detail

      • EnvironmentInitializationData

        public EnvironmentInitializationData​(IEnvironment4Engine environment)
        Builds the initialization data coming from the generation of the environment of the simulation. In this object, the influences map is initially empty.
        Parameters:
        environment - The environment of the simulation.
    • Method Detail

      • getEnvironment

        public IEnvironment4Engine getEnvironment()
        Gets the environment of the simulation.
        Returns:
        The environment of the simulation.
      • getInfluences

        public InfluencesMap getInfluences()
        Gets the influences resulting from the generation of the environment. These influences are put inside the state dynamics of the initial consistent public dynamic state of each level.
        Returns:
        The influences resulting from the generation of the environment.