Last change
on this file was 1, checked in by Wouter Pasman, 6 years ago |
Initial import : Genius 9.0.0
|
File size:
370 bytes
|
Line | |
---|
1 | package parties.AlternatingMultipleOffers;
|
---|
2 |
|
---|
3 | import genius.core.protocol.AlternatingMajorityConsensusProtocol;
|
---|
4 | import genius.core.protocol.DefaultMultilateralProtocol;
|
---|
5 |
|
---|
6 | public class RandomAmopPartyMajority extends RandomAmopParty {
|
---|
7 |
|
---|
8 | @Override
|
---|
9 | public Class<? extends DefaultMultilateralProtocol> getProtocol() {
|
---|
10 | return AlternatingMajorityConsensusProtocol.class;
|
---|
11 | }
|
---|
12 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.