Interface View

All Superinterfaces:
Control

public interface View extends Control
A base interface for the graphical user interface of a simulation
  • Method Details

    • reset

      void reset()
      Clearing any previous data
    • initialize

      void initialize()
      updating all possible data
    • read

      void read()
      Read current data
    • read

      void read(String _variable)
      Read a single variable
    • update

      void update()
      Accept data sent
    • getComponent

      Component getComponent(String _name)
      Get a graphical object
      Parameters:
      _name - A keyword that identifies the graphical object that must be retrieved. Typically its name.
      Returns:
      The graphical component