| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--MatrixClock
| Constructor Summary | |
MatrixClock(int numProc,
            int id)
 | 
|
| Method Summary | |
 int | 
getValue(int i,
         int j)
 | 
 void | 
receiveAction(int[][] W,
              int srcId)
 | 
 void | 
sendAction()
 | 
 void | 
tick()
 | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public MatrixClock(int numProc,
                   int id)
| Method Detail | 
public void tick()
public void sendAction()
public void receiveAction(int[][] W,
                          int srcId)
public int getValue(int i,
                    int j)
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||