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]]    : The main model
* [[RepMod.java.wp]]    : The main model
* [[CustomNode.java]] : The agent class.
* [[CustomNode.java.wp]] : The agent class.
* [[CustomEdge.java]] : The edge class.
* [[CustomEdge.java.wp]] : The edge class.
* [[GameMaster.java]] : The class that organizes the votes, polls, and challenges
* [[GameMaster.java.wp]] : The class that organizes the votes, polls, and challenges
* [[Network.java]]    : The class that initializes the network.
* [[Network.java.wp]]    : The class that initializes the network.
* [[GUIModel.java]]  : The GUI for the model
* [[GUIModel.java.wp]]  : The GUI for the model
* [[ModelParameters.java]] : The base for the model
* [[ModelParameters.java.wp]] : The base for the model

Revision as of 22:34, 15 June 2006

Back to WikiPeer Group