Klasse InPort

java.lang.Object
de.labAlive.core.port.Port
de.labAlive.core.port.InPort
Bekannte direkte Unterklassen:
Digital2AnalogInPort, SimpleTerminationInPort

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

    • InPort

      public InPort(int port, SystemImpl owner)
      Parameter:
      port - port number
      owner - system to which this port belongs to
  • Methodendetails

    • step

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

      public void initSystemContainer(SystemContainer sysContainer)
      Runs through the simulation chain to initialize the SystemContainer and all TerminationInPorts.
    • forwardSignaling

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