public class ProcessorSharingPhase extends Entity
ProcessorSharingPhase
becomes unstable.
For analytical evaluation, see e.g. Yashkov (1986): Processor-sharing Queues: Some Progress in Analysis
Entity.PortAlias
portAliases, ports, simNode
Constructor and Description |
---|
ProcessorSharingPhase(java.lang.String name,
SimNode parentNode,
double serviceTimePerUnit) |
Modifier and Type | Method and Description |
---|---|
InputPort |
getInput() |
SynchronousOutputPort |
getOutput() |
void |
handleMessageIndication()
called when a new message arrives at the input port
|
void |
handleProcessEvent()
called when one message is finished, see also
rescheduleEvent() |
addPort, aliasPort, aliasPort, connect, disconnect, getName, getNode, getPortByName, getPorts, isPortKnown, unaliasPort
public ProcessorSharingPhase(java.lang.String name, SimNode parentNode, double serviceTimePerUnit)
public InputPort getInput()
public SynchronousOutputPort getOutput()
public void handleProcessEvent()
rescheduleEvent()
public void handleMessageIndication()