network
Class ClassDependentBranch

java.lang.Object
  extended by network.Link
      extended by network.ClassDependentBranch

public class ClassDependentBranch
extends Link


Field Summary
 
Fields inherited from class network.Link
earth
 
Constructor Summary
ClassDependentBranch(int[] classes, Node[] nodes)
           
 
Method Summary
protected  void move(Customer c)
           
 
Methods inherited from class network.Link
getOwner, send, setOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassDependentBranch

public ClassDependentBranch(int[] classes,
                            Node[] nodes)
Method Detail

move

protected void move(Customer c)
Overrides:
move in class Link