Uses of Class
info.ScenarioType

Packages that use ScenarioType
bot   
info   
 

Uses of ScenarioType in bot
 

Fields in bot declared as ScenarioType
 ScenarioType EmotionalBot.scenario
          Here we store which scenario we are currently performing
 

Methods in bot with parameters of type ScenarioType
 void PolymorphBot.initPolymoprh(ScenarioType type)
          Will set up our polymorph internal variables so he can be later set up correctly in the environment by INIT command.
 boolean EmotionalBot.initScenario(ScenarioType type, java.lang.String agentName)
          Sets the bot internals according to the intput scenario.
 

Uses of ScenarioType in info
 

Methods in info that return ScenarioType
static ScenarioType ScenarioType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ScenarioType[] ScenarioType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.