Interface PostProcessingUI


  • public interface PostProcessingUI
    Class representing a Post Processing UI used to from an EventProcessingPlugin or from a SystemPlugin Classes must have a default constructor as they are loaded by the system when a simulation is initiated or when loading a result workspace from file.
    • Method Detail

      • getTitle

        java.lang.String getTitle()
      • buildUI

        void buildUI​(Scenario scenario,
                     javax.swing.JPanel canvas,
                     Panels panels)