ostore.agree
Interface AgreementStageIF

All Known Implementing Classes:
ThresholdByzantine

public interface AgreementStageIF


Method Summary
 int member_count(SecureHash ring_id)
          How many people are participating in the agreement process.
 int member_number(SecureHash ring_id)
          Which of the participants are we?
 

Method Detail

member_count

public int member_count(SecureHash ring_id)
How many people are participating in the agreement process.

Returns:
how many people are participating in the agreement process

member_number

public int member_number(SecureHash ring_id)
Which of the participants are we?

Returns:
which participant we are in the agreement process, from 0 to member_count () - 1.