Klasse SinkImpl

Alle implementierten Schnittstellen:
MouseListener, EventListener

public class SinkImpl extends SystemImpl
Class for a TerminationSystem with an TerminationInPort. This system is put in the end of a simulation chain and has no connection to another simulation chain.
  • Konstruktordetails

    • SinkImpl

      public SinkImpl()
  • Methodendetails

    • backwardSignaling

      public void backwardSignaling(SignalingMessage sigMess)
      Beschreibung aus Klasse kopiert: SystemImpl
      Runs (backward) through the simulation chain and communicates a Signaling message (SigMess). Can be used for all meta communication beyond simulation signal flow. System is allowed to change sigMess.
      Setzt außer Kraft:
      backwardSignaling in Klasse SystemImpl