Changes between Version 263 and Version 264 of WikiStart


Ignore:
Timestamp:
12/18/19 13:04:23 (4 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v263 v264  
    267267||ActionDone||Informing that some party did an action||
    268268||Finished||Indicating that a session has been finished||
    269 ||SelectBest||Indicating that party is to choose the best bid from a list of options||
     269||CompareWithBid||Requesting the party to compare a bid with a number of other bids.||
    270270
    271271Please check the [source:party/src/main/java/geniusweb/party/inform source code of Inform objects] for all the details especially on the json serialization.
     
    276276The party specifies its capabilities.
    277277
    278 Currently this is a list of protocols that the party can handle.
    279  
     278Currently this is a list of behaviours that the party can handle. The 'behaviour' is just a string but it refers to a specific behaviour||
     279|| behaviour name || abbreviation for || expected behaviour ||
     280|| SAOP || stacked alternating offers protocol || First, party receives SessionSettings. After that it receives an ActionDone if a party does an action. The party takes an action only after YourTurn is received. It can then either Accept, EndNegotiation or Offer. Accept is possible only after another Offer was received||
     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 ||
    280282
    281283