Actions

Base model

From Santa Fe Institute Events Wiki

Revision as of 14:11, 15 June 2006 by Seoc (talk | contribs)

Back to games and net group

Here is the java code for the base model.

  • CoopNetBlue.java : The main model class. Modified June 14, 2006 by Jack
  • ModelParameters.java : The superclass of the model. Allows parameter passing. Probably shouldn't be modified
  • CustomNode.java : The agent class. Modified June 14, 2006 by Jack
  • CustomEdge.java : The edge class. Modified June 14, 2006 by Jack
  • GameMaster.java : The class that runs the games: Modified June 14, 2006 by Jack
  • Network.java : The network class. Modified June 14, 2006 by Jack
  • GUIModel.java : The GUI extension class of the model. Modified June 14, 2006 by Jack