Actions

WikiPeerCode: Difference between revisions

From Santa Fe Institute Events Wiki

No edit summary
No edit summary
Line 1: Line 1:
Back to [[WikiPeer Group]]
Back to [[WikiPeer Group]]


* [[RepMod.java.wp]]    : The main model
* [[RepMod.java.wp]]    : The main model (JNW:0617-1720)
* [[CustomNode.java.wp]] : The agent class.
* [[CustomNode.java.wp]] : The agent class. (JNW:0617-1720)
* [[CustomEdge.java.wp]] : The edge class.
* [[CustomEdge.java.wp]] : The edge class. (JNW:0617-1720)
* [[Network.java.wp]]    : The class that initializes the network.
* [[Network.java.wp]]    : The class that initializes the network. (JNW:0617-1720)
* [[GUIModel.java.wp]]  : The GUI for the model
* [[GUIModel.java.wp]]  : The GUI for the model (JNW:0617-1720)
* [[BatchModel.java.wp]] : The batch organizer for the model (not yet implemented)
* [[BatchModel.java.wp]] : The batch organizer for the model (not yet implemented)
* [[ModelParameters.java.wp]] :The base for the model (slightly modified from Rick's)
* [[ModelParameters.java.wp]] :The base for the model (slightly modified from Rick's) (JNW:0612-0000)




* --CompNodeRep.java--  : Out moded. The comparator for sorting by reputation. Absorbed as inner class into RepMod
* --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.
* --GameMaster.java.wp-- : Out moded. The class that organizes the votes. Methods absorbed into CustomNode and RepMod.

Revision as of 23:27, 17 June 2006

Back to WikiPeer Group


  • --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.