Actions

WikiPeerCode: Difference between revisions

From Santa Fe Institute Events Wiki

No edit summary
No edit summary
Line 5: Line 5:


* [[RepMod.java.wp]]    : The main model <font color=green>(JNW:0618-1355)</font>
* [[RepMod.java.wp]]    : The main model <font color=green>(JNW:0618-1355)</font>
* [[CustomNode.java.wp]] : The agent class. <font color=green>(JNW:0617-1720)</font>
* [[CustomNode.java.wp]] : The agent class. <font color=green>(JNW:0618-1355)</font>
* [[CustomEdge.java.wp]] : The edge class. <font color=green>(JNW:0617-1720)</font>
* [[CustomEdge.java.wp]] : The edge class. <font color=green>(JNW:0617-1720)</font>
* [[Network.java.wp]]    : The class that initializes the network. <font color=green>(JNW:0617-1720)</font>
* [[Network.java.wp]]    : The class that initializes the network. <font color=green>(JNW:0617-1720)</font>

Revision as of 23:09, 18 June 2006

Back to WikiPeer Group

The code for our model. Last modifications indicated in green. Jack Waddell at June 17, at 5:20pm, for instance, is indicated (JNW:0617-1720).


  • --CompNodeRep.java--  : Out moded. The comparator for sorting by reputation. Absorbed as inner class into RepMod
  • --GameMaster.java.wp-- : Out moded. The class that organizes the votes. Methods absorbed into CustomNode and RepMod.