WikiPeerCode: Difference between revisions
From Santa Fe Institute Events Wiki
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
* [[CustomEdge.java.wp]] : The edge class. <font color=green>(JNW:0617-1720)</font> | * [[CustomEdge.java.wp]] : The edge class. <font color=green>(JNW:0617-1720)</font> | ||
* [[Network.java.wp]] : The class that initializes the network. <font color=green>(JNW:0617-1720)</font> | * [[Network.java.wp]] : The class that initializes the network. <font color=green>(JNW:0617-1720)</font> | ||
* | * GUIModel.java.wp : The GUI for the model <font color=green>(Current)</font> | ||
* [[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) <font color=green>(JNW:0612-0000)</font> | * [[ModelParameters.java.wp]] :The base for the model (slightly modified from Rick's) <font color=green>(JNW:0612-0000)</font> |
Revision as of 18:47, 18 June 2006
Back to WikiPeer Group
The code for our model. Last modifications indicated in green. Jack Waddell at June 17, at 5:20pm, for instance, is indicated (JNW:0617-1720).
- RepMod.java.wp : The main model (JNW:0618-1245)
- CustomNode.java.wp : The agent class. (JNW:0617-1720)
- CustomEdge.java.wp : The edge class. (JNW:0617-1720)
- Network.java.wp : The class that initializes the network. (JNW:0617-1720)
- GUIModel.java.wp : The GUI for the model (Current)
- 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) (JNW:0612-0000)
- --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.