Class Sink

java.lang.Object
de.labAlive.core.wiringComponent.WiringComponent
de.labAlive.core.abstractSystem.System
de.labAlive.system.Sink
All Implemented Interfaces:
de.labAlive.system.System

public class Sink extends de.labAlive.core.abstractSystem.System
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.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    Sink(String name)
     
  • Method Summary

    Methods inherited from class de.labAlive.core.abstractSystem.System

    connect, doubleAttenuationProperty, doubleAttenuationProperty, doubleDbProperty, doubleDbProperty, doubleProperty, doubleProperty, getImplementation, getInWire, getOutWire, getOutWire, hide, hideSystemOnly, label, name, rebuild, set, show

    Methods inherited from class de.labAlive.core.wiringComponent.WiringComponent

    addSymbol, getMainParameters, getName, longName, name, name, notifyBeforeParameterChange, setStepInterceptor, setSymbol, setSymbolResolver, show, show, toString

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface de.labAlive.system.System

    addSymbol, longName, name, setStepInterceptor, setSymbol, show, show
  • Constructor Details

    • Sink

      public Sink()
      Parameters:
      id - name of the system
    • Sink

      public Sink(String name)