A B C D E F G H I K L M N P R S T U V

A

AbstractUnrealEnvironment - Class in nl.tudelft.goal.unreal.environment
 
AbstractUnrealEnvironment() - Constructor for class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
Constructs the Unreal Environment.
Action - Class in nl.tudelft.goal.unreal.actions
Basic class for actions executed by the UT3BotBehavior.
Action() - Constructor for class nl.tudelft.goal.unreal.actions.Action
 
ActionQueue - Class in nl.tudelft.goal.unreal.actions
Smart queue for actions.
ActionQueue(int) - Constructor for class nl.tudelft.goal.unreal.actions.ActionQueue
 
AgentIdTranslator - Class in nl.tudelft.goal.unreal.translators
 
AgentIdTranslator() - Constructor for class nl.tudelft.goal.unreal.translators.AgentIdTranslator
 
assignDefaults(IAgentParameters) - Method in class nl.tudelft.goal.unreal.messages.BotParameters
 
assignDefaults(Configuration) - Method in class nl.tudelft.goal.unreal.messages.Configuration
 

B

BAD_EDGE_FLAG - Static variable in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap
Flag mask representing unusable edge.
badEdgeFlag - Variable in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap
Prohibited edges.
badEdgeFlag - Variable in class nl.tudelft.goal.unreal.floydwarshall.SharedFloydWarshallMap
Prohibited edges.
BOT_SERVER - Static variable in class nl.tudelft.goal.unreal.messages.Configuration
 
BOT_SERVER_PORT - Static variable in class nl.tudelft.goal.unreal.messages.Configuration
 
BotParameters - Class in nl.tudelft.goal.unreal.messages
Holds parameters specific for the bot.
BotParameters() - Constructor for class nl.tudelft.goal.unreal.messages.BotParameters
 
BotParametersKey - Enum in nl.tudelft.goal.unreal.messages
 
BotParametersKeyTranslator - Class in nl.tudelft.goal.unreal.translators
 
BotParametersKeyTranslator() - Constructor for class nl.tudelft.goal.unreal.translators.BotParametersKeyTranslator
 
BotParametersList - Class in nl.tudelft.goal.unreal.messages
 
BotParametersList() - Constructor for class nl.tudelft.goal.unreal.messages.BotParametersList
 
BotParametersListTranslator - Class in nl.tudelft.goal.unreal.translators
 
BotParametersListTranslator() - Constructor for class nl.tudelft.goal.unreal.translators.BotParametersListTranslator
 
BotParametersTranslator - Class in nl.tudelft.goal.unreal.translators
 
BotParametersTranslator() - Constructor for class nl.tudelft.goal.unreal.translators.BotParametersTranslator
 

C

checkLink(NavPointNeighbourLink) - Method in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap
Checks whether the edge is usable.
checkLink(NavPointNeighbourLink) - Method in class nl.tudelft.goal.unreal.floydwarshall.SharedFloydWarshallMap
Checks whether the edge is usable.
cleanUp() - Method in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap
 
cleanUp() - Method in class nl.tudelft.goal.unreal.floydwarshall.SharedFloydWarshallMap
Hook where to perform clean up of data structures of the module.
computePath(NavPoint, NavPoint) - Method in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap
Returns path between navpoints 'from' -> 'to'.
computePath(NavPoint, NavPoint) - Method in class nl.tudelft.goal.unreal.floydwarshall.SharedFloydWarshallMap
Returns path between navpoints 'from' -> 'to'.
configuration - Variable in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
 
Configuration - Class in nl.tudelft.goal.unreal.messages
Describes the configuration for the environment.
Configuration() - Constructor for class nl.tudelft.goal.unreal.messages.Configuration
 
ConfigurationKey - Enum in nl.tudelft.goal.unreal.messages
List of valid parameter keys that can be used to initialize the environment.
ConfigurationKeyTranslator - Class in nl.tudelft.goal.unreal.translators
 
ConfigurationKeyTranslator() - Constructor for class nl.tudelft.goal.unreal.translators.ConfigurationKeyTranslator
 
ConfigurationTranslator - Class in nl.tudelft.goal.unreal.translators
 
