Klasse PilotSyncReceiveImpl

Alle implementierten Schnittstellen:
MouseListener, EventListener

public class PilotSyncReceiveImpl extends SystemImpl
(Convenient) base class for systems with single input and output. The purpose is to make the implementation of corresponding systems as simple as possible. One of the getSignal methods must be overridden.
  • Konstruktordetails

    • PilotSyncReceiveImpl

      public PilotSyncReceiveImpl()
  • Methodendetails

    • step

      public void step(Signal input)
      Performs a simulation step. Maps the generic step method to convenient types.
      Setzt außer Kraft:
      step in Klasse SystemImpl