A B C D E F G I L M N P Q R S U V W 

A

act - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Shortcut for the UT2004BotController.getAct().
act - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Shortcut for the UT2004BotController.getAct().

B

body - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Creates and wraps all available commands that can be issued to the virtual body of the bot inside UT2004.
body - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Creates and wraps all available commands that can be issued to the virtual body of the bot inside UT2004.
botInitialized(GameInfo, ConfigChange, InitedMessage) - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
This method is called whenever InitedMessage is received.
botInitialized(GameInfo, ConfigChange, InitedMessage) - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
This method is called whenever InitedMessage is received.
botKilled(BotKilled) - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Called whenever the bot gets killed inside the game.
botKilled(BotKilled) - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Called whenever the bot gets killed inside the game.
botSpawned(GameInfo, ConfigChange, InitedMessage, Self) - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
This method is called only once whenever first batch of information what the bot can see is received.
botSpawned(GameInfo, ConfigChange, InitedMessage, Self) - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
This method is called only once whenever first batch of information what the bot can see is received.

C

callFunction(String) - Method in class cz.cuni.amis.pogamut.ut2004.bot.sposh.StreamScriptLogic
Calls function without parameters from the ScriptEngine.
combo - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Module for adrenaline combos.
config - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Memory module specialized on the agent's configuration inside UT2004 - name, vision time, manual spawn, cheats (if enabled at GB2004).
config - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Memory module specialized on the agent's configuration inside UT2004 - name, vision time, manual spawn, cheats (if enabled at GB2004).
context - Variable in class cz.cuni.amis.pogamut.sposh.ut2004.StateSposhLogicController
Context for states.
createContext() - Method in class cz.cuni.amis.pogamut.sposh.ut2004.StateSposhLogicController
Create context for this logic controller.
createScriptEngine(ScriptEngineManager) - Method in class cz.cuni.amis.pogamut.ut2004.bot.sposh.FileScriptLogic
Deprecated.
Create a ScriptEngine according to extension of script specified in getScriptFile()
createScriptEngine(ScriptEngineManager) - Method in class cz.cuni.amis.pogamut.ut2004.bot.sposh.StreamScriptLogic
Return correct ScriptEngine for script this bot is going to run.
createTimer() - Method in class cz.cuni.amis.pogamut.sposh.ut2004.SposhLogicController
Create timer for posh engine.
createWorkExecutor() - Method in class cz.cuni.amis.pogamut.sposh.ut2004.SposhLogicController
Create IWorkExecutor that will execute primitives contained in the plan.
createWorkExecutor() - Method in class cz.cuni.amis.pogamut.sposh.ut2004.StateSposhLogicController
 
ctf - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
customPrimitiveInstantiation(StateWorkExecutor, Set<String>, Set<String>) - Method in class cz.cuni.amis.pogamut.sposh.ut2004.StateSposhLogicController
To be overriden in children, this method enables user to instantiate primitives in any way it desires.
cz.cuni.amis.pogamut.sposh.context - package cz.cuni.amis.pogamut.sposh.context
 
cz.cuni.amis.pogamut.sposh.ut2004 - package cz.cuni.amis.pogamut.sposh.ut2004
 
cz.cuni.amis.pogamut.sposh.ut2004.actions - package cz.cuni.amis.pogamut.sposh.ut2004.actions
 
cz.cuni.amis.pogamut.sposh.ut2004.senses - package cz.cuni.amis.pogamut.sposh.ut2004.senses
 
cz.cuni.amis.pogamut.ut2004.bot.sposh - package cz.cuni.amis.pogamut.ut2004.bot.sposh
 

D

descriptors - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Sensory module that provides mapping between ItemType and ItemDescriptor providing an easy way to obtain item descriptors for various items in UT2004.
descriptors - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Sensory module that provides mapping between ItemType and ItemDescriptor providing an easy way to obtain item descriptors for various items in UT2004.
done(VariableContext) - Method in class cz.cuni.amis.pogamut.sposh.ut2004.actions.DoNothing
 
DoNothing - Class in cz.cuni.amis.pogamut.sposh.ut2004.actions
Action that is not doing anything for 1 cycle.
DoNothing(Context) - Constructor for class cz.cuni.amis.pogamut.sposh.ut2004.actions.DoNothing
 

E

engine - Variable in class cz.cuni.amis.pogamut.ut2004.bot.sposh.StreamScriptLogic
ScriptEngine which contains the file with logic.
engineBinded() - Method in class cz.cuni.amis.pogamut.ut2004.bot.sposh.StreamScriptLogic
This method is called when the engine is binded.
evalStream(Reader) - Method in class cz.cuni.amis.pogamut.ut2004.bot.sposh.StreamScriptLogic
Evaluates the stream of the script.

F

Fail - Class in cz.cuni.amis.pogamut.sposh.ut2004.senses
This action always fails (returns false) and does nothing else.
Fail(Context) - Constructor for class cz.cuni.amis.pogamut.sposh.ut2004.senses.Fail
 
FileScriptLogic - Class in cz.cuni.amis.pogamut.ut2004.bot.sposh
Deprecated.
FileScriptLogic() - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.sposh.FileScriptLogic
Deprecated.
 
finishBehaviourInitialization() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Called after UT2004Behaviour.botSpawned(GameInfo, ConfigChange, InitedMessage, Self) as a hook for Pogamut's core developers to finalize initialization of various modules.
finishControllerInitialization() - Method in class cz.cuni.amis.pogamut.sposh.ut2004.StateSposhLogicController
 
finishInitialization() - Method in interface cz.cuni.amis.pogamut.sposh.context.IUT2004Context
 
finishInitialization() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Called after UT2004Behaviour#botFirstSpawn(GameInfo, ConfigChange, InitedMessage, Self) as a hook for Pogamut's core developers to finalize initialization of various modules.
fwMap - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Path-planner (IPathPlanner using NavPoints), you may use it to find paths inside the environment wihtout waiting for round-trip of GetPath command and PathLists response from UT2004.
fwMap - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Path-planner (IPathPlanner using NavPoints), you may use it to find paths inside the environment wihtout waiting for round-trip of GetPath command and PathLists response from UT2004.

G

game - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Memory module specialized on general info about the game - game type, time limit, frag limit, etc.
game - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Memory module specialized on general info about the game - game type, time limit, frag limit, etc.
getAct() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
 
getAct() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getBackToNavGraph - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Navigation helper that is able to get your bot back to the nearest navigation graph so you can use UT2004BotModuleController.navigation without fear of catastrophe.
getBackToNavGraph - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Navigation helper that is able to get your bot back to the nearest navigation graph so you can use UT2004BotModuleController.navigation without fear of catastrophe.
getBackToNavGraph() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getBody() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getBot() - Method in class cz.cuni.amis.pogamut.ut2004.bot.sposh.StreamScriptLogic
 
getCombo() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getConfig() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getContext() - Method in class cz.cuni.amis.pogamut.sposh.ut2004.StateSposhLogicController
Get context.
getCtf() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getDescriptors() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getEngine() - Method in class cz.cuni.amis.pogamut.sposh.ut2004.SposhLogicController
Get sposh engine for this logic
getExt(String) - Method in class cz.cuni.amis.pogamut.ut2004.bot.sposh.FileScriptLogic
Deprecated.
Get extension of
getFwMap() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getGame() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getGetBackToNavGraph() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
 