ConfigurationTranslator() - Constructor for class nl.tudelft.goal.unreal.translators.ConfigurationTranslator
 
connectAgents() - Method in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
 
connectAgents() - Method in class nl.tudelft.goal.unreal.environment.SimpleTransitioningEnvironment
 
connectEnvironment() - Method in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
 
connectEnvironment() - Method in class nl.tudelft.goal.unreal.environment.SimpleTransitioningEnvironment
 
CONTROL_SERVER - Static variable in class nl.tudelft.goal.unreal.messages.Configuration
 
CONTROL_SERVER_PORT - Static variable in class nl.tudelft.goal.unreal.messages.Configuration
 
createActionHandler(UT2004BotController) - Method in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
 
createMap(MapPointListObtained, int, Logger) - Method in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMapCache
 
createPerceptHandler(UT2004BotController) - Method in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
 
createServerActionHandler(IUT2004Server) - Method in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
 
createServerPerceptHandler(IUT2004Server) - Method in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
 
createServerRunner() - Method in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
 

D

DEFAULT_BOT_NAME - Static variable in class nl.tudelft.goal.unreal.messages.Configuration
 
DEFAULT_LOG_LEVEL - Static variable in class nl.tudelft.goal.unreal.messages.Configuration
 
drain() - Method in class nl.tudelft.goal.unreal.actions.ActionQueue
Drains all actions from the queue.

E

environmentLogger - Variable in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
 
EnvironmentUtil - Class in nl.tudelft.goal.unreal.util
 
EnvironmentUtil() - Constructor for class nl.tudelft.goal.unreal.util.EnvironmentUtil
 
equals(Object) - Method in class nl.tudelft.goal.unreal.messages.None
 
execute() - Method in class nl.tudelft.goal.unreal.actions.Action
 

F

FloydWarshallMap - Class in nl.tudelft.goal.unreal.floydwarshall
Private map using Floyd-Warshall for path-finding.
FloydWarshallMap(Logger) - Constructor for class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap
 
FloydWarshallMap(int, Logger) - Constructor for class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap
 
FloydWarshallMap.PathMatrixNode - Class in nl.tudelft.goal.unreal.floydwarshall
 
FloydWarshallMap.PathMatrixNode() - Constructor for class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap.PathMatrixNode
Doesn't leading anywhere
FloydWarshallMap.PathMatrixNode(float) - Constructor for class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap.PathMatrixNode
 
FloydWarshallMapCache - Class in nl.tudelft.goal.unreal.floydwarshall
Cache for FloydWarshallMaps.

G

getBotRunner(Configuration) - Method in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
 
getBots() - Method in class nl.tudelft.goal.unreal.messages.Configuration
 
getBotServer() - Method in class nl.tudelft.goal.unreal.messages.Configuration
 
getBotServerHost() - Method in class nl.tudelft.goal.unreal.messages.Configuration
 
getBotServerPort() - Method in class nl.tudelft.goal.unreal.messages.Configuration
 
getComponentId() - Method in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
Provides an unique identifier for this component for use by loggers.
getControlerClass() - Method in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
 
getControlServer() - Method in class nl.tudelft.goal.unreal.messages.Configuration
 
getControlServerHost() - Method in class nl.tudelft.goal.unreal.messages.Configuration
 
getControlServerPort() - Method in class nl.tudelft.goal.unreal.messages.Configuration
 
getDefaultBotName() - Method in class nl.tudelft.goal.unreal.messages.Configuration
 
getDefaults() - Static method in class nl.tudelft.goal.unreal.messages.BotParameters
 
getDefaults() - Static method in class nl.tudelft.goal.unreal.messages.Configuration
 
getDistance(NavPoint, NavPoint) - Method in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap
Calculate's distance between two nav points (using pathfinding).
getDistance() - Method in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap.PathMatrixNode
 
getDistance(NavPoint, NavPoint) - Method in class nl.tudelft.goal.unreal.floydwarshall.SharedFloydWarshallMap
Calculate's distance between two nav points (using pathfinding).
getId() - Method in class nl.tudelft.goal.unreal.messages.UnrealIdOrLocation
 
getInstance() - Static method in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMapCache
 
