Package 

Class GlobalExporter

  • All Implemented Interfaces:
    it.unibo.alchemist.boundary.interfaces.OutputMonitor , java.io.Serializable

    
    public final class GlobalExporter<T extends Object, P extends Position<P>>
     implements OutputMonitor<T, P>
                        

    Contains all exporters selected in the configuration file. Implements the OutputMonitor interface and delegate the export phase to each one of his internal exporters.

    • 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
      Unit initialized(Environment<T, P> environment)
      Unit stepDone(Environment<T, P> environment, Reaction<T> reaction, Time time, Long step)
      Unit finished(Environment<T, P> environment, Time time, Long step)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait