network
Class InfiniteServerNode

java.lang.Object
  extended by network.Node
      extended by network.InfiniteServerNode
Direct Known Subclasses:
ResourcePool

public class InfiniteServerNode
extends Node


Constructor Summary
InfiniteServerNode(Delay d)
           
InfiniteServerNode(java.lang.String s, Delay d)
           
 
Method Summary
protected  void accept(Customer c)
           
 void enter(Customer c)
           
protected  void invokeService(Customer c)
           
 
Methods inherited from class network.Node
displayResults, 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

InfiniteServerNode

public InfiniteServerNode(Delay d)

InfiniteServerNode

public InfiniteServerNode(java.lang.String s,
                          Delay d)
Method Detail

invokeService

protected final void invokeService(Customer c)

enter

public final void enter(Customer c)
Overrides:
enter in class Node

accept

protected void accept(Customer c)
Overrides:
accept in class Node