getKey() - Method in enum nl.tudelft.goal.unreal.messages.BotParametersKey
 
getKey() - Method in enum nl.tudelft.goal.unreal.messages.ConfigurationKey
 
getKey() - Method in interface nl.tudelft.goal.unreal.messages.Key
 
getLocation() - Method in class nl.tudelft.goal.unreal.messages.UnrealIdOrLocation
 
getLogLevel() - Method in class nl.tudelft.goal.unreal.messages.BotParameters
 
getLogLevel() - Method in class nl.tudelft.goal.unreal.messages.Configuration
 
getName() - Method in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
 
getPath(NavPoint, NavPoint) - Method in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap
Returns path between navpoints 'from' -> 'to'.
getPath() - Method in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap.PathMatrixNode
 
getPath(NavPoint, NavPoint) - Method in class nl.tudelft.goal.unreal.floydwarshall.SharedFloydWarshallMap
Returns path between navpoints 'from' -> 'to'.
getPathMatrixNode(NavPoint, NavPoint) - Method in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap
 
getSkill() - Method in class nl.tudelft.goal.unreal.messages.BotParameters
 
getSkin() - Method in class nl.tudelft.goal.unreal.messages.BotParameters
 
getViaNode() - Method in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap.PathMatrixNode
Returns indice.
getVisualizer() - Method in class nl.tudelft.goal.unreal.messages.Configuration
 

H

hasEffect(Action) - Method in class nl.tudelft.goal.unreal.actions.Action
Returns true if executing the argument action does not impede the execution of this action.
hashCode() - Method in class nl.tudelft.goal.unreal.messages.None
 

I

id - Variable in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
 
id() - Method in class nl.tudelft.goal.unreal.messages.None
 
indicesNavPoints - Variable in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap
Mapping indices to nav points.
init(Map<String, Parameter>) - Method in class nl.tudelft.goal.unreal.environment.SimpleTransitioningEnvironment
 
initializeEnvironment(Map<String, Parameter>) - Method in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
 
initializeEnvironment(Map<String, Parameter>) - Method in class nl.tudelft.goal.unreal.environment.SimpleTransitioningEnvironment
 
isLocation() - Method in class nl.tudelft.goal.unreal.messages.UnrealIdOrLocation
 
isSupportedByEnvironment(Action) - Method in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
 
isSupportedByType(Action, String) - Method in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
 
isUnrealId() - Method in class nl.tudelft.goal.unreal.messages.UnrealIdOrLocation
 
isWalkable(int) - Static method in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap
 

K

Key - Interface in nl.tudelft.goal.unreal.messages
 
kill() - Method in class nl.tudelft.goal.unreal.environment.SimpleTransitioningEnvironment
 
killEnvironment() - Method in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
 
killEnvironment() - Method in class nl.tudelft.goal.unreal.environment.SimpleTransitioningEnvironment
 

L

LevelTranslator - Class in nl.tudelft.goal.unreal.translators
 
LevelTranslator() - Constructor for class nl.tudelft.goal.unreal.translators.LevelTranslator
 
listValid(Class<E>) - Static method in class nl.tudelft.goal.unreal.util.EnvironmentUtil
Returns a comma separated string of enum constants.
LOCAL_HOST - Static variable in class nl.tudelft.goal.unreal.messages.Configuration
 
LOCATION_KEYWORD - Static variable in class nl.tudelft.goal.unreal.translators.LocationTranslator
 
LocationTranslator - Class in nl.tudelft.goal.unreal.translators
 
LocationTranslator() - Constructor for class nl.tudelft.goal.unreal.translators.LocationTranslator
 
log - Variable in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
 

M

MapOfParameters - Class in nl.tudelft.goal.unreal.messages
 
MapOfParameters(Map<String, Parameter>) - Constructor for class nl.tudelft.goal.unreal.messages.MapOfParameters
 
mutex - Variable in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap
Synchronizing access to object with respect to FloydWarshallMap#enabled.

N

navPointIndices - Variable in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap
Hash table converting navPoint IDs to our own indices.
nl.tudelft.goal.unreal.actions - package nl.tudelft.goal.unreal.actions
 
