Klasse SourceImpl

Alle implementierten Schnittstellen:
StartableSystem, SystemI, MouseListener, EventListener

public class SourceImpl extends SystemImpl implements StartableSystem
Base class for a source - system with no inputs and one (or more) output(s).
  • Konstruktordetails

    • SourceImpl

      public SourceImpl()
  • Methodendetails

    • getFacade

      public Source2Impl getFacade()
      Beschreibung aus Klasse kopiert: SystemImpl
      Getter and Setter:
      Setzt außer Kraft:
      getFacade in Klasse SystemImpl
    • setOutputOn

      public void setOutputOn(boolean outputOn)
    • step

      public void step(Signal sig)
      Simulation:
      Setzt außer Kraft:
      step in Klasse SystemImpl
    • startStep

      public final void startStep()
      Performs first simulation step in SystemContainer.
      Angegeben von:
      startStep in Schnittstelle StartableSystem
    • getSignal

      public Signal getSignal()
    • getTriggerManager

      public TriggerManager getTriggerManager()
    • notifyPropertyChanged

      public final void notifyPropertyChanged()
      Beschreibung aus Klasse kopiert: SystemImpl
      Parameters have changed (sent by DefaultSystemMeasure). Dummy implementation of notifyParameterChanged(). Systems using Parameter must adapt to changed parameters. System is allowed to change parameter feed accepted parameter value back to parameter. PropertyWindow displays the updated parameter values.
      Setzt außer Kraft:
      notifyPropertyChanged in Klasse SystemImpl
    • discoverStartableSystems

      public DiscoverStartableSystems discoverStartableSystems(DiscoverStartableSystems discoverStartableSystems)
      Signaling:
      Setzt außer Kraft:
      discoverStartableSystems in Klasse SignalingComponent