Actions

WikiPeerCode: Difference between revisions

From Santa Fe Institute Events Wiki

No edit summary
No edit summary
Line 4: Line 4:
* [[CustomNode.java.wp]] : The agent class.
* [[CustomNode.java.wp]] : The agent class.
* [[CustomEdge.java.wp]] : The edge class.
* [[CustomEdge.java.wp]] : The edge class.
* [[GameMaster.java.wp]] : The class that organizes the votes, polls, and challenges
* [[Network.java.wp]]    : The class that initializes the network.
* [[Network.java.wp]]    : The class that initializes the network.
* [[GUIModel.java.wp]]  : The GUI for the model
* [[GUIModel.java.wp]]  : The GUI for the model
* [[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)
* [[CompNodeRep.java]] : The comparator for sorting by reputation.
 
 
* --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.

Revision as of 23:25, 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.