Class StableSpanNonroot

java.lang.Object
  |
  +--Process
        |
        +--StableSpanNonroot
All Implemented Interfaces:
MsgHandler

public class StableSpanNonroot
extends Process


Constructor Summary
StableSpanNonroot(Linker initComm)
           
 
Method Summary
 void handleMsg(Msg m, int src, java.lang.String tag)
           
 void recalculate()
           
 
Methods inherited from class Process
broadcastMsg, isNeighbor, myWait, receiveMsg, sendMsg, sendMsg, sendMsg, sendMsg, sendToNeighbors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StableSpanNonroot

public StableSpanNonroot(Linker initComm)
Method Detail

recalculate

public void recalculate()

handleMsg

public void handleMsg(Msg m,
                      int src,
                      java.lang.String tag)
Overrides:
handleMsg in class Process