Klasse SynchronizerImpl

Alle implementierten Schnittstellen:
MouseListener, EventListener

public class SynchronizerImpl 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

    • SynchronizerImpl

      public SynchronizerImpl()
  • 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