281 | | || COB || compare bids protocol.||A party receives SessionSettings. After that it receives ActionDone if a party does an action. The party takes an action only after CompareWithBid is received. It reacts with a Comparison action. A party of this type must receive a parameter "userid" with a unique string value || |
282 | | || SHAOP || Stacked human alternating offers protocol ||similar to SAOP. A party of this type must receive parameters userid, elicitationcost and credit. A party of this type can execute a RequestComparison(userid) action, allowed only if its credit is > elicitationcost. Each call will deduce elicitationcost from the credit. The call results in the associated COB party with the same userid to execute a Comparison action, after which the turn goes back to the shaop party. || |
| 281 | || COB || compare bids protocol.||A party receives SessionSettings. It also receives ActionDone if a party does an action. It receives a CompareWithBid inform if the partner party requests a CompareWithBid action. The party takes an action only after CompareWithBid is received. It reacts with a Comparison action. A party of this type must receive a parameter "userid" with a unique string value || |
| 282 | || SHAOP || Stacked human alternating offers protocol ||similar to SAOP. A party of this type must receive parameter elicitationcost. If not, the default elicitationcost is 0.1. A party of this type can execute a {{{CompareWithBid}}} action. Each call will add elicitationcost to the party's spendings. The call results in the associated COB party to execute a Comparison action, after which the turn goes back to the shaop party. || |