Klasse SISOSystemImpl

Alle implementierten Schnittstellen:
MouseListener, EventListener

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

    • SISOSystemImpl

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