getInfo() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getItems() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getListenerRegistrator() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getLog() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getMove() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getNavBuilder() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getNavigation() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getPathExecutor() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getPathPlanner() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getPlan() - Method in class cz.cuni.amis.pogamut.sposh.ut2004.SposhLogicController
Get the POSH plan for the bot.
getPlanFromFile(String) - Method in class cz.cuni.amis.pogamut.sposh.ut2004.SposhLogicController
Read POSH plan from the file and return it.
getPlanFromResource(String) - Method in class cz.cuni.amis.pogamut.sposh.ut2004.SposhLogicController
Get POSh plan from resource int the same jar as the class.
getPlanFromStream(InputStream) - Method in class cz.cuni.amis.pogamut.sposh.ut2004.SposhLogicController
Read POSH plan from the stream and return it.
getPlayers() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getRandom() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getRaycasting() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getScriptFile() - Method in class cz.cuni.amis.pogamut.ut2004.bot.sposh.FileScriptLogic
Deprecated.
Return path to the script file.
getScriptStream() - Method in class cz.cuni.amis.pogamut.ut2004.bot.sposh.FileScriptLogic
Deprecated.
Get stream of file from script file specified in FileScriptedAgent.getScriptFile().
getScriptStream() - Method in class cz.cuni.amis.pogamut.ut2004.bot.sposh.StreamScriptLogic
Return stream for script that this class should execute.
getSenses() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getShoot() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getStats() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getTimer() - Method in class cz.cuni.amis.pogamut.sposh.ut2004.SposhLogicController
Get timer that is used by posh engine to make sure timeouts and other stuff that requires time are working properly.
getVisibility() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
 
getVisibility() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getWeaponPrefs() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getWeaponry() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getWorkExecutor() - Method in class cz.cuni.amis.pogamut.sposh.ut2004.SposhLogicController
Get work executor.
getWorld() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 
getWorldView() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
 
getWorldView() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 

I

info - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Memory module specialized on general info about the agent whereabouts - location, rotation, health, current weapon, who is enemy/friend, etc.
info - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Memory module specialized on general info about the agent whereabouts - location, rotation, health, current weapon, who is enemy/friend, etc.
init(VariableContext) - Method in class cz.cuni.amis.pogamut.sposh.ut2004.actions.DoNothing
 
initialize() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Called after the construction of the UT2004Behaviour before the GameBots2004 greets the bot even before UT2004Behaviour.prepareBehaviour(UT2004Bot) method.
initializeBehaviour(BOT) - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Called after the construction of the UT2004Behaviour before the GameBots2004 greets the bot even before UT2004Behaviour.prepareBehaviour(UT2004Bot) method.
initializeController(BOT) - Method in class cz.cuni.amis.pogamut.sposh.ut2004.SposhLogicController
 
initializeController(BOT) - Method in class cz.cuni.amis.pogamut.sposh.ut2004.StateSposhLogicController
Initialize logic controller=call super initialization and create context and other stuff that is needed to have.
initializeController(UT2004Bot) - Method in class cz.cuni.amis.pogamut.ut2004.bot.sposh.StreamScriptLogic
Constructor which is needed when you have to initialize the environment of the scripting language.
initializeListeners(BOT) - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Initializes UT2004Behaviour.listenerRegistrator and calls AnnotationListenerRegistrator.addListeners() method to probe all declared methods for event-annotation presence.
initializeListeners(BOT) - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Initializes UT2004Behaviour.listenerRegistrator and calls AnnotationListenerRegistrator.addListeners() method to probe all declared methods for event-annotation presence.
initializeModules(BOT) - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Initializes memory/command modules of the bot.
initializeModules(BOT) - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Initializes memory/command modules of the bot.
initializePathFinding(BOT) - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Initializes path-finding modules: UT2004BotModuleControllerNew#pathPlanner and UT2004BotModuleControllerNew#pathExecutor.
initializePathFinding(BOT) - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Initializes path-finding modules: UT2004BotModuleControllerNew#pathPlanner and UT2004BotModuleControllerNew#pathExecutor.
invocableEngine - Variable in class cz.cuni.amis.pogamut.ut2004.bot.sposh.StreamScriptLogic
Same engine as in engine, but recasted as Invocable, allowing us to call methods.
items - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Memory module specialized on items on the map - which are visible and which are probably spawned.
items - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Memory module specialized on items on the map - which are visible and which are probably spawned.
IUT2004Context<BOT extends cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot> - Interface in cz.cuni.amis.pogamut.sposh.context
 

