Package | Description |
---|---|
nl.tudelft.goal.unreal.messages | |
nl.tudelft.goal.unreal.translators |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
BotParameters |
BotParameters.setTeam(Team team)
Sets the bots preferred team.
|
Modifier and Type | Method and Description |
---|---|
Team |
TeamTranslator.translate(eis.iilang.Parameter parameter) |
Modifier and Type | Method and Description |
---|---|
Class<? extends Team> |
TeamTranslator.translatesFrom() |
Class<Team> |
TeamTranslator.translatesTo() |
Modifier and Type | Method and Description |
---|---|
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.