Changes between Version 18 and Version 19 of WikiStart
- Timestamp:
- 07/27/21 14:01:24 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v18 v19 115 115 Notice, above is slightly simplified code, for fully working code check the [source:/exampleparties/randomparty/src/main/java/geniusweb/exampleparties/randomparty/RandomParty.java source code]. 116 116 117 A party receives and can send native python objects. This enables proper type checking of your implementation.117 A 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. 118 118 119 119 The party must follow the behaviours that it promises. The example above folows the SAOP behaviour.