Class AbstractAnalysisModule

    • Method Detail

      • getName

        public String getName()
        Returns:
        The name of that module
      • getEventHandler

        public abstract List<org.matsim.core.events.handler.EventHandler> getEventHandler()
        Returns:
        A list of all the event handler of the module, if necessary, otherwise an empty List.
      • preProcessData

        public abstract void preProcessData()
        Hook called before the events stream is processed.
      • postProcessData

        public abstract void postProcessData()
        Hook after the events stream is processed.