|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnetwork.Node
network.Sink
public class Sink
A Sink node absrobs customers from a queueing network.
Departing customers are registered with the Network
class, which records the customer's sojourn time.
| Constructor Summary | |
|---|---|
Sink()
|
|
Sink(java.lang.String name)
|
|
| Method Summary | |
|---|---|
protected void |
accept(Customer c)
|
| Methods inherited from class network.Node |
|---|
displayResults, enter, forward, getId, getName, logResults, resetMeasures, setLink, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Sink()
public Sink(java.lang.String name)
| Method Detail |
|---|
protected void accept(Customer c)
accept in class Node
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||