com.threerings.micasa.simulator.data
Class SimulatorInfo

java.lang.Object
  extended by com.threerings.micasa.simulator.data.SimulatorInfo

public class SimulatorInfo
extends Object


Field Summary
 String gameConfigClass
          The game config classname.
 int playerCount
          The number of players in the game.
 String simClass
          The simulant classname.
 
Constructor Summary
SimulatorInfo()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

gameConfigClass

public String gameConfigClass
The game config classname.


simClass

public String simClass
The simulant classname.


playerCount

public int playerCount
The number of players in the game.

Constructor Detail

SimulatorInfo

public SimulatorInfo()
Method Detail

toString

public String toString()
Overrides:
toString in class Object