Interface ActuatedTrafficController

    • Method Detail

      • updateDetector

        void updateDetector​(String detectorId,
                            boolean detectingGTU)
        Tell the traffic controller that the state of a detector has changed.
        Parameters:
        detectorId - String; id of the detector
        detectingGTU - boolean;
      • getDisplayContainer

        Container getDisplayContainer()
        Retrieve the Swing (for now) container in which the controller displays its current state.
        Returns:
        Container; the display of the current state; may return null!