Class StableSpanRoot

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

public class StableSpanRoot
extends Process


Constructor Summary
StableSpanRoot(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

StableSpanRoot

public StableSpanRoot(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