Changes between Version 268 and Version 269 of WikiStart


Ignore:
Timestamp:
12/19/19 14:06:36 (4 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v268 v269  
    348348== Protocol
    349349The protocol module contains the functionality to define and execute a negotiation protocol.
    350 There are session protocols and tournament protocols.
     350There are session protocols and tournament protocols. The following protocols are available:
     351
     352|= protocol (abbreviated) =|= full name =|= short description =|
     353|SAOP | Stacked Alternating Offers Protocol |Parties are given turns in a round-robin order. When a party has the turn, it can accept, offer, or end negotiation |
     354|SHAOP|Stacked Human Alternating Offers Protocol |Similar to SAOP. Instead of parties, we now have a list of party-pairs [shaop-party","cob-party"] These pairs run in round-robin order. The shaop-party is the main party that gets the turn. If it does a accept, offer, or end negotiation action, the turn goes to the next shaop-party. If it does an ElicitCompare action, the turn goes to the cob-party who can do a Compare action.|
     355|All Permutations|All Permutations|Generates a set of SAOP sessions from a set of parties and profiles.|
     356
     357
    351358
    352359Javadoc is available on the [http://artifactory.ewi.tudelft.nl/artifactory/webapp/#/artifacts/browse/tree/General/libs-release-local/geniusweb/protocol artifactory]. See [wiki:WikiStart#DownloadingJavaDoc downloading javadoc].