Uses of Class
nl.tudelft.goal.unreal.messages.Team

Packages that use Team
nl.tudelft.goal.unreal.messages   
nl.tudelft.goal.unreal.translators   
 

Uses of Team in nl.tudelft.goal.unreal.messages
 

Methods in nl.tudelft.goal.unreal.messages that return Team
static Team Team.valueOf(int id)
           
static Team Team.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Team Team.valueOfIgnoresCase(String teamString)
           
static Team[] Team.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in nl.tudelft.goal.unreal.messages with parameters of type Team
 BotParameters BotParameters.setTeam(Team team)
          Sets the bots preferred team.
 

Uses of Team in nl.tudelft.goal.unreal.translators
 

Methods in nl.tudelft.goal.unreal.translators that return Team
 Team TeamTranslator.translate(eis.iilang.Parameter parameter)
           
 

Methods in nl.tudelft.goal.unreal.translators that return types with arguments of type Team
 Class<? extends Team> TeamTranslator.translatesFrom()
           
 Class<Team> TeamTranslator.translatesTo()
           
 

Methods in nl.tudelft.goal.unreal.translators with parameters of type Team
 eis.iilang.Parameter[] TeamTranslator.translate(Team o)
           
 



Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.