Klasse OutPort

java.lang.Object
de.labAlive.core.port.Port
de.labAlive.core.port.OutPort
Bekannte direkte Unterklassen:
Digital2AnalogOutPort

public class OutPort extends Port
class for an OutPort. A port belongs to a system and represents an input. implements step();
  • Konstruktordetails

    • OutPort

      public OutPort(int port, SystemImpl owner)
      Parameter:
      owner - system to which this port belongs to
      id - name of the port
  • Methodendetails

    • step

      public void step(Signal sig)
      Performs a simulation step. Is called by the owner System. Calls step() of the connected Wire.
      Angegeben von:
      step in Klasse Port
    • backwardSignaling

      public void backwardSignaling(SignalingMessage sigMess)
      Runs (backward) through the simulation chain and communicates a Signaling message (SigMess). Can be used for all meta communication beyond simmulation signal flow.