|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnetwork.Node
network.InfiniteServerNode
network.ResourcePool
network.QueueingNode
public class QueueingNode
| Field Summary |
|---|
| Fields inherited from class network.ResourcePool |
|---|
losses, lossNode, noOfResources, queue, resources |
| Constructor Summary | |
|---|---|
QueueingNode(java.lang.String s,
Delay d,
int n)
|
|
QueueingNode(java.lang.String s,
Delay d,
int n,
Queue q)
|
|
| Method Summary | |
|---|---|
protected void |
forward(Customer c)
|
| Methods inherited from class network.ResourcePool |
|---|
accept, getLosses, getLossProbability, logResults, meanNoOfQueuedCustomers, meanTimeInQueue, queueLength, releaseResource, resetMeasures, serverUtilisation, setLossNode, toString, varianceOfNoOfQueuedCustomers, varianceOfTimeInQueue |
| Methods inherited from class network.InfiniteServerNode |
|---|
enter, invokeService |
| Methods inherited from class network.Node |
|---|
displayResults, getId, getName, setLink |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QueueingNode(java.lang.String s,
Delay d,
int n)
public QueueingNode(java.lang.String s,
Delay d,
int n,
Queue q)
| Method Detail |
|---|
protected void forward(Customer c)
forward in class Node
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||