Uses of Class
nanomunchers.ui.NanoSimulation

Packages that use NanoSimulation
nanomunchers The Nanomunchers Game and the Core of the Game Logic and Protocol. 
 

Uses of NanoSimulation in nanomunchers
 

Methods in nanomunchers with parameters of type NanoSimulation
 void NanoSystemAnalyzer.setup(int maxBots, Graph nanoField, NanoSimulation ui)
          Initalizes objects related to the system as a whole.
 void NanoGame.setupUI(NanoSimulation ns, heurgame.ui.builder.ComponentOrientedBuilder cBuilder)
          Sets up the User interface
 

Constructors in nanomunchers with parameters of type NanoSimulation
NanoSimulator(NanoSimulation sim, Graph board, NanoBotWrangler wrangler, java.util.Vector players)