nl.tudelft.goal.unreal.environment - package nl.tudelft.goal.unreal.environment
 
nl.tudelft.goal.unreal.floydwarshall - package nl.tudelft.goal.unreal.floydwarshall
 
nl.tudelft.goal.unreal.messages - package nl.tudelft.goal.unreal.messages
 
nl.tudelft.goal.unreal.translators - package nl.tudelft.goal.unreal.translators
 
nl.tudelft.goal.unreal.util - package nl.tudelft.goal.unreal.util
 
None - Class in nl.tudelft.goal.unreal.messages
Represents that there is no data.
None() - Constructor for class nl.tudelft.goal.unreal.messages.None
 
NoneTranslator - Class in nl.tudelft.goal.unreal.translators
 
NoneTranslator() - Constructor for class nl.tudelft.goal.unreal.translators.NoneTranslator
 

P

ParameterMap - Class in nl.tudelft.goal.unreal.messages
 
ParameterMap() - Constructor for class nl.tudelft.goal.unreal.messages.ParameterMap
 
ParameterMapTranslator - Class in nl.tudelft.goal.unreal.translators
 
ParameterMapTranslator() - Constructor for class nl.tudelft.goal.unreal.translators.ParameterMapTranslator
 
Parameters - Class in nl.tudelft.goal.unreal.messages
Base class for the EnvironmentParameters and BotParameters.
Parameters() - Constructor for class nl.tudelft.goal.unreal.messages.Parameters
 
parseKey(String) - Static method in enum nl.tudelft.goal.unreal.messages.BotParametersKey
Returns the enum with the value of the string.
pathMatrix - Variable in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap
 
pause() - Method in class nl.tudelft.goal.unreal.environment.SimpleTransitioningEnvironment
pauseEvironment() - Method in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
 
pauseEvironment() - Method in class nl.tudelft.goal.unreal.environment.SimpleTransitioningEnvironment
 
Percept - Class in nl.tudelft.goal.unreal.messages
Simple wrapper to describe a percept as a list of of Objects.
Percept(Object...) - Constructor for class nl.tudelft.goal.unreal.messages.Percept
 
PerceptTranslator - Class in nl.tudelft.goal.unreal.translators
Translates percepts of objects to arrays such that they can be reasonably be expected to match.
PerceptTranslator() - Constructor for class nl.tudelft.goal.unreal.translators.PerceptTranslator
 
performFloydWarshall(MapPointListObtained) - Method in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap
 
performFloydWarshall(List<NavPoint>) - Method in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap
 
put(Action) - Method in class nl.tudelft.goal.unreal.actions.ActionQueue
Puts an action on the queue.

R

reachable(NavPoint, NavPoint) - Method in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap
Whether navpoint 'to' is reachable from the navpoint 'from'.
reachable(NavPoint, NavPoint) - Method in class nl.tudelft.goal.unreal.floydwarshall.SharedFloydWarshallMap
Whether navpoint 'to' is reachable from the navpoint 'from'.
refreshPathMatrix(List<NavPoint>) - Method in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap
Force FloydWarshall to run again, useful if you modify navpoints using NavigationGraphBuilder.
refreshPathMatrix() - Method in class nl.tudelft.goal.unreal.floydwarshall.SharedFloydWarshallMap
 
registerTranslators() - Method in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
 
replaces(Action) - Method in class nl.tudelft.goal.unreal.actions.Action
Returns true if executing the argument action before this action will have no effect.
ROTATION_KEYWORD - Static variable in class nl.tudelft.goal.unreal.translators.RotationTranslator
 
RotationTranslator - Class in nl.tudelft.goal.unreal.translators
 
RotationTranslator() - Constructor for class nl.tudelft.goal.unreal.translators.RotationTranslator
 

S

select(Collection<? extends T>) - Method in interface nl.tudelft.goal.unreal.util.Selector
 
Selector<T> - Interface in nl.tudelft.goal.unreal.util
Selects from a collection a single element.
setAgentId(String) - Method in class nl.tudelft.goal.unreal.messages.BotParameters
 