L

listenerRegistrator - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Listener registrator that probes declared methods for the presence of EventListener, ObjectClassEventListener, ObjectClassListener, ObjectEventListener and ObjectListener annotations and automatically registers them as listeners on a specific events.
listenerRegistrator - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Listener registrator that probes declared methods for the presence of EventListener, ObjectClassEventListener, ObjectClassListener, ObjectEventListener and ObjectListener annotations and automatically registers them as listeners on a specific events.
log - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Alias for user's log.
log - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Alias for user's log.
logic() - Method in class cz.cuni.amis.pogamut.sposh.ut2004.SposhLogicController
Logic method evaluates the posh plan every time it is called.
logicAfterPlan() - Method in class cz.cuni.amis.pogamut.sposh.ut2004.SposhLogicController
Method that is triggered every time the plan for executor is evaluated.
logicBeforePlan() - Method in class cz.cuni.amis.pogamut.sposh.ut2004.SposhLogicController
Method that is triggered every time the plan for executor is evaluated.
logicIteration() - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
This method is called before the SPOSH iteration is invoked.

M

move - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Shortcut for body.getAdvancedLocomotion() that allows you to manually steer the movement through the environment.
move - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Shortcut for body.getAdvancedLocomotion() that allows you to manually steer the movement through the environment.

N

navBuilder - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Navigation graph builder that may be used to manually extend the navigation graph of the UT2004.
navBuilder - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Navigation graph builder that may be used to manually extend the navigation graph of the UT2004.
navigation - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Command module that is internally using UT2004PathExecutor for path-following and FloydWarshallMap for path planning resulting in unified class that can solely handle navigation of the bot within the environment.
navigation - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Command module that is internally using UT2004PathExecutor for path-following and FloydWarshallMap for path planning resulting in unified class that can solely handle navigation of the bot within the environment.

P

pathExecutor - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Executor is used for following a path in the environment.
pathExecutor - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Executor is used for following a path in the environment.
pathPlanner - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Planner used to compute the path (consisting of navigation points) inside the map.
pathPlanner - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Planner used to compute the path (consisting of navigation points) inside the map.
players - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Memory module specialized on whereabouts of other players - who is visible, enemy / friend, whether bot can see anybody, etc.
players - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Memory module specialized on whereabouts of other players - who is visible, enemy / friend, whether bot can see anybody, etc.
prepareBehaviour(BOT) - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Called after the behaviour construction to initialize user's data structures.
prepareBehaviour(BOT) - Method in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Called after the behaviour construction to initialize user's data structures.

Q

query(VariableContext) - Method in class cz.cuni.amis.pogamut.sposh.ut2004.senses.Fail
 
query(VariableContext) - Method in class cz.cuni.amis.pogamut.sposh.ut2004.senses.Succeed
 

R

random - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Random number generator that is usually useful to have during decision making.
random - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Random number generator that is usually useful to have during decision making.
raycasting - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Support for creating rays used for raycasting (see AutoTraceRay that is being utilized).
raycasting - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Support for creating rays used for raycasting (see AutoTraceRay that is being utilized).
run(VariableContext) - Method in class cz.cuni.amis.pogamut.sposh.ut2004.actions.DoNothing
 
runStraight - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Navigation helper that can run-straight to some point with stuck detectors.
runStraight - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Navigation helper that can run-straight to some point with stuck detectors.

S

