public class UnitPhase extends Phase
Phase.State
Entity.PortAlias
Modifier and Type | Field and Description |
---|---|
protected double |
serviceTimePerUnit |
event, inputPort, message, occupancy, outputPort, state
portAliases, ports, simNode
Constructor and Description |
---|
UnitPhase(double serviceTimePerUnit,
java.lang.String name,
SimNode owner) |
Modifier and Type | Method and Description |
---|---|
protected double |
getServiceTime() |
getInput, getOutput, processMessage
addPort, aliasPort, aliasPort, connect, disconnect, getName, getNode, getPortByName, getPorts, isPortKnown, unaliasPort
public UnitPhase(double serviceTimePerUnit, java.lang.String name, SimNode owner)
protected double getServiceTime()
getServiceTime
in class Phase