setBlockedBy(Class<? extends Action>...) - Method in class nl.tudelft.goal.unreal.actions.Action
Sets which actions will prevent this action from having any effect if executed after them.
setBots(List<BotParameters>) - Method in class nl.tudelft.goal.unreal.messages.Configuration
 
setBotServer(URI) - Method in class nl.tudelft.goal.unreal.messages.Configuration
 
setControlServer(URI) - Method in class nl.tudelft.goal.unreal.messages.Configuration
 
setDistance(float) - Method in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap.PathMatrixNode
 
setInitialLocation(Location) - Method in class nl.tudelft.goal.unreal.messages.BotParameters
 
setInitialRotation(Rotation) - Method in class nl.tudelft.goal.unreal.messages.BotParameters
 
setLogLevel(Level) - Method in class nl.tudelft.goal.unreal.messages.BotParameters
 
setLogLevel(Level) - Method in class nl.tudelft.goal.unreal.messages.Configuration
 
setPath(List<NavPoint>) - Method in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap.PathMatrixNode
 
setReplaces(Class<? extends Action>...) - Method in class nl.tudelft.goal.unreal.actions.Action
Sets which actions will have no effect if this action is executed after them.
setShouldLeadTarget(boolean) - Method in class nl.tudelft.goal.unreal.messages.BotParameters
 
setSkill(int) - Method in class nl.tudelft.goal.unreal.messages.BotParameters
Sets the bots skill between 0..7.
setSkin(Skin) - Method in class nl.tudelft.goal.unreal.messages.BotParameters
 
setTeam(Team) - Method in class nl.tudelft.goal.unreal.messages.BotParameters
Sets the bots preferred team.
setViaNode(Integer) - Method in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap.PathMatrixNode
 
setVisualizer(URI) - Method in class nl.tudelft.goal.unreal.messages.Configuration
 
SharedFloydWarshallMap - Class in nl.tudelft.goal.unreal.floydwarshall
Wrapper for a FloyWarschallMap shared by multiple agents.
SharedFloydWarshallMap(IGhostAgent) - Constructor for class nl.tudelft.goal.unreal.floydwarshall.SharedFloydWarshallMap
 
SharedFloydWarshallMap(IGhostAgent, Logger) - Constructor for class nl.tudelft.goal.unreal.floydwarshall.SharedFloydWarshallMap
 
SharedFloydWarshallMap(IGhostAgent, int, Logger) - Constructor for class nl.tudelft.goal.unreal.floydwarshall.SharedFloydWarshallMap
 
sharedMap - Variable in class nl.tudelft.goal.unreal.floydwarshall.SharedFloydWarshallMap
Our map
shouldLeadTarget() - Method in class nl.tudelft.goal.unreal.messages.BotParameters
 
simplefyID(IAgentId) - Static method in class nl.tudelft.goal.unreal.util.EnvironmentUtil
Simplifies a given string representation of an AgentID by removing the UUID making it human readable.
SimpleTransitioningEnvironment - Class in nl.tudelft.goal.unreal.environment
Convenience implementation to simplify dealing with EIS state transitions.
SimpleTransitioningEnvironment() - Constructor for class nl.tudelft.goal.unreal.environment.SimpleTransitioningEnvironment
 
SkinTranslator - Class in nl.tudelft.goal.unreal.translators
 
SkinTranslator() - Constructor for class nl.tudelft.goal.unreal.translators.SkinTranslator
 
start() - Method in class nl.tudelft.goal.unreal.environment.SimpleTransitioningEnvironment
startAgent(BotParameters) - Method in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
 
startEnvironment() - Method in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
 
startEnvironment() - Method in class nl.tudelft.goal.unreal.environment.SimpleTransitioningEnvironment
 
startServer() - Method in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
 
synchronizedDeleteEntity(String) - Method in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
Synchronized version of AbstractEnvironment.deleteEntity.

T

TeamTranslator - Class in nl.tudelft.goal.unreal.translators
 
TeamTranslator() - Constructor for class nl.tudelft.goal.unreal.translators.TeamTranslator
 
