Package | Description |
---|---|
genius.core.protocol | |
genius.core.session |
Modifier and Type | Method and Description |
---|---|
Turn |
AlternatingMultipleOffersProtocol.createTurn(NegotiationParty party,
java.lang.Class<? extends Action> allowedAction)
create factory function.
|
Turn |
AlternatingMultipleOffersProtocol.createTurn(NegotiationParty votingParty,
java.util.Collection<java.lang.Class<? extends Action>> allowedActions)
factory function.
|
Modifier and Type | Method and Description |
---|---|
protected int |
AlternatingMultipleOffersProtocol.nrOfVotes(int numOffers,
java.util.List<Turn> turns,
int offerNumber) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Turn> |
Round.getTurns()
Gets the turns in this round.
|
Modifier and Type | Method and Description |
---|---|
void |
Round.addTurn(Turn turn)
Add a turn to this round.
|