public class ClockedGate extends Entity
Entity.PortAlias
Modifier and Type | Field and Description |
---|---|
protected double |
cycleTime |
protected Event |
event |
protected PolledInputPort |
inputPort |
protected SynchronousOutputPort |
outputPort |
portAliases, ports, simNode
Constructor and Description |
---|
ClockedGate(double cycleTime,
java.lang.String name,
SimNode parentNode) |
Modifier and Type | Method and Description |
---|---|
void |
handleStartTransientPhase() |
addPort, aliasPort, aliasPort, connect, disconnect, getName, getNode, getPortByName, getPorts, isPortKnown, unaliasPort
protected final PolledInputPort inputPort
protected final SynchronousOutputPort outputPort
protected final double cycleTime
protected final Event event
public ClockedGate(double cycleTime, java.lang.String name, SimNode parentNode)