Package | Description |
---|---|
negotiator.protocol | |
negotiator.session |
Modifier and Type | Method and Description |
---|---|
Turn |
AlternatingOfferConsensusProtocol.createTurn(NegotiationPartyInternal party,
java.lang.Class<? extends Action> class1)
factory function.
|
Turn |
AlternatingOfferConsensusProtocol.createTurn(NegotiationPartyInternal votingParty,
java.util.Collection<java.lang.Class<? extends Action>> acceptOrReject)
factory function.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<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.
|