Changes between Version 18 and Version 19 of WikiStart


Ignore:
Timestamp:
07/27/21 14:01:24 (3 years ago)
Author:
Wouter Pasman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v18 v19  
    115115Notice, above is slightly simplified code, for fully working code check the [source:/exampleparties/randomparty/src/main/java/geniusweb/exampleparties/randomparty/RandomParty.java source code].
    116116
    117 A party receives and can send native python objects. This enables proper type checking of your implementation.
     117A party can directly use the Inform and Actions. This allows proper type checking of all the Party's code, and saves the programmer from interpreting JSON structures.
    118118
    119119The party must follow the behaviours that it promises. The example above folows the SAOP behaviour.