toILocated(IWorldView, AgentInfo) - Method in class nl.tudelft.goal.unreal.messages.UnrealIdOrLocation
Transforms an UnrealIdOrLocation to an ILocated.
toILocated(IWorldView) - Method in class nl.tudelft.goal.unreal.messages.UnrealIdOrLocation
Transforms an UnrealIdOrLocation to an ILocated.
toString() - Method in class nl.tudelft.goal.unreal.environment.AbstractUnrealEnvironment
Returns a string representation of the environment based on ID of the environment.
toString() - Method in class nl.tudelft.goal.unreal.floydwarshall.FloydWarshallMap
 
toString() - Method in class nl.tudelft.goal.unreal.messages.BotParameters
 
toString() - Method in enum nl.tudelft.goal.unreal.messages.BotParametersKey
 
toString() - Method in class nl.tudelft.goal.unreal.messages.UnrealIdOrLocation
 
translate(Parameter) - Method in class nl.tudelft.goal.unreal.translators.AgentIdTranslator
 
translate(Parameter) - Method in class nl.tudelft.goal.unreal.translators.BotParametersKeyTranslator
 
translate(Parameter) - Method in class nl.tudelft.goal.unreal.translators.BotParametersListTranslator
 
translate(Parameter) - Method in class nl.tudelft.goal.unreal.translators.BotParametersTranslator
 
translate(Parameter) - Method in class nl.tudelft.goal.unreal.translators.ConfigurationKeyTranslator
 
translate(Parameter) - Method in class nl.tudelft.goal.unreal.translators.ConfigurationTranslator
 
translate(Parameter) - Method in class nl.tudelft.goal.unreal.translators.LevelTranslator
 
translate(Parameter) - Method in class nl.tudelft.goal.unreal.translators.LocationTranslator
 
translate(Location) - Method in class nl.tudelft.goal.unreal.translators.LocationTranslator
 
translate(None) - Method in class nl.tudelft.goal.unreal.translators.NoneTranslator
 
translate(Parameter) - Method in class nl.tudelft.goal.unreal.translators.ParameterMapTranslator
 
translate(Percept) - Method in class nl.tudelft.goal.unreal.translators.PerceptTranslator
 
translate(Rotation) - Method in class nl.tudelft.goal.unreal.translators.RotationTranslator
 
translate(Parameter) - Method in class nl.tudelft.goal.unreal.translators.RotationTranslator
 
translate(Parameter) - Method in class nl.tudelft.goal.unreal.translators.SkinTranslator
 
translate(Parameter) - Method in class nl.tudelft.goal.unreal.translators.TeamTranslator
 
translate(Team) - Method in class nl.tudelft.goal.unreal.translators.TeamTranslator
 
translate(Parameter) - Method in class nl.tudelft.goal.unreal.translators.UnrealIdOrLocationTranslator
 
translate(UnrealIdOrLocation) - Method in class nl.tudelft.goal.unreal.translators.UnrealIdOrLocationTranslator
 
translate(UnrealId) - Method in class nl.tudelft.goal.unreal.translators.UnrealIdTranslator
 
translate(Parameter) - Method in class nl.tudelft.goal.unreal.translators.UnrealIdTranslator
 
translate(Parameter) - Method in class nl.tudelft.goal.unreal.translators.URITranslator
 
translate(Velocity) - Method in class nl.tudelft.goal.unreal.translators.VelocityTranslator
 
translate(Parameter) - Method in class nl.tudelft.goal.unreal.translators.VelocityTranslator
 
translated - Variable in class nl.tudelft.goal.unreal.translators.UnrealIdTranslator
 
translatesFrom() - Method in class nl.tudelft.goal.unreal.translators.LocationTranslator
 
translatesFrom() - Method in class nl.tudelft.goal.unreal.translators.NoneTranslator
 
translatesFrom() - Method in class nl.tudelft.goal.unreal.translators.PerceptTranslator
 
translatesFrom() - Method in class nl.tudelft.goal.unreal.translators.RotationTranslator
 
translatesFrom() - Method in class nl.tudelft.goal.unreal.translators.TeamTranslator
 
translatesFrom() - Method in class nl.tudelft.goal.unreal.translators.UnrealIdOrLocationTranslator
 
translatesFrom() - Method in class nl.tudelft.goal.unreal.translators.UnrealIdTranslator
 