scriptBinded() - Method in class cz.cuni.amis.pogamut.ut2004.bot.sposh.StreamScriptLogic
This method is called after the script is evaluated.
ScriptedAgentException - Exception in cz.cuni.amis.pogamut.ut2004.bot.sposh
Deprecated.
ScriptedAgentException(String) - Constructor for exception cz.cuni.amis.pogamut.ut2004.bot.sposh.ScriptedAgentException
Deprecated.
Constructs a new exception with the specified detail message.
ScriptedAgentException(String, Throwable) - Constructor for exception cz.cuni.amis.pogamut.ut2004.bot.sposh.ScriptedAgentException
Deprecated.
Constructs a new exception with the specified detail message and cause.
scriptEngineManager - Variable in class cz.cuni.amis.pogamut.ut2004.bot.sposh.StreamScriptLogic
 
senses - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Memory module specialized on agent's senses - whether the bot has been recently killed, collide with level's geometry, etc.
senses - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Memory module specialized on agent's senses - whether the bot has been recently killed, collide with level's geometry, etc.
setAttribute(String, Object) - Method in class cz.cuni.amis.pogamut.ut2004.bot.sposh.StreamScriptLogic
Sets attribute to the global scope of the engine.
shoot - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Shortcut for body.getImprovedShooting() that allows you to shoot at opponent.
shoot - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Shortcut for body.getImprovedShooting() that allows you to shoot at opponent.
SPOSH_LOG_CATEGORY - Static variable in class cz.cuni.amis.pogamut.sposh.ut2004.SposhLogicController
 
SposhLogicController<BOT extends cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot,WORK_EXECUTOR extends IWorkExecutor> - Class in cz.cuni.amis.pogamut.sposh.ut2004
Logic controller that utilizes sposh engine for decision making of bot in UT2004 environment.
SposhLogicController() - Constructor for class cz.cuni.amis.pogamut.sposh.ut2004.SposhLogicController
 
StateSposhLogicController<BOT extends cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot,CONTEXT extends IUT2004Context> - Class in cz.cuni.amis.pogamut.sposh.ut2004
This class should be used as base for bot that utilizes sposh and state primitives.
StateSposhLogicController() - Constructor for class cz.cuni.amis.pogamut.sposh.ut2004.StateSposhLogicController
 
stats - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Module that is providing various statistics about the bot.
stats - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Module that is providing various statistics about the bot.
StreamScriptLogic - Class in cz.cuni.amis.pogamut.ut2004.bot.sposh
This is class for the agents that are using the ScriptEngine.
StreamScriptLogic() - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.sposh.StreamScriptLogic
 
Succeed - Class in cz.cuni.amis.pogamut.sposh.ut2004.senses
Success sense, always succeed (return true) and do nothing else.
Succeed(Context) - Constructor for class cz.cuni.amis.pogamut.sposh.ut2004.senses.Succeed
 

U

user - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Deprecated.
use UT2004BotController.log instead
UT2004Behaviour<BOT extends cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot> - Class in cz.cuni.amis.pogamut.sposh.context
 
UT2004Behaviour(String, BOT) - Constructor for class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
 
UT2004Context<BOT extends cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot> - Class in cz.cuni.amis.pogamut.sposh.context
Primitive State Context for UT2004.
UT2004Context(String, BOT) - Constructor for class cz.cuni.amis.pogamut.sposh.context.UT2004Context
 

V

visibility - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Module that provides visibility/cover information for the map.
visibility - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Module that provides visibility/cover information for the map.

W

weaponPrefs - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Weapon preferences for your bot.
weaponPrefs - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Weapon preferences for your bot.
weaponry - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Memory module specialized on info about the bot's weapon and ammo inventory - it can tell you which weapons are loaded, melee/ranged, etc.
weaponry - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Memory module specialized on info about the bot's weapon and ammo inventory - it can tell you which weapons are loaded, melee/ranged, etc.
world - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Behaviour
Shortcut for the UT2004BotController.getWorldView().
world - Variable in class cz.cuni.amis.pogamut.sposh.context.UT2004Context
Shortcut for the UT2004BotController.getWorldView().
A B C D E F G I L M N P Q R S U V W 

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