network
Class ProbabilisticBranch

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

public class ProbabilisticBranch
extends Link


Field Summary
 
Fields inherited from class network.Link
earth
 
Constructor Summary
ProbabilisticBranch(double[] probs, Node[] nodes)
           
 
Method Summary
 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

ProbabilisticBranch

public ProbabilisticBranch(double[] probs,
                           Node[] nodes)
Method Detail

move

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