Base model: Difference between revisions
From Santa Fe Institute Events Wiki
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Back to [[games and | Back to [[games and nets group]] | ||
Here is the java code for the base model. | Here is the java code for the base model. | ||
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 | ||
Latest revision as of 14:12, 15 June 2006
Back to games and nets 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