Actions

Base model: Difference between revisions

From Santa Fe Institute Events Wiki

No edit summary
 
No edit summary
Line 10: Line 10:
* [[Network.java]] : The network class.  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
* [[GUIModel.java]] : The GUI extension class of the model.  Modified June 14, 2006 by Jack
The following should be modified for each computer.
* [[build.xml]] : A sample build file for ant
* [[guirun.sh]] : A sample shell script for running in linux without ant
* [[batchrun.sh]] : The same, but in batch mode.

Revision as of 14:11, 15 June 2006

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