Package 

Class ExecutionTime

  • All Implemented Interfaces:
    it.unibo.alchemist.loader.export.Extractor

    
    public final class ExecutionTime
     implements Extractor
                        

    An extractor which provides informations about the running time of the simulation.

    • Method Summary

      Modifier and Type Method Description
      <T> Array<double> extractData(Environment<T, out Object> environment, Reaction<T> reaction, Time time, long step) Extracts numeric properties from an environment.
      List<String> getNames()
      • Methods inherited from class it.unibo.alchemist.loader.export.Extractor

        extractData
      • Methods inherited from class java.lang.Object

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

      • extractData

         <T> Array<double> extractData(Environment<T, out Object> environment, Reaction<T> reaction, Time time, long step)

        Extracts numeric properties from an environment.

        Parameters:
        environment - the Environment
        reaction - the last executed Reaction
        time - the current Time
        step - the simulation step