Class AlchemistSimulationAdapterWithExporter

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Double getObsValue(String obs) Get the value of the observation with the given name.
      Double getObsValue(Integer obsId) Get the value of the observation with the given id.
      • Methods inherited from class it.unibo.alchemist.multivesta.adapter.AbstractAlchemistSimulationAdapter

        doStep, getTime, performWholeSimulation, rval, rval
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AlchemistSimulationAdapterWithExporter

        AlchemistSimulationAdapterWithExporter(Simulation<Object, Void> simulation)
        Parameters:
        simulation - the simulation to be wrapped.
    • Method Detail

      • getObsValue

         Double getObsValue(String obs)

        Get the value of the observation with the given name. The observations named "time" and "step" have been already handled.