Klasse InPort
java.lang.Object
de.labAlive.core.port.Port
de.labAlive.core.port.InPort
- Bekannte direkte Unterklassen:
Digital2AnalogInPort, SimpleTerminationInPort
class for an InPort. A port belongs to a system and represents an input. implements step();
-
Feldübersicht
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidforwardSignaling(SignalingMessage sigMess) Runs (forward) through the simulation chain and communicates a Signaling message (SigMess).voidinitSystemContainer(SystemContainer sysContainer) Runs through the simulation chain to initialize the SystemContainer and all TerminationInPorts.voidPerforms a simulation step.Von Klasse geerbte Methoden Port
checkConnection, connectWire, getOwner, getPort, getWire, isConnected
-
Konstruktordetails
-
InPort
- Parameter:
port- port numberowner- system to which this port belongs to
-
-
Methodendetails
-
step
-
initSystemContainer
Runs through the simulation chain to initialize the SystemContainer and all TerminationInPorts. -
forwardSignaling
Runs (forward) through the simulation chain and communicates a Signaling message (SigMess). Can be used for all meta communication beyond simmulation signal flow.
-