translatesFrom() - Method in class nl.tudelft.goal.unreal.translators.VelocityTranslator
 
translatesTo() - Method in class nl.tudelft.goal.unreal.translators.AgentIdTranslator
 
translatesTo() - Method in class nl.tudelft.goal.unreal.translators.BotParametersKeyTranslator
 
translatesTo() - Method in class nl.tudelft.goal.unreal.translators.BotParametersListTranslator
 
translatesTo() - Method in class nl.tudelft.goal.unreal.translators.BotParametersTranslator
 
translatesTo() - Method in class nl.tudelft.goal.unreal.translators.ConfigurationKeyTranslator
 
translatesTo() - Method in class nl.tudelft.goal.unreal.translators.ConfigurationTranslator
 
translatesTo() - Method in class nl.tudelft.goal.unreal.translators.LevelTranslator
 
translatesTo() - Method in class nl.tudelft.goal.unreal.translators.LocationTranslator
 
translatesTo() - Method in class nl.tudelft.goal.unreal.translators.ParameterMapTranslator
 
translatesTo() - Method in class nl.tudelft.goal.unreal.translators.RotationTranslator
 
translatesTo() - Method in class nl.tudelft.goal.unreal.translators.SkinTranslator
 
translatesTo() - Method in class nl.tudelft.goal.unreal.translators.TeamTranslator
 
translatesTo() - Method in class nl.tudelft.goal.unreal.translators.UnrealIdOrLocationTranslator
 
translatesTo() - Method in class nl.tudelft.goal.unreal.translators.UnrealIdTranslator
 
translatesTo() - Method in class nl.tudelft.goal.unreal.translators.URITranslator
 
translatesTo() - Method in class nl.tudelft.goal.unreal.translators.VelocityTranslator
 

U

UnrealEnvironmentException - Exception in nl.tudelft.goal.unreal.environment
 
UnrealEnvironmentException(String, Throwable) - Constructor for exception nl.tudelft.goal.unreal.environment.UnrealEnvironmentException
 
UnrealEnvironmentException(Throwable) - Constructor for exception nl.tudelft.goal.unreal.environment.UnrealEnvironmentException
 
UnrealEnvironmentException(String) - Constructor for exception nl.tudelft.goal.unreal.environment.UnrealEnvironmentException
 
UnrealIdOrLocation - Class in nl.tudelft.goal.unreal.messages
 
UnrealIdOrLocation(Location) - Constructor for class nl.tudelft.goal.unreal.messages.UnrealIdOrLocation
 
UnrealIdOrLocation(UnrealId) - Constructor for class nl.tudelft.goal.unreal.messages.UnrealIdOrLocation
 
UnrealIdOrLocationTranslator - Class in nl.tudelft.goal.unreal.translators
 
UnrealIdOrLocationTranslator() - Constructor for class nl.tudelft.goal.unreal.translators.UnrealIdOrLocationTranslator
 
UnrealIdTranslator - Class in nl.tudelft.goal.unreal.translators
 
UnrealIdTranslator() - Constructor for class nl.tudelft.goal.unreal.translators.UnrealIdTranslator
 
URITranslator - Class in nl.tudelft.goal.unreal.translators
A simple translator that will only translate addresses of the form ut://[host]:[port].
URITranslator() - Constructor for class nl.tudelft.goal.unreal.translators.URITranslator
 

V

valueOf(String) - Static method in enum nl.tudelft.goal.unreal.messages.BotParametersKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.tudelft.goal.unreal.messages.ConfigurationKey
Returns the enum constant of this type with the specified name.
values() - Static method in enum nl.tudelft.goal.unreal.messages.BotParametersKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.tudelft.goal.unreal.messages.ConfigurationKey
Returns an array containing the constants of this enum type, in the order they are declared.
VELOCITY_KEYWORD - Static variable in class nl.tudelft.goal.unreal.translators.VelocityTranslator
 
VelocityTranslator - Class in nl.tudelft.goal.unreal.translators
 
VelocityTranslator() - Constructor for class nl.tudelft.goal.unreal.translators.VelocityTranslator
 

A B C D E F G H I K L M N P R S T U V

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