Class GlobalExporter

  • All Implemented Interfaces:
    it.unibo.alchemist.boundary.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.