jbarrier

edu.bonn.cs.net.jbarrier.barrier
Class TournamentBarrier.Round

java.lang.Object
  extended by edu.bonn.cs.net.jbarrier.barrier.TournamentBarrier.Round
Enclosing class:
TournamentBarrier

protected static class TournamentBarrier.Round
extends java.lang.Object

Stores pre-computed information about a round of the tournament barrier.

Version:
1.0
Author:
Patrick Peschlow, Ivan Castilla Rodriguez

Field Summary
protected  int partnerId_
          ID of my "competitor" party in this round.
protected  TournamentBarrier.Role role_
          My role in this round.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

partnerId_

protected final int partnerId_
ID of my "competitor" party in this round.


role_

protected final TournamentBarrier.Role role_
My role in this round.


jbarrier

Copyright 2010 Patrick Peschlow