public class OutPort extends Port
Constructor and Description |
---|
OutPort(int port,
SystemImpl owner) |
Modifier and Type | Method and Description |
---|---|
void |
backwardSignaling(SignalingMessage sigMess)
Runs (backward) through the simulation chain and communicates a Signaling message (SigMess).
|
void |
step(Signal sig)
Performs a simulation step.
|
checkConnection, connectWire, getOwner, getPort, getWire, isConnected
public OutPort(int port, SystemImpl owner)
id
- name of the portowner
- system to which this port belongs topublic void step(Signal sig)
public void backwardSignaling(SignalingMessage sigMess)