A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

A - Class in cz.cuni.amis.pogamut.base.utils.math
A for Algebra...
A() - Constructor for class cz.cuni.amis.pogamut.base.utils.math.A
 
absolute() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Converts values of all three coordinates to absolute values.
AbstractAgent - Class in cz.cuni.amis.pogamut.base.agent.impl
Abstract agent class, provides basic interface for the agent implementing its lifecycle methods + introducing JMX.
AbstractAgent(IAgentId, IComponentBus, IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Introspection folder with properties and other subfolders obtained from this agent.
AbstractAgent3D<WORLD_VIEW extends IVisionWorldView,ACT extends IAct> - Class in cz.cuni.amis.pogamut.base3d.agent
Adds Agent3D special JMX abilities.
AbstractAgent3D(IAgentId, IComponentBus, IAgentLogger, WORLD_VIEW, ACT) - Constructor for class cz.cuni.amis.pogamut.base3d.agent.AbstractAgent3D
 
AbstractAgentLogger - Class in cz.cuni.amis.pogamut.base.utils.logging
All logging apis are fine ...
AbstractAgentLogger(IAgentId) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
AbstractBotFSMState<SYMBOL,CONTEXT> - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support
 
AbstractBotFSMState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.AbstractBotFSMState
 
AbstractComponentControllerBase<COMPONENT extends IComponent> - Class in cz.cuni.amis.pogamut.base.component.controller
Abstract class implementing some methods from IComponentControllerBase.
AbstractComponentControllerBase(COMPONENT, IComponentControlHelper, Logger) - Constructor for class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase
Initialize the controller.
AbstractComponentControllerBase(IToken, COMPONENT, IComponentControlHelper, Logger) - Constructor for class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase
Initialize controller with specific componentControllerId.
AbstractComponentControllerBase.AwaitState - Class in cz.cuni.amis.pogamut.base.component.controller
Used for filtering states we're awaiting on.
AbstractComponentControllerBase.AwaitState(ComponentState...) - Constructor for class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase.AwaitState
 
AbstractConnection<ADDRESS extends IWorldConnectionAddress> - Class in cz.cuni.amis.pogamut.base.communication.connection.impl
Implementation of the basic connection to the world server.
AbstractConnection(ComponentDependencies, IComponentBus, IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.base.communication.connection.impl.AbstractConnection
 
AbstractConnection(ADDRESS, ComponentDependencies, IComponentBus, IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.base.communication.connection.impl.AbstractConnection
 
AbstractEmbodiedAgent<WORLD_VIEW extends IWorldView,ACT extends IAct> - Class in cz.cuni.amis.pogamut.base.agent.impl
 
AbstractEmbodiedAgent(IAgentId, IComponentBus, IAgentLogger, WORLD_VIEW, ACT) - Constructor for class cz.cuni.amis.pogamut.base.agent.impl.AbstractEmbodiedAgent
 
AbstractGhostAgent<WORLD_VIEW extends IWorldView,ACT extends IAct> - Class in cz.cuni.amis.pogamut.base.agent.impl
Next step to embodied agents are those without the physical body but with the ability to act inside the environment.
AbstractGhostAgent(IAgentId, IComponentBus, IAgentLogger, WORLD_VIEW, ACT) - Constructor for class cz.cuni.amis.pogamut.base.agent.impl.AbstractGhostAgent
 
AbstractGuiceAgentFactory - Class in cz.cuni.amis.pogamut.base.factory.guice
Abstract Guice-based factory that uses GuiceAgentModule for the bindings.
AbstractGuiceAgentFactory() - Constructor for class cz.cuni.amis.pogamut.base.factory.guice.AbstractGuiceAgentFactory
Parameter-less constructor that can be utilized in situations when you have to set the GuiceAgentModule later.
AbstractGuiceAgentFactory(GuiceAgentModule) - Constructor for class cz.cuni.amis.pogamut.base.factory.guice.AbstractGuiceAgentFactory
Creates a Guice-based factory that will use Injector created using the 'module'.
AbstractLazyMap<KEY,VALUE> - Class in cz.cuni.amis.utils.maps
Abstract implementation of a lazy map.
AbstractLazyMap() - Constructor for class cz.cuni.amis.utils.maps.AbstractLazyMap
 
AbstractLazyMap(Set<KEY>) - Constructor for class cz.cuni.amis.utils.maps.AbstractLazyMap
 
AbstractLazyMap(Map<KEY, VALUE>) - Constructor for class cz.cuni.amis.utils.maps.AbstractLazyMap
 
AbstractLocalWorldView - Class in cz.cuni.amis.pogamut.multi.communication.worldview.impl
WorldView responsible for single agent.
AbstractLocalWorldView(ComponentDependencies, ILifecycleBus, IAgentLogger, ISharedWorldView, ITeamedAgentId) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
AbstractLocalWorldView.LazyCompositeObjectMap<T extends ICompositeWorldObject> - Class in cz.cuni.amis.pogamut.multi.communication.worldview.impl
This is a class for lazy maps holding CompositeWorldObjects .
AbstractLogCategories - Class in cz.cuni.amis.pogamut.base.utils.logging
Class that wraps the map with log categories.
AbstractLogCategories() - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.AbstractLogCategories
 
AbstractObserverFSMState<SYMBOL,CONTEXT extends TranslatorContext> - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support
This abstract server states is handling ALIVE message, descendants does not need to care about those messages.
AbstractObserverFSMState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support.AbstractObserverFSMState
 
AbstractObservingAgent<WORLD_VIEW extends IWorldView> - Class in cz.cuni.amis.pogamut.base.agent.impl
The main difference between AbstractAgent and AbstractObservingAgent is that this one has a world to observe.
AbstractObservingAgent(IAgentId, IComponentBus, IAgentLogger, WORLD_VIEW) - Constructor for class cz.cuni.amis.pogamut.base.agent.impl.AbstractObservingAgent
 
AbstractPathExecutor<PATH_ELEMENT> - Class in cz.cuni.amis.pogamut.base.agent.navigation.impl
Stub implementation of the IPathExecutor that implements several trivial methods from the interface leaving the important one to be implemented by descendants.
AbstractPathExecutor() - Constructor for class cz.cuni.amis.pogamut.base.agent.navigation.impl.AbstractPathExecutor
 
AbstractPathExecutor(Logger) - Constructor for class cz.cuni.amis.pogamut.base.agent.navigation.impl.AbstractPathExecutor
 
AbstractPropertiesProvider - Class in cz.cuni.amis.utils.configuration.providers
Wrapper of java.util.Properties class.
AbstractPropertiesProvider(InputStream, String) - Constructor for class cz.cuni.amis.utils.configuration.providers.AbstractPropertiesProvider
 
AbstractServerFSMState<SYMBOL,CONTEXT extends TranslatorContext> - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.server.support
This abstract server states is handling ALIVE message, descendants does not need to care about those messages.
AbstractServerFSMState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.AbstractServerFSMState
 
AbstractSharedProperty<TYPE> - Class in cz.cuni.amis.pogamut.multi.communication.worldview.property
Abstract implementation of the ISharedProperty object, this class manages the methods every ISharedProperty needs to have, regardless of its type.
AbstractSharedProperty(WorldObjectId, String, TYPE, Class<?>) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty
 
AbstractSharedProperty(AbstractSharedProperty) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty
Used in copy-constructors, when writing a copy constructor for a descendant class, you must add a clone for value.
AbstractSharedProperty(WorldObjectId, String, Class) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty
Used in propertyConstructors from data.
AbstractSharedProperty.GenericPropertyUpdate - Class in cz.cuni.amis.pogamut.multi.communication.worldview.property
 
AbstractSharedProperty.GenericPropertyUpdate(ISharedProperty, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty.GenericPropertyUpdate
 
AbstractSharedWorldView - Class in cz.cuni.amis.pogamut.multi.communication.worldview.impl
 
AbstractSharedWorldView(Logger) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
AbstractUT2004Observer<WORLD_VIEW extends IVisionWorldView,ACT extends IAct> - Class in cz.cuni.amis.pogamut.ut2004.observer.impl
Abstract class - ancestor of all UT2004 observer controls.
AbstractUT2004Observer(IAgentId, IComponentBus, IAgentLogger, WORLD_VIEW, ACT) - Constructor for class cz.cuni.amis.pogamut.ut2004.observer.impl.AbstractUT2004Observer
 
AbstractUT2004PathNavigator<PATH_ELEMENT extends ILocated> - Class in cz.cuni.amis.pogamut.ut2004.agent.navigation
Simple stub of the IUT2004PathNavigator that implements AbstractUT2004PathNavigator.setBot(UT2004Bot) and AbstractUT2004PathNavigator#setExecutor(IPathExecutorHelper).
AbstractUT2004PathNavigator() - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.navigation.AbstractUT2004PathNavigator
 
AbstractUT2004Server<WORLD_VIEW extends IWorldView,ACT extends IAct> - Class in cz.cuni.amis.pogamut.ut2004.server.impl
Abstract class - ancestor of all UT2004 server controls.
AbstractUT2004Server(IAgentId, IAgentLogger, IComponentBus, SocketConnection, WORLD_VIEW, ACT) - Constructor for class cz.cuni.amis.pogamut.ut2004.server.impl.AbstractUT2004Server
 
AbstractWorldServer<WORLD_VIEW extends IWorldView,ACT extends IAct,A extends IAgent> - Class in cz.cuni.amis.pogamut.base.server
 
AbstractWorldServer(IAgentId, IAgentLogger, IComponentBus, WORLD_VIEW, ACT) - Constructor for class cz.cuni.amis.pogamut.base.server.AbstractWorldServer
 
AbstractWorldView - Class in cz.cuni.amis.pogamut.base.communication.worldview.impl
Abstract world view is implementing some of the tedious things every WorldView will surely implement -> maps for holding the references to all world objects either according to their id and type (class).
AbstractWorldView(ComponentDependencies, IComponentBus, IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
AccelRate - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Accelartion rate of this bot.
AccelRate - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
Accelartion rate of this bot.
accept(T) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.EventFilter
 
accept(T) - Method in interface cz.cuni.amis.pogamut.base.component.bus.event.WaitForEvent.IEventFilter
Whether the event may be accepted.
accept(ComponentState) - Method in class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase.AwaitState
 
accept(TYPE) - Method in interface cz.cuni.amis.utils.flag.WaitForFlagChange.IAccept
 
accept(T) - Method in interface cz.cuni.amis.utils.ObjectFilter
 
act - Variable in class cz.cuni.amis.pogamut.base.agent.module.MotoricModule
 
act - Variable in class cz.cuni.amis.pogamut.base.agent.module.SensomotoricModule
 
act(CommandMessage) - Method in interface cz.cuni.amis.pogamut.base.communication.command.IAct
Execute an action in the world.
Act - Class in cz.cuni.amis.pogamut.base.communication.command.impl
TODO!
Act(IWorldWriterProvider, ICommandSerializer, IComponentBus, IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.base.communication.command.impl.Act
 
act(CommandMessage) - Method in class cz.cuni.amis.pogamut.base.communication.command.impl.Act
Sends command through the writer.
act - Variable in class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
 
act - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
Shortcut for the UT2004BotModuleController.getAct().
ACT_NAME - Static variable in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutJMX
Used by Act class
Action - Class in cz.cuni.amis.pogamut.ut2004.bot.command
Class providing Pogamut2 UT2004 bot action commands - throwing weapon, issuing combos, item interactions and other commands that didn't fit in other categories.
Action(UT2004Bot, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.command.Action
Constructor.
Action - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Sets atomic action for the bot (BDI).
Action - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: BUTTON, IMAGE.
Action - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
Name of current BDI action.
Action - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
Name of current BDI action.
Action - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.KeyEvent
Action that happened with the key.
Action - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
Atomic action this bot is doing (BDI).
Action - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
Name of the current BDI action.
ActionPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
 
ActionPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
actLocalWorldObjects - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
actObj - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
Actor - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Trigger
Should be the trigger we have triggered.
AdaptableProvider<T> - Class in cz.cuni.amis.pogamut.base.utils.guice
Simple implementation of the Guice Provider interface that allows you to set the value directly into the provider via AdaptableProvider.set(Object).
AdaptableProvider() - Constructor for class cz.cuni.amis.pogamut.base.utils.guice.AdaptableProvider
Creates a provider with 'null' initial value.
AdaptableProvider(T) - Constructor for class cz.cuni.amis.pogamut.base.utils.guice.AdaptableProvider
Creates a provider with initial value.
add(IToken) - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentDependencies
 
add(IComponent) - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentDependencies
 
add(Location) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Retreives sum of this location and given location.
add(Location, Location) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Retreives sum of two given locations.
add(Velocity) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Adds given velocity to this location.
add(Location, Velocity) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Adds given velocity to given location.
add(Velocity) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Retreives sum of this velocity and given velocity.
add(Velocity, Velocity) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Retreives sum of two given velocities.
add(ItemType, boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefsRange
Adds another weapon as "the least preferable" one, i.e., you may define weapons from the most preferred to the least preferred by sequentially calling this method.
add(Weapon, boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefsRange
Adds another weapon as "the least preferable" one, i.e., you may define weapons from the most preferred to the least preferred by sequentially calling this method.
add(T) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.utils.TabooSet
Adds a tabu item that is valid for an infinite amount of time.
add(T, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.utils.TabooSet
Adds a tabu item that is valid for a period of 'timeout' time (in seconds).
add(NODE) - Method in class cz.cuni.amis.utils.astar.AStarHeap
 
add(VALUE) - Method in class cz.cuni.amis.utils.collections.LazyMapValuesCollection
 
add(E) - Method in class cz.cuni.amis.utils.collections.ObservableCollection
 
add(int, E) - Method in class cz.cuni.amis.utils.collections.ObservableList
 
add(boolean) - Method in class cz.cuni.amis.utils.HashCode
 
add(byte) - Method in class cz.cuni.amis.utils.HashCode
 
add(char) - Method in class cz.cuni.amis.utils.HashCode
 
add(short) - Method in class cz.cuni.amis.utils.HashCode
 
add(int) - Method in class cz.cuni.amis.utils.HashCode
 
add(long) - Method in class cz.cuni.amis.utils.HashCode
 
add(float) - Method in class cz.cuni.amis.utils.HashCode
 
add(double) - Method in class cz.cuni.amis.utils.HashCode
 
add(Object) - Method in class cz.cuni.amis.utils.HashCode
 
add(IniFile.Section) - Method in class cz.cuni.amis.utils.IniFile.Section
Adds all properties from 'section' into this one.
add(E) - Method in class cz.cuni.amis.utils.iterators.CircularListIterator
 
add(Key, IListener) - Method in class cz.cuni.amis.utils.listener.ListenersMap
 
add(KEY, ITEM) - Method in class cz.cuni.amis.utils.maps.HashMapList
Add a new item at the end of the list under a specific key.
add(KEY, ITEM) - Method in class cz.cuni.amis.utils.maps.HashMapSet
Adds the item into the set under the key.
add(K) - Method in class cz.cuni.amis.utils.sets.ConcurrentHashSet
 
add(K) - Method in class cz.cuni.amis.utils.sets.ConcurrentLinkedHashSet
 
add(TYPE) - Method in interface cz.cuni.amis.utils.statistic.IMovingAverage
Add another item into the moving average.
add(TYPE) - Method in class cz.cuni.amis.utils.statistic.MovingAverage
 
add(String) - Method in class cz.cuni.amis.utils.StringCutter
Adding string to the buffer, returning strings if 'limiter' is found.
add(long) - Method in class cz.cuni.amis.utils.Throughput
 
addAgent(IToken) - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogManager
Initializes logging for the 'agent'.
addAll(Collection) - Method in class cz.cuni.amis.utils.astar.AStarHeap
 
addAll(NODE[]) - Method in class cz.cuni.amis.utils.astar.AStarHeap
 
addAll(Collection<? extends VALUE>) - Method in class cz.cuni.amis.utils.collections.LazyMapValuesCollection
 
addAll(Collection<? extends E>) - Method in class cz.cuni.amis.utils.collections.ObservableCollection
 
addAll(int, Collection<? extends E>) - Method in class cz.cuni.amis.utils.collections.ObservableList
 
addAll(Collection<? extends E>) - Method in class cz.cuni.amis.utils.collections.ObservableList
 
addAll(Collection<? extends K>) - Method in class cz.cuni.amis.utils.sets.ConcurrentHashSet
 
addAll(Collection<? extends K>) - Method in class cz.cuni.amis.utils.sets.ConcurrentLinkedHashSet
 
addAutoTraceRay(String, Vector3d, int, boolean, boolean, boolean) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleRayCasting
Adds a new ray to auto ray tracing rays set.
AddBot - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command ADDBOT.
AddBot(String, Location, Rotation, Integer, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddBot
Creates new instance of command AddBot.
AddBot() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddBot
Creates new instance of command AddBot.
AddBot(AddBot) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddBot
Cloning constructor.
addBotDisconnector() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot
Initializes & registers UT2004Bot.botDisconnectorThread as a Runtime.addShutdownHook(Thread).
addCollectionListener(CollectionEventListener) - Method in class cz.cuni.amis.utils.collections.ObservableCollection
 
addCommandListener(Class, ICommandListener) - Method in interface cz.cuni.amis.pogamut.base.communication.command.IAct
Attach listener to outgoing commands from body.
addCommandListener(Class, ICommandListener) - Method in class cz.cuni.amis.pogamut.base.communication.command.impl.Act
 
addComponent(IJMXEnabled) - Method in class cz.cuni.amis.pogamut.base.agent.jmx.AgentJMXComponents
Adding new IJMXEnabled component to the list - registering it so it will be notified when the enableJMX() is called.
addComponentBus(IAgentId, ILifecycleBus, ComponentDependencies) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
addComponentBus(IAgentId, ILifecycleBus, ComponentDependencies) - Method in interface cz.cuni.amis.pogamut.base.component.ISharedComponent
Informs the component that it is part of another ILifecycleBus, i.e., it has become used by new agent with 'agentId'.
addComponentBus(IAgentId, ILifecycleBus, ComponentDependencies) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
addConsoleHandler() - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
Adds default console handler with 'Platform' (== platform logging) agent id.
addCustomUserDescriptor(GeneralDescriptor) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ItemTranslator
Adds custom user descriptor.
addDefaultAutoTraceRays() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleRayCasting
This command removes all existing auto trace rays and adds a default auto trace rays set.
addDefaultConsoleHandler() - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
addDefaultConsoleHandler() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger
Adds console handler to every existing LogCategory plus to every new one.
addDefaultFileHandler(File) - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
addDefaultFileHandler(File) - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger
Adds console handler to every existing LogCategory plus to every new one.
addDefaultHandler(Handler) - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
addDefaultHandler(Handler) - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger
Adds handler to every existing LogCategory plus to every new one.
addDefaultNetworkHandler() - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
addDefaultNetworkHandler() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger
Adds network handler to every existing LogCategory plus to every new one.
addDefaultNetworkHandler() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IJMXAgentLogger
Adds network handler to every existing LogCategory plus to every new one.
addDefaultNetworkHandler() - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.AgentLoggerJMXProxy
Executes JMX remote call to the proxied IAgentLogger.addDefaultNetworkHandler() method.
addDefaultPublisher(ILogPublisher) - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
addDefaultPublisher(ILogPublisher) - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger
Adds publisher to every existing LogCategory plus to every new one.
addDependency(IComponent) - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
 
addDependency(Class) - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
 
addDependency(IToken) - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
 
addEdge(NavigationGraphBuilder.NewNavPointEdgeBuilder) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointBuilder
Adds new edge into NavigationGraphBuilder.NewNavPointBuilder.edges.
addEventListener(Class<?>, IWorldEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
addEventListener(Class<?>, IWorldEventListener<?>) - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.IWorldView
Adds listener to a specific event (Level A listeners).
addEventListener(Class<?>, IComponentEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
addEventListener(Class<?>, Class<?>, IComponentEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
addEventListener(Class<?>, IToken, IComponentEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
addEventListener(Class<?>, IComponent, IComponentEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
addEventListener(Class<?>, IComponentEventListener<?>) - Method in interface cz.cuni.amis.pogamut.base.component.bus.IComponentBus
Attach listener to all events of class 'event'.
addEventListener(Class<?>, Class<?>, IComponentEventListener<?>) - Method in interface cz.cuni.amis.pogamut.base.component.bus.IComponentBus
Attach listener to all events of class 'event' that is produced by any component of class 'component'.
addEventListener(Class<?>, IToken, IComponentEventListener<?>) - Method in interface cz.cuni.amis.pogamut.base.component.bus.IComponentBus
Attach listener to all events of class 'event' that is produced by \component with name 'componentName'.
addEventListener(Class<?>, IComponent, IComponentEventListener<?>) - Method in interface cz.cuni.amis.pogamut.base.component.bus.IComponentBus
Attach listener to all events of class 'event' that is produced by the 'component'.
addEventListener(Class<?>, IComponentEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
addEventListener(Class<?>, Class<?>, IComponentEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
addEventListener(Class<?>, IToken, IComponentEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
addEventListener(Class<?>, IComponent, IComponentEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
addEventListener(Class<?>, IWorldEventListener<?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
Adds listener to a specific event (Level A listeners).
addEventListener(Class<?>, IWorldEventListener<?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
addEventListener(Class<?>, IWorldEventListener<?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
addEventListener(Class<?>, IWorldEventListener<?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ISharedWorldView
Adds listener to a specific event (Level A listeners).
addFutureListener(IFutureListener<List<PATH_ELEMENT>>) - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.PrecomputedPathFuture
 
addFutureListener(IFutureListener<List<PATH_ELEMENT>>) - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathFuture
Adds a listener on a future status (using strong reference).
addFutureListener(IFutureListener<RESULT>) - Method in class cz.cuni.amis.utils.future.FutureWithListeners
Adds a listener on a future status (using strong reference).
addGeneralPref(ItemType, boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefs
Adds another weapon as "the least preferable" one into general-preferences (used if no weapons are found for a given range) You may define weapons from the most preferred to the least preferred by sequentially calling this method.
addGeneralPref(Weapon, boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefs
Adds another weapon as "the least preferable" one into general-preferences (used if no weapons are found for a given range) You may define weapons from the most preferred to the least preferred by sequentially calling this method.
addHandler() - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
Returns new LogHandler with null ILogPublisher that is appended to the logger and filters log messages for this category.
addHandler(ILogPublisher) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
Returns new LogHandler with specified ILogPublisher that is appended to the logger and filters log messages for this category.
addInfo(MAP_INFO) - Method in interface cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealMap
 
addInfo(MapInfo) - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.UT2004Map
 
addIniFile(IniFile) - Method in class cz.cuni.amis.utils.IniFile
Add all sections from one ini file into this one.
AddInventory - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command ADDINV.
AddInventory(UnrealId, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddInventory
Creates new instance of command AddInventory.
AddInventory() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddInventory
Creates new instance of command AddInventory.
AddInventory(AddInventory) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddInventory
Cloning constructor.
AddInventoryMsg - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event AIN.
AddInventoryMsg() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
Parameter-less contructor for the message.
AddInventoryMsg(UnrealId, String, ItemDescriptor, ItemType, Boolean, Boolean, int, int, int, int) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
Creates new instance of the message AddInventoryMsg.
AddInventoryMsg(AddInventoryMsg) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
Cloning constructor from the full message.
addJMXComponents() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Called when AgentJMX (field jmx) is instantiated to populate it with agent's JMX enabled components.
addKey(KEY) - Method in class cz.cuni.amis.utils.maps.AbstractLazyMap
 
addLifecycleManagement(T, IComponentControlHelper, ComponentDependencies) - Method in interface cz.cuni.amis.pogamut.base.component.lifecyclebus.ILifecycleBus
Registers 'lifecycleMethods' to be called in correct times according to 'componentDependencies' for the 'component'.
addLifecycleManagement(T, IComponentControlHelper, ComponentDependencies) - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
addListener(NetworkLogClient.ILoggingStartedListener) - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient
 
addListener(NetworkLogClient.ILoggingStoppedListener) - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient
 
addListener(NetworkLogClient.ILogReadListener) - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient
 
addListener(IAnalyzerObserverListener) - Method in interface cz.cuni.amis.pogamut.ut2004.analyzer.IUT2004Analyzer
Hooks a listener that watches for creation/deletion of observers.
addListener(IAnalyzerObserverListener) - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004Analyzer
 
addListener(FlagListener<T>) - Method in class cz.cuni.amis.utils.flag.Flag
Adds new listener to the flag with specified param.
addListener(FlagListener<T>) - Method in interface cz.cuni.amis.utils.flag.IFlag
 
addListener(FlagListener<T>) - Method in class cz.cuni.amis.utils.flag.ImmutableFlag
 
addListener(FlagListener<TYPE>) - Method in class cz.cuni.amis.utils.flag.ReasonFlag
Use ReasonFlagListener to get reasons or simple FlagListener to only receives new values.
addListeners() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.AnnotationListenerRegistrator
Introspect all object's methods and register various listeners based on EventListener, etc...
addListeners() - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.listener.IListenerRegistrator
Register all the listeners the registrator know of.
addLocalWorldObject(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
Helper method for adding a new object into all object maps.
addLogCategory(String, LogCategory) - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractLogCategories
Used by AbstractAgentLogger to slip itself into the map.
addLogCategory(String, LogCategory) - Method in interface cz.cuni.amis.pogamut.base.utils.logging.ILogCategories
Adds log category from outside of the object.
addLogCategory(String, LogCategory) - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogCategories
 
addLogEvent(Level, String, long) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
Add new log event to the log, the event starts now.
addLogEvent(Level, String) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
Add new log event to the log, event won't end, until removed using LogCategory#removeLogEvent(java.lang.Object) .
addLogMessage(Level, String) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
Add log message to the log.
addMapMark(Level, String, Location, long) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
Add mark to the map for specified time and add notice to the logs.
addMapMark(Level, String, Location) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
Add mark to the map.
addModule(AbstractModule) - Method in class cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule
Adds next modules containing new bindings that extend (and/or override) previous bindings.
addNewObjectCategory(Class<T>) - Method in class cz.cuni.amis.pogamut.base3d.worldview.Vision
Used to introduce new object category into worldObjects and immutableWorldObjects.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.flag.JMXFlagDecorator
 
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogPublisher
 
addObjectListener(Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
addObjectListener(Class<?>, Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
addObjectListener(WorldObjectId, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
addObjectListener(WorldObjectId, Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
addObjectListener(Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.IWorldView
Adds listener to all events that happens on any object of the 'objectClass' (Level B listeners).
addObjectListener(Class<?>, Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.IWorldView
Adds listener to a specified 'event' that occurs on the specific 'objectClass' (Level C listeners).
addObjectListener(WorldObjectId, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.IWorldView
Adds listener to all events that happens on object with specific 'objectId' (Level D listeners).
addObjectListener(WorldObjectId, Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.IWorldView
Adds listener to a specified 'event' that occurs on the specific object with 'objectId' (Level E listeners).
addObjectListener(Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
Adds listener to all events that happens on any object of the 'objectClass' (Level B listeners).
addObjectListener(Class<?>, Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
Adds listener to a specified 'event' that occurs on the specific 'objectClass' (Level C listeners).
addObjectListener(WorldObjectId, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
Adds listener to all events that happens on object with specific 'objectId' (Level D listeners).
addObjectListener(WorldObjectId, Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
Adds listener to a specified 'event' that occurs on the specific object with 'objectId' (Level E listeners).
addObjectListener(Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
addObjectListener(Class<?>, Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
addObjectListener(WorldObjectId, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
addObjectListener(WorldObjectId, Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
addObjectListener(Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
addObjectListener(Class<?>, Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
addObjectListener(WorldObjectId, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
addObjectListener(WorldObjectId, Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
addObjectListener(Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ISharedWorldView
Adds listener to all events that happens on any object of the 'objectClass' (Level B listeners).
addObjectListener(Class<?>, Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ISharedWorldView
Adds listener to a specified 'event' that occurs on the specific 'objectClass' (Level C listeners).
addObjectListener(WorldObjectId, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ISharedWorldView
Adds listener to all events that happens on object with specific 'objectId' (Level D listeners).
addObjectListener(WorldObjectId, Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ISharedWorldView
Adds listener to a specified 'event' that occurs on the specific object with 'objectId' (Level E listeners).
addOldLocalWorldObject(ILocalWorldObject, long) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
Adds this object as old for all heldTimeKeys that currently hold no old copy of this object.
addOldSharedProperty(ISharedProperty, ITeamId, long) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
Adds the provided sharedProperty for all currently held timeKeys.
addParams(PARAMS...) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentDescriptor
Adds parameters for another agents.
addParams(PARAMS...) - Method in class cz.cuni.amis.pogamut.ut2004.agent.utils.UT2004BotDescriptor
 
AddRay - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command ADDRAY.
AddRay(String, Vector3d, Integer, Boolean, Boolean, Boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddRay
Creates new instance of command AddRay.
AddRay() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddRay
Creates new instance of command AddRay.
AddRay(AddRay) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddRay
Cloning constructor.
address - Variable in class cz.cuni.amis.pogamut.base.communication.connection.impl.AbstractConnection
Current remote side address of the connection.
ADDRESS_DEPENDENCY - Static variable in class cz.cuni.amis.pogamut.base.communication.connection.impl.socket.SocketConnectionAddress
 
addSection(String) - Method in class cz.cuni.amis.utils.IniFile
Adds a new section into this class (won't overwrite existing one).
addSection(IniFile.Section) - Method in class cz.cuni.amis.utils.IniFile
Adds section into this ini file.
addSeeObject(IWorldObject) - Method in class cz.cuni.amis.pogamut.base3d.worldview.Vision
Method that adds a new world object to the object maps.
addSharedProperty(ISharedProperty, ITeamId) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
adds this shared property only for the specified team
addSharedProperty(ISharedProperty) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
adds this shared property for all teams
addSharedWorldObject(ISharedWorldObject) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
adds all shared properties from this object for all teams
addStaticWorldObject(IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
if the object already exists, no changes are made
addStrongListener(FlagListener<T>) - Method in class cz.cuni.amis.utils.flag.Flag
Adds new listener to the flag (strong reference).
addStrongListener(FlagListener<T>) - Method in interface cz.cuni.amis.utils.flag.IFlag
 
addStrongListener(FlagListener<T>) - Method in class cz.cuni.amis.utils.flag.ImmutableFlag
 
addStrongListener(FlagListener<TYPE>) - Method in class cz.cuni.amis.utils.flag.ReasonFlag
Use ReasonFlagListener to get reasons or simple FlagListener to only receives new values.
addStrongListener(Listener) - Method in class cz.cuni.amis.utils.listener.Listeners
Adds listener with strong reference to it.
addStuckDetector(IStuckDetector) - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.AbstractPathExecutor
 
addStuckDetector(IStuckDetector) - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutor
Adds IStuckDetector into the executor to watch over the path execution.
addToAllCategories(ILogPublisher) - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
addToAllCategories(Handler) - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
addToAllCategories(ILogPublisher) - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger
Adds new publisher to all categories.
addToAllCategories(Handler) - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger
Adds new handler to all categories.
addVisible(ILocalViewable) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.VisionLocalWorldView
Adds the provided object as visible into all visibleMaps int the worldView.
addVisibleObject(IViewable) - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.VisionWorldView
Method that adds a world object to the visible object maps.
addWeakListener(Listener) - Method in class cz.cuni.amis.utils.listener.Listeners
Adds listener with weak reference to it.
addWorldObject(IWorldObject) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
Method that adds a new world object to the object maps.
Adrenaline - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeAttribute
Sets the bot adrenaline.
Adrenaline - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
How much adrenaline the bot has.
ADRENALINE_PACK - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
Adrenaline capsule.
AdrenalineDescriptor - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
Adrenaline descriptor - currently it does not contain anything useful (just marked ItemDescriptor).
AdrenalineDescriptor() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AdrenalineDescriptor
 
AdrenalineDescriptorFactory - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
An adrenaline factory takes care about all items which fall into a ItemType.Category#ADRENALINE.
AdrenalineGained - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event ADG.
AdrenalineGained() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AdrenalineGained
Parameter-less contructor for the message.
AdrenalineGained(int) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AdrenalineGained
Creates new instance of the message AdrenalineGained.
AdrenalineGained(AdrenalineGained) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AdrenalineGained
Cloning constructor from the full message.
AdrenalineMax - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Maxium amount of the adrenaline.
AdrenalineMax - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
Maxium amount of the adrenaline.
AdrenalinePropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
AdrenalineStart - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Amount of adrenaline at the start.
AdrenalineStart - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
Amount of adrenaline at the start.
AdvancedItems - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
Module specialized on items on the map.
AdvancedItems(UT2004Bot, IItemUsefulness) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AdvancedItems
Constructor.
AdvancedItems(Items, IItemUsefulness) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AdvancedItems
Constructor.
AdvancedLocomotion - Class in cz.cuni.amis.pogamut.ut2004.bot.command
Class providing Pogamut2 UT2004 advanced locomotion commands for the bot - strafing, advanced turning, dodging...
AdvancedLocomotion(UT2004Bot, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
Constructor.
AdvancedShooting - Class in cz.cuni.amis.pogamut.ut2004.bot.command
Class providing Pogamut2 UT2004 advanced shooting commands for the bot - shooting in secondary mode, grenade launcher shooting, etc.
AdvancedShooting(UT2004Bot, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedShooting
Constructor.
afterLogic(String) - Method in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
Called right after the LogicModule.logic.doLogic() is called.
afterLogic(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.logic.SyncUT2004BotLogic
 
afterLogicException(String, Throwable) - Method in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
Called whenever some exception is thrown inside LogicRunner.
afterLogicException(String, Throwable) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.logic.SyncUT2004BotLogic
 
agent - Variable in class cz.cuni.amis.pogamut.base.agent.module.AgentModule
 
Agent3DJMXProxy - Class in cz.cuni.amis.pogamut.base3d.agent.jmx
 
Agent3DJMXProxy(String) - Constructor for class cz.cuni.amis.pogamut.base3d.agent.jmx.Agent3DJMXProxy
 
Agent3DMBeanAdapter<T extends IAgent3D> - Class in cz.cuni.amis.pogamut.base3d.agent.jmx
 
Agent3DMBeanAdapter(T, ObjectName, MBeanServer) - Constructor for class cz.cuni.amis.pogamut.base3d.agent.jmx.Agent3DMBeanAdapter
 
Agent3DMBeanAdapterMBean - Interface in cz.cuni.amis.pogamut.base3d.agent.jmx
 
AGENT_LOGGER_SUBTYPE - Static variable in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutJMX
Used by AgentLogger class.
AGENT_NAME_DEPENDENCY - Static variable in class cz.cuni.amis.pogamut.base.agent.impl.AgentId
 
AGENT_NAME_FLAG_NAME - Static variable in class cz.cuni.amis.pogamut.base.agent.jmx.adapter.AgentMBeanAdapter
 
AGENT_STATE_FLAG_NAME - Static variable in class cz.cuni.amis.pogamut.base.agent.jmx.adapter.AgentMBeanAdapter
 
AGENT_SUBTYPE - Static variable in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutJMX
Used by AbstractAgent (i.e., AgentJMXComponents) class
AgentConfig - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric
Memory module specialized on the agent's configuration inside UT2004.
AgentConfig(UT2004Bot) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
Constructor.
AgentConfig(UT2004Bot, LogCategory) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
Constructor.
AgentDescriptor<PARAMS extends IAgentParameters,MODULE extends GuiceAgentModule> - Class in cz.cuni.amis.pogamut.base.agent.utils.runner.impl
Base implementation of the IAgentDescriptor.
AgentDescriptor() - Constructor for class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentDescriptor
 
AgentEvents - Class in cz.cuni.amis.pogamut.base.agent.component.event
 
AgentEvents(IComponentBus, IAgent, Logger) - Constructor for class cz.cuni.amis.pogamut.base.agent.component.event.AgentEvents
 
AgentException - Exception in cz.cuni.amis.pogamut.base.agent.exceptions
Used by Gavial agents.
AgentException(String, Throwable) - Constructor for exception cz.cuni.amis.pogamut.base.agent.exceptions.AgentException
Constructs a new exception with the specified detail message.
AgentException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.base.agent.exceptions.AgentException
Constructs a new exception with the specified detail message.
AgentException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.base.agent.exceptions.AgentException
Constructs a new exception with the specified detail message and cause.
AgentException(String, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.agent.exceptions.AgentException
Constructs a new exception with the specified detail message.
AgentException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.agent.exceptions.AgentException
Constructs a new exception with the specified detail message and cause.
AgentId - Class in cz.cuni.amis.pogamut.base.agent.impl
Default AgentId providing unique id based on UID and IP of the host.
AgentId() - Constructor for class cz.cuni.amis.pogamut.base.agent.impl.AgentId
 
AgentId(String) - Constructor for class cz.cuni.amis.pogamut.base.agent.impl.AgentId
 
agentId - Variable in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController.ComponentStateListener
 
agentId - Variable in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController.ControlHelper
 
agentId - Variable in class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
agentId - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
AgentIdJMXProxy - Class in cz.cuni.amis.pogamut.base.agent.jmx.proxy
Makes it possible to control agent running in remote JVM through JMX protocol.
AgentIdJMXProxy(AgentJMXProxy) - Constructor for class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentIdJMXProxy
 
AgentInfo - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
Memory module specialized on general info about the agent whereabouts.
AgentInfo(UT2004Bot) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Constructor.
AgentInfo(UT2004Bot, Game) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Constructor.
AgentInfo(UT2004Bot, Game, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Constructor.
agentInfo - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
AgentInfo memory module.
agentInfo - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
AgentInfo memory module.
AgentJMXComponents<T extends IAgent> - Class in cz.cuni.amis.pogamut.base.agent.jmx
Wraps a few methods into one place so it won't plague the public method space of the agent.
AgentJMXComponents(T) - Constructor for class cz.cuni.amis.pogamut.base.agent.jmx.AgentJMXComponents
 
AgentJMXProxy - Class in cz.cuni.amis.pogamut.base.agent.jmx.proxy
Makes it possible to control agent running in remote JVM through JMX protocol.
AgentJMXProxy(String) - Constructor for class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentJMXProxy
 
AgentKeepAlive - Class in cz.cuni.amis.pogamut.base.agent.utils
 
AgentKeepAlive(IAgent, long) - Constructor for class cz.cuni.amis.pogamut.base.agent.utils.AgentKeepAlive
 
AgentLogger - Class in cz.cuni.amis.pogamut.base.utils.logging
All logging apis are fine ...
AgentLogger(IAgentId) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.AgentLogger
 
AgentLoggerJMXProxy - Class in cz.cuni.amis.pogamut.base.utils.logging.jmx
Makes remote AgentLogger look like local logger.
AgentLoggerJMXProxy(IAgentId, MBeanServerConnection, ObjectName) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.jmx.AgentLoggerJMXProxy
 
AgentMBeanAdapter<T extends IAgent> - Class in cz.cuni.amis.pogamut.base.agent.jmx.adapter
Class for exporting arbitrary agents as managed MBeans.
AgentMBeanAdapter(T, ObjectName, MBeanServer) - Constructor for class cz.cuni.amis.pogamut.base.agent.jmx.adapter.AgentMBeanAdapter
 
AgentModule<AGENT extends IAgent> - Class in cz.cuni.amis.pogamut.base.agent.module
Ancestor of all agent modules that contains ComponentController and defines protected methods for the control of the module's lifecycle (AgentModule#start(), AgentModule.stop(), AgentModule.pause(), AgentModule.resume(), AgentModule.kill() and AgentModule.reset()).
AgentModule(AGENT) - Constructor for class cz.cuni.amis.pogamut.base.agent.module.AgentModule
Initialize agent module - it will start ComponentDependencyType.STARTS_WITH the agent.
AgentModule(AGENT, Logger) - Constructor for class cz.cuni.amis.pogamut.base.agent.module.AgentModule
Initialize agent module - it will start ComponentDependencyType.STARTS_WITH the agent.
AgentModule(AGENT, Logger, ComponentDependencies) - Constructor for class cz.cuni.amis.pogamut.base.agent.module.AgentModule
Initialize agent module with custom dependencies.
AgentOperationNotSupportedException - Exception in cz.cuni.amis.pogamut.base.agent.exceptions
 
AgentOperationNotSupportedException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.base.agent.exceptions.AgentOperationNotSupportedException
Constructs a new exception with the specified detail message.
AgentOperationNotSupportedException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.base.agent.exceptions.AgentOperationNotSupportedException
Constructs a new exception with the specified detail message and cause.
AgentOperationNotSupportedException(String, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.agent.exceptions.AgentOperationNotSupportedException
Constructs a new exception with the specified detail message.
AgentOperationNotSupportedException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.agent.exceptions.AgentOperationNotSupportedException
Constructs a new exception with the specified detail message and cause.
AgentParameters - Class in cz.cuni.amis.pogamut.base.agent.params.impl
Agent parameters are meant to provide run-time parameters needed by various agents.
AgentParameters() - Constructor for class cz.cuni.amis.pogamut.base.agent.params.impl.AgentParameters
 
AgentRunner<AGENT extends IAgent,PARAMS extends IAgentParameters> - Class in cz.cuni.amis.pogamut.base.agent.utils.runner.impl
BASIC USAGE
AgentRunner(IAgentFactory<AGENT, PARAMS>) - Constructor for class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
The runner needs the 'factory' so it know how to construct (instantiate) new agents.
agents - Variable in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
List of started agents.
agents - Variable in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
List of started agents.
AgentScope - Class in cz.cuni.amis.pogamut.base.utils.guice
Scope used during the construction of the agent - treating all new instances (of classes annotated with AgentScoped) as singletons.
AgentScope() - Constructor for class cz.cuni.amis.pogamut.base.utils.guice.AgentScope
 
AgentScope.SingletonProvider<T> - Class in cz.cuni.amis.pogamut.base.utils.guice
 
AgentScope.SingletonProvider(Provider<T>) - Constructor for class cz.cuni.amis.pogamut.base.utils.guice.AgentScope.SingletonProvider
 
AgentScoped - Annotation Type in cz.cuni.amis.pogamut.base.utils.guice
 
AgentState - Class in cz.cuni.amis.pogamut.base.agent.state.impl
Wrapper for the AgentState adding additional String information that provides more details about the agent state.
AgentState(String) - Constructor for class cz.cuni.amis.pogamut.base.agent.state.impl.AgentState
 
AgentStateDebug - Class in cz.cuni.amis.pogamut.base.agent.state.impl
 
AgentStateDebug(String) - Constructor for class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStateDebug
 
AgentStateFailed - Class in cz.cuni.amis.pogamut.base.agent.state.impl
 
AgentStateFailed(String) - Constructor for class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStateFailed
 
AgentStateFailing - Class in cz.cuni.amis.pogamut.base.agent.state.impl
 
AgentStateFailing(String) - Constructor for class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStateFailing
 
AgentStateInstantiated - Class in cz.cuni.amis.pogamut.base.agent.state.impl
 
AgentStateInstantiated(String) - Constructor for class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStateInstantiated
 
AgentStatePaused - Class in cz.cuni.amis.pogamut.base.agent.state.impl
 
AgentStatePaused(String) - Constructor for class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStatePaused
 
AgentStatePausing - Class in cz.cuni.amis.pogamut.base.agent.state.impl
 
AgentStatePausing(String) - Constructor for class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStatePausing
 
AgentStateResumed - Class in cz.cuni.amis.pogamut.base.agent.state.impl
 
AgentStateResumed(String) - Constructor for class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStateResumed
 
AgentStateResuming - Class in cz.cuni.amis.pogamut.base.agent.state.impl
 
AgentStateResuming(String) - Constructor for class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStateResuming
 
AgentStateStarted - Class in cz.cuni.amis.pogamut.base.agent.state.impl
 
AgentStateStarted(String) - Constructor for class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStateStarted
 
AgentStateStartedPaused - Class in cz.cuni.amis.pogamut.base.agent.state.impl
 
AgentStateStartedPaused(String) - Constructor for class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStateStartedPaused
 
AgentStateStarting - Class in cz.cuni.amis.pogamut.base.agent.state.impl
 
AgentStateStarting(String) - Constructor for class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStateStarting
 
AgentStateStartingPaused - Class in cz.cuni.amis.pogamut.base.agent.state.impl
 
AgentStateStartingPaused(String) - Constructor for class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStateStartingPaused
 
AgentStateStopped - Class in cz.cuni.amis.pogamut.base.agent.state.impl
 
AgentStateStopped(String) - Constructor for class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStateStopped
 
AgentStateStopping - Class in cz.cuni.amis.pogamut.base.agent.state.impl
 
AgentStateStopping(String) - Constructor for class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStateStopping
 
AgentStats - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
Memory module specialized on collecting various statistics about the bot such as number of deaths, suicides, etc.
AgentStats(IObservingAgent) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Constructor.
AgentStats(IObservingAgent, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Constructor.
agentStoppedUsingTheComponent(IAgentId, ComponentState) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
AgentTeamedId - Class in cz.cuni.amis.pogamut.multi.agent.impl
 
AgentTeamedId() - Constructor for class cz.cuni.amis.pogamut.multi.agent.impl.AgentTeamedId
 
AIMarker - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
If this point is an AI marker - marks an interesting spot in the environment.
AIMarker - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If this point is an AI marker - marks an interesting spot in the environment.
AirControl - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
How well can be the bot controlled in the air (ranges from 0 to 1).
AirControl - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
How well can be the bot controlled in the air (ranges from 0 to 1).
AirSpeed - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
AirSpeed of the bot (in the air).
AirSpeed - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
AirSpeed of the bot (in the air).
align() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Projects the velocity into the (x, y) plane, i.e.
AliveMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the GameBots2004 message ALIVE.
AliveMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessage
Parameter-less contructor for the message.
AliveMessage.AliveMessageUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
AliveMessage.AliveMessageUpdate(AliveMessage, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessage.AliveMessageUpdate
 
AliveMessageCompositeImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Composite implementation of the ALIVE abstract message.
AliveMessageCompositeImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageCompositeImpl
Parameter-less contructor for the message.
AliveMessageCompositeImpl(AliveMessageLocalImpl, AliveMessageSharedImpl, AliveMessageStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageCompositeImpl
Composite-impl constructor.
AliveMessageCompositeImpl(AliveMessageCompositeImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageCompositeImpl
Cloning constructor.
AliveMessageId - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessage
 
AliveMessageId - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocal
 
AliveMessageId - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageShared
 
AliveMessageId - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageStatic
 
AliveMessageLocal - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the local part of the GameBots2004 message ALIVE.
AliveMessageLocal() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocal
Parameter-less contructor for the message.
AliveMessageLocalImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message ALIVE.
AliveMessageLocalImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocalImpl
Parameter-less contructor for the message.
AliveMessageLocalImpl(AliveMessage) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocalImpl
Cloning constructor from the full message.
AliveMessageLocalImpl(AliveMessageLocalImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocalImpl
Cloning constructor from the full message.
AliveMessageLocalImpl(AliveMessageLocal) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocalImpl
Cloning constructor from the message part.
AliveMessageLocalImpl.AliveMessageLocalUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
AliveMessageLocalImpl.AliveMessageLocalUpdate(AliveMessageLocal, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocalImpl.AliveMessageLocalUpdate
 
AliveMessageMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the GameBots2004 message ALIVE contains also its Local/Shared/Static subpart class definitions..
AliveMessageMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage
Parameter-less contructor for the message.
AliveMessageMessage(double) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage
Creates new instance of the message AliveMessage.
AliveMessageMessage(AliveMessageMessage) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage
Cloning constructor from the full message.
AliveMessageMessage.AliveMessageLocalMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message ALIVE, used to facade ALIVEMessage.
AliveMessageMessage.AliveMessageLocalMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage.AliveMessageLocalMessage
 
AliveMessageMessage.AliveMessageSharedMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message ALIVE, used to facade ALIVEMessage.
AliveMessageMessage.AliveMessageSharedMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage.AliveMessageSharedMessage
 
AliveMessageMessage.AliveMessageStaticMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message ALIVE, used to facade ALIVEMessage.
AliveMessageMessage.AliveMessageStaticMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage.AliveMessageStaticMessage
 
AliveMessageShared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the shared part of the GameBots2004 message ALIVE.
AliveMessageShared() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageShared
Parameter-less contructor for the message.
AliveMessageSharedImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message ALIVE.
AliveMessageSharedImpl(AliveMessageSharedImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageSharedImpl
 
AliveMessageSharedImpl(WorldObjectId, Collection<ISharedProperty>) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageSharedImpl
 
AliveMessageSharedImpl.AliveMessageSharedUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
AliveMessageSharedImpl.AliveMessageSharedUpdate(AliveMessageShared, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageSharedImpl.AliveMessageSharedUpdate
 
AliveMessageStatic - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the static part of the GameBots2004 message ALIVE.
AliveMessageStatic() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageStatic
Parameter-less contructor for the message.
AliveMessageStaticImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message ALIVE.
AliveMessageStaticImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageStaticImpl
Parameter-less contructor for the message.
AliveMessageStaticImpl(AliveMessage) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageStaticImpl
Cloning constructor from the full message.
AliveMessageStaticImpl(AliveMessageStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageStaticImpl
Cloning constructor from the full message.
AliveMessageStaticImpl(AliveMessageStatic) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageStaticImpl
Cloning constructor from the message part.
AliveMessageStaticImpl.AliveMessageStaticUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
AliveMessageStaticImpl.AliveMessageStaticUpdate(AliveMessageStatic, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageStaticImpl.AliveMessageStaticUpdate
 
All - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
Toggles sending all messages with every update.
allAreDone(Future[]) - Static method in class cz.cuni.amis.utils.Concurrent
 
allAreDone(Collection<? extends Future>) - Static method in class cz.cuni.amis.utils.Concurrent
 
AlreadyConnectedException - Exception in cz.cuni.amis.pogamut.base.communication.connection.exception
Thrown when some pre-connect method is invoked and IWorldConnection is already connected.
AlreadyConnectedException(String, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.connection.exception.AlreadyConnectedException
Constructs a new exception with the specified detail message.
Alt - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Shoot
If you send True to this you will alt fire instead of normal fire.
Alt - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ShootingStarted
Whether using the alternate firing mode.
Alt - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ShootingStopped
Whether using the alternate firing mode.
alterStateCount(ComponentState, int) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
Changes the count (by 'change') of the 'state', DOES NOT TRIGGER SharedComponentController#componentStateCountChanged().
AltFiring - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
If we are firing in secondary firing mode.
AltFiringPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
AmmoDescriptor - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
Ammo desciptor describes the characteristics of an ammunition.
AmmoDescriptor() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AmmoDescriptor
 
AmmoDescriptorFactory - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
An ammo factory takes care about all items which fall into a category Ammo.
Amount - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Rotate
Amount in UT units to rotate.
Amount - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AdrenalineGained
Amount of adrenaline gained.
Amount - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
If this item is some ammo or health pack, here we can find out how much of the attribute this item will add.
Amount - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
If this item is some ammo or health pack, here we can find out how much of the attribute this item will add.
Amount - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemPickedUp
If this item is some ammo or health pack, here we can find out how much of the attribute this item will add.
Amount - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl
If this item is some ammo or health pack, here we can find out how much of the attribute this item will add.
Amount - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl
If this item is ammo or armor, this holds the amount of the item the player has.
Amount - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage
If this item is ammo or armor, this holds the amount of the item the player has.
AmountSec - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemPickedUp
Only sent if this item is a weapon.
And - Class in cz.cuni.amis.utils.flag.connective
 
AnimationBotID - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event ANIMATIONBOTID.
AnimationBotID() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationBotID
Parameter-less contructor for the message.
AnimationBotID(int) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationBotID
Creates new instance of the message AnimationBotID.
AnimationBotID(AnimationBotID) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationBotID
Cloning constructor from the full message.
AnimationChange - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event CHANGEANIM.
AnimationChange() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationChange
Parameter-less contructor for the message.
AnimationChange(String, boolean, boolean, double) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationChange
Creates new instance of the message AnimationChange.
AnimationChange(AnimationChange) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationChange
Cloning constructor from the full message.
AnimationPort - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event ANIMPORT.
AnimationPort() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationPort
Parameter-less contructor for the message.
AnimationPort(int) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationPort
Creates new instance of the message AnimationPort.
AnimationPort(AnimationPort) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationPort
Cloning constructor from the full message.
AnimationStop - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event ANIMATIONSTOPPED.
AnimationStop() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationStop
Parameter-less contructor for the message.
AnimationStop(AnimationStop) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationStop
Cloning constructor from the full message.
AnimEnd - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationChange
True if this animation has ended.
AnimStart - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationChange
True if this animation has now started.
AnnotationListenerRegistrator - Class in cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation
The registrator that is driven by annotations on the class it introspects.
AnnotationListenerRegistrator(Object, IWorldView, Logger) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.AnnotationListenerRegistrator
 
Armor - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
Combined size of high armor and low armor (or small armor).
Armor - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
How much the vehicle has left.
ArmorDescriptor - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
Armos descriptor - currently it does not contain anything useful (just marked ItemDescriptor).
ArmorDescriptor() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ArmorDescriptor
 
ArmorDescriptorFactory - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
An ammo factory takes care about all items which fall into a ItemType.Category#ARMOR.
ArmorPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
ArmorPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
 
ArrayMerger - Class in cz.cuni.amis.utils
Merge arrays.
ArrayMerger() - Constructor for class cz.cuni.amis.utils.ArrayMerger
Creates a new instance of ArrayMerger
asGeneralOnly() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefs
Return weapon preferences that has only "general" weapon preferences, might come in handy.
asList(T[]) - Static method in class cz.cuni.amis.utils.collections.MyCollections
 
asList(Collection<T>) - Static method in class cz.cuni.amis.utils.collections.MyCollections
 
asList(T[], ObjectFilter) - Static method in class cz.cuni.amis.utils.collections.MyCollections
 
asList(Collection<T>, ObjectFilter) - Static method in class cz.cuni.amis.utils.collections.MyCollections
 
asLocation() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
 
asLocation() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.perception.SPLocation
 
asLogRecord() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogEnvelope
 
asPoint3d() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
 
asPoint3D() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
 
asPoint3d() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.perception.SPLocation
 
ASSAULT_RIFLE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
AssaultRifle weapon.
ASSAULT_RIFLE_AMMO - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
AssaultRifle ammo.
ASSAULT_RIFLE_GRENADE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
AssaultRifle secondary ammo.
assignDefaults(IAgentParameters) - Method in interface cz.cuni.amis.pogamut.base.agent.params.IAgentParameters
Fills missing parameters of 'this' with values from 'defaults'.
assignDefaults(IAgentParameters) - Method in class cz.cuni.amis.pogamut.base.agent.params.impl.AgentParameters
 
assignDefaults(IAgentParameters) - Method in class cz.cuni.amis.pogamut.base.agent.params.impl.RemoteAgentParameters
 
assignDefaults(IAgentParameters) - Method in class cz.cuni.amis.pogamut.multi.params.impl.TeamRemoteAgentParameters
 
assignDefaults(IAgentParameters) - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerObserverParameters
 
assignDefaults(IAgentParameters) - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerParameters
 
AStar<NODE> - Class in cz.cuni.amis.utils.astar
======================================================== This file holds implementation of generic A* algorithm, better refered to as A* Machine according to Dan Higgins, Generic A* Pathfind, AI Gaming Wisdom, 2002 ========================================================
AStar() - Constructor for class cz.cuni.amis.utils.astar.AStar
 
aStar(AStarMap<NODE>, NODE, AStarGoal<NODE>, long) - Static method in class cz.cuni.amis.utils.astar.AStar
Method performing an AStar search over graph defined inside AStarMap starting from 'start' node driving itself towards goal that is described by AStarGoal.
aStar(AStarMap<NODE>, NODE, AStarGoal<NODE>) - Static method in class cz.cuni.amis.utils.astar.AStar
Method performing an AStar search over graph defined inside AStarMap starting from 'start' node driving itself towards goal that is described by AStarGoal.
aStar(AStarMap<NODE>, AStarEvaluator<NODE>, NODE, NODE, int) - Static method in class cz.cuni.amis.utils.astar.AStar
Method performing an AStar search over graph defined inside AStarMap starting from 'start' node driving itself towards 'goal' using heuristic and extra costs defined by AStarEvaluator.
aStar(AStarMap<NODE>, AStarEvaluator<NODE>, NODE, NODE) - Static method in class cz.cuni.amis.utils.astar.AStar
Method performing an AStar search over graph defined inside AStarMap starting from 'start' node driving itself towards 'goal' using heuristic and extra costs defined by AStarEvaluator.
aStar(AStarMap<NODE>, AStarHeuristic<NODE>, NODE, NODE, int) - Static method in class cz.cuni.amis.utils.astar.AStar
Method performing an AStar search over graph defined inside AStarMap starting from 'start' node driving itself towards 'goal' using heuristic defined by AStarHeuristic.
aStar(AStarMap<NODE>, AStarHeuristic<NODE>, NODE, NODE) - Static method in class cz.cuni.amis.utils.astar.AStar
Method performing an AStar search over graph defined inside AStarMap starting from 'start' node driving itself towards 'goal' using heuristic defined by AStarHeuristic.
AStarEvaluator<NODE> - Interface in cz.cuni.amis.utils.astar
Evaluator is extending a functionality of AStarHeuristic allowing you to additionally specified which NODEs can't be visited at all or assign extra cost to edges between nodes which is added to AStarMap.getEdgeCost(Object, Object) when computing distances between them.
AStarGoal<NODE> - Interface in cz.cuni.amis.utils.astar
This class defines the goal of A* algorithm, it allows you to provide complex implementation of the AStarGoal.isGoalReached(Object) method.
AStarHeap<NODE> - Class in cz.cuni.amis.utils.astar
This is Heap used by AStar algorithm.
AStarHeap(Comparator<NODE>, int) - Constructor for class cz.cuni.amis.utils.astar.AStarHeap
 
AStarHeap(Comparator<NODE>) - Constructor for class cz.cuni.amis.utils.astar.AStarHeap
 
AStarHeapComparator<NODE> - Class in cz.cuni.amis.utils.astar
This comparator is a tricky object - it serves for the AStarHeap to compare nodes inside the heap.
AStarHeapComparator(Map<NODE, Integer>) - Constructor for class cz.cuni.amis.utils.astar.AStarHeapComparator
 
AStarHeapIterator<NODE> - Class in cz.cuni.amis.utils.astar
Clasical iterator for AStarHeap.
AStarHeapIterator(NODE[], int, AStarHeap<NODE>) - Constructor for class cz.cuni.amis.utils.astar.AStarHeapIterator
 
AStarHeuristic<NODE> - Interface in cz.cuni.amis.utils.astar
This is an interface containing a method for computing the AStar heuristic.
AStarMap<NODE> - Interface in cz.cuni.amis.utils.astar
This class represents the search space for A* algorithm 1) we need to know which neighbours the node has 2) we need to know the travel cost between two nodes (edge cost)
AStarResult<NODE> - Class in cz.cuni.amis.utils.astar
This class is returned by AStar.aStar().
AStarResult() - Constructor for class cz.cuni.amis.utils.astar.AStarResult
 
asVector3d() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
 
asVector3d() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
 
Async - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
Whether to send asynchronous messages, such as HIT or AIN.
AsyncUT2004BotLogic<BOT extends UT2004Bot> - Class in cz.cuni.amis.pogamut.ut2004.agent.module.logic
UT2004Bot logic module - does not synchronize the logic together with the IVisionWorldView.
AsyncUT2004BotLogic(BOT, IAgentLogic) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.logic.AsyncUT2004BotLogic
 
AsyncUT2004BotLogic(BOT, IAgentLogic, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.logic.AsyncUT2004BotLogic
 
AsyncUT2004BotLogic(BOT, IAgentLogic, Logger, ComponentDependencies) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.logic.AsyncUT2004BotLogic
 
at(SPLocation) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorld
Nearest navpoint must be max "NEAR" far.
AT_LOCATION_EPSILON - Static variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Which distance to a location is considered the same as specified location.
atLocation(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells whether the bot is at navpoint/item/...
atLocation(String, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells whether the bot is at navpoint/item/...
atLocation(ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Returns whether the bot is at 'location', using AgentInfo.AT_LOCATION_EPSILON.
atLocation(ILocated, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Returns whether the bot is at 'location', using 'epsilon' as a distance tolerance
AutoPickupOff - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
It enables/disables automatic pickup of the bot.
AutoPickupOff - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
It enables/disables automatic pickup of the bot.
AutoPickupOff - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
It enables/disables automatic pickup of the bot.
AutoPickupOff - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
It enables/disables automatic pickup of the bot.
autoPrefix(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder
If NavigationGraphBuilder.isAutoPrefix() is on (== true), it returns 'navPointId' prefixed with "NavigationGraphBuilder.getMapName().".
AutoTrace - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Enables/disables auto ray tracing feature.
AutoTrace - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Enables/disables auto ray tracing feature.
AutoTrace - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
True if the bot is using auto ray tracing (is provided with synchronous ATR messages).
AutoTrace - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
True if the bot is using auto ray tracing (is provided with synchronous ATR messages).
AutoTraceRay - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the GameBots2004 message ATR.
AutoTraceRay() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay
Parameter-less contructor for the message.
AutoTraceRay.AutoTraceRayUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
AutoTraceRay.AutoTraceRayUpdate(AutoTraceRay, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay.AutoTraceRayUpdate
 
AutoTraceRayCompositeImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Composite implementation of the ATR abstract message.
AutoTraceRayCompositeImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayCompositeImpl
Parameter-less contructor for the message.
AutoTraceRayCompositeImpl(AutoTraceRayLocalImpl, AutoTraceRaySharedImpl, AutoTraceRayStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayCompositeImpl
Composite-impl constructor.
AutoTraceRayCompositeImpl(AutoTraceRayCompositeImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayCompositeImpl
Cloning constructor.
AutoTraceRayLocal - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the local part of the GameBots2004 message ATR.
AutoTraceRayLocal() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocal
Parameter-less contructor for the message.
AutoTraceRayLocalImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message ATR.
AutoTraceRayLocalImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
Parameter-less contructor for the message.
AutoTraceRayLocalImpl(UnrealId, Location, Location, boolean, boolean, boolean, Vector3d, Location, boolean, UnrealId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
Creates new instance of the message AutoTraceRay.
AutoTraceRayLocalImpl(AutoTraceRay) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
Cloning constructor from the full message.
AutoTraceRayLocalImpl(AutoTraceRayLocalImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
Cloning constructor from the full message.
AutoTraceRayLocalImpl(AutoTraceRayLocal) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
Cloning constructor from the message part.
AutoTraceRayLocalImpl.AutoTraceRayLocalUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
AutoTraceRayLocalImpl.AutoTraceRayLocalUpdate(AutoTraceRayLocal, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl.AutoTraceRayLocalUpdate
 
AutoTraceRayMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the GameBots2004 message ATR contains also its Local/Shared/Static subpart class definitions..
AutoTraceRayMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
Parameter-less contructor for the message.
AutoTraceRayMessage(UnrealId, Location, Location, boolean, boolean, boolean, Vector3d, Location, boolean, UnrealId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
Creates new instance of the message AutoTraceRay.
AutoTraceRayMessage(AutoTraceRayMessage) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
Cloning constructor from the full message.
AutoTraceRayMessage.AutoTraceRayLocalMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message ATR, used to facade ATRMessage.
AutoTraceRayMessage.AutoTraceRayLocalMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRayLocalMessage
 
AutoTraceRayMessage.AutoTraceRaySharedMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message ATR, used to facade ATRMessage.
AutoTraceRayMessage.AutoTraceRaySharedMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRaySharedMessage
 
AutoTraceRayMessage.AutoTraceRayStaticMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message ATR, used to facade ATRMessage.
AutoTraceRayMessage.AutoTraceRayStaticMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRayStaticMessage
 
AutoTraceRayShared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the shared part of the GameBots2004 message ATR.
AutoTraceRayShared() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayShared
Parameter-less contructor for the message.
AutoTraceRaySharedImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message ATR.
AutoTraceRaySharedImpl(AutoTraceRaySharedImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRaySharedImpl
 
AutoTraceRaySharedImpl(WorldObjectId, Collection<ISharedProperty>) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRaySharedImpl
 
AutoTraceRaySharedImpl.AutoTraceRaySharedUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
AutoTraceRaySharedImpl.AutoTraceRaySharedUpdate(AutoTraceRayShared, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRaySharedImpl.AutoTraceRaySharedUpdate
 
AutoTraceRayStatic - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the static part of the GameBots2004 message ATR.
AutoTraceRayStatic() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStatic
Parameter-less contructor for the message.
AutoTraceRayStaticImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message ATR.
AutoTraceRayStaticImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStaticImpl
Parameter-less contructor for the message.
AutoTraceRayStaticImpl(UnrealId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStaticImpl
Creates new instance of the message AutoTraceRay.
AutoTraceRayStaticImpl(AutoTraceRay) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStaticImpl
Cloning constructor from the full message.
AutoTraceRayStaticImpl(AutoTraceRayStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStaticImpl
Cloning constructor from the full message.
AutoTraceRayStaticImpl(AutoTraceRayStatic) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStaticImpl
Cloning constructor from the message part.
AutoTraceRayStaticImpl.AutoTraceRayStaticUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
AutoTraceRayStaticImpl.AutoTraceRayStaticUpdate(AutoTraceRayStatic, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStaticImpl.AutoTraceRayStaticUpdate
 
await() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.BusAwareCountDownLatch
 
await(long, TimeUnit) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.BusAwareCountDownLatch
 
await() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.WaitForEvent
Awaits the event (forever) ...
await(long) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.WaitForEvent
Awaits the event for a specific amount of time.
await() - Method in class cz.cuni.amis.utils.flag.WaitForFlagChange
Note that you may call only await() from one thread! If the instance is already in used it may produce unwanted behavior (e.g.
await(long, TimeUnit) - Method in class cz.cuni.amis.utils.flag.WaitForFlagChange
Note that you may call only await() from one thread! If the instance is already in used it may produce unwanted behavior.
await() - Method in class cz.cuni.amis.utils.Job
If isRunning(), this will await till the job finishes.
await(long) - Method in class cz.cuni.amis.utils.Job
If isRunning(), this will await till the job finishes (with specified timeout).
awaitState(Class) - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
This method is designed to wait for the agent to reach state 'awaitAgentState' (usually used with IAgentStateUp.
awaitState(Class, long) - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
This method is designed to wait for the agent's initialization until till 'timeoutMillis'.
awaitState(ComponentState...) - Method in class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase
 
awaitState(long, ComponentState...) - Method in class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase
 
awaitState(ComponentState...) - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControllerBase
Waits until the component reaches one of 'states' or KILLING / KILLED state is reached.
awaitState(long, ComponentState...) - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControllerBase
Waits until the component reaches one of 'states' or KILLING / KILLED state is reached.
Axis - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Rotate
If provided as "Vertical", rotation will be done to Pitch (up/down).

B

Background - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: PANEL, BUTTON.
BAD_EDGE_FLAG - Static variable in class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap
Flag mask representing unusable edge.
badEdgeFlag - Variable in class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap
Prohibited edges.
BasePathExecutor<PATH_ELEMENT> - Class in cz.cuni.amis.pogamut.base.agent.navigation.impl
BasePathExecutor provides a stub implementation of abstract methods of the AbstractPathExecutor which correctly sets the path executor states along the way and provide methods for reporting failures.
BasePathExecutor() - Constructor for class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
 
BasePathExecutor(Logger) - Constructor for class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
 
BasePathExecutorState - Class in cz.cuni.amis.pogamut.base.agent.navigation.impl
Represents simple implementation of the IPathExecutorState containing just the state.
BasePathExecutorState(PathExecutorState) - Constructor for class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutorState
Instantiated the path executor with the given state.
basePort - Static variable in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
First port assigned to a ucc instance.
BasePos - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
Base position of the mover.
BasePos - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
Base position of the mover.
BaseRot - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
Base rotation of the mover.
BaseRot - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
Base rotation of the mover.
BatchAwareLocalWorldView - Class in cz.cuni.amis.pogamut.multi.communication.worldview.impl
 
BatchAwareLocalWorldView(ComponentDependencies, ILifecycleBus, IAgentLogger, ISharedWorldView, ITeamedAgentId) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.impl.BatchAwareLocalWorldView
 
BatchAwareSharedWorldView - Class in cz.cuni.amis.pogamut.multi.communication.worldview.impl
 
BatchAwareSharedWorldView(Logger) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.impl.BatchAwareSharedWorldView
Construcotr - all we need is logger.
BatchAwareWorldView - Class in cz.cuni.amis.pogamut.base3d.worldview.impl
World view that is updated by protocol utilizing concept of batches.
BatchAwareWorldView(ComponentDependencies, IComponentBus, IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.impl.BatchAwareWorldView
 
batchAwareWorldViewNotify(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.BatchAwareWorldView
 
beforeLogic(String) - Method in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
Called right before the LogicModule.logic.doLogic() is called.
beforeLogic(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.logic.SyncUT2004BotLogic
 
BeginMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event BEG.
BeginMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BeginMessage
Parameter-less contructor for the message.
BeginMessage(double) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BeginMessage
Creates new instance of the message BeginMessage.
BeginMessage(BeginMessage) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BeginMessage
Cloning constructor from the full message.
BgColor - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: PANEL, BUTTON.
BIO_RIFLE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
BioRifle weapon.
BIO_RIFLE_AMMO - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
BioRifle ammo.
BlockedByIp - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Password
IP:Port who has blocked the server
BlueBaseLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
Location of the base spawning the blue flag (team 1) (BotCTFGame).
BlueBaseLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Location of the base spawning the blue flag (team 1) (BotCTFGame).
body - Variable in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.KefikRunner
Agent's body.
body - Variable in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueNavigator
Agent's body.
body - Variable in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueRunner
Agent's body.
body - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
Wraps all available commands that can be issued to the virtual body of the bot inside UT2004.
BombInfo - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the GameBots2004 message BOM.
BombInfo() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo
Parameter-less contructor for the message.
BombInfo.BombInfoUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
BombInfo.BombInfoUpdate(BombInfo, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo.BombInfoUpdate
 
BombInfo.ObjectDisappeared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
BombInfo.ObjectDisappeared(BombInfo, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo.ObjectDisappeared
 
BombInfoCompositeImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Composite implementation of the BOM abstract message.
BombInfoCompositeImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoCompositeImpl
Parameter-less contructor for the message.
BombInfoCompositeImpl(BombInfoLocalImpl, BombInfoSharedImpl, BombInfoStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoCompositeImpl
Composite-impl constructor.
BombInfoCompositeImpl(BombInfoCompositeImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoCompositeImpl
Cloning constructor.
BombInfoLocal - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the local part of the GameBots2004 message BOM.
BombInfoLocal() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocal
Parameter-less contructor for the message.
BombInfoLocal.ObjectDisappeared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
BombInfoLocal.ObjectDisappeared(BombInfoLocal, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocal.ObjectDisappeared
 
BombInfoLocalImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message BOM.
BombInfoLocalImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl
Parameter-less contructor for the message.
BombInfoLocalImpl(UnrealId, boolean, boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl
Creates new instance of the message BombInfo.
BombInfoLocalImpl(BombInfo) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl
Cloning constructor from the full message.
BombInfoLocalImpl(BombInfoLocalImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl
Cloning constructor from the full message.
BombInfoLocalImpl(BombInfoLocal) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl
Cloning constructor from the message part.
BombInfoLocalImpl.BombInfoLocalUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
BombInfoLocalImpl.BombInfoLocalUpdate(BombInfoLocal, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl.BombInfoLocalUpdate
 
BombInfoMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the GameBots2004 message BOM contains also its Local/Shared/Static subpart class definitions..
BombInfoMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
Parameter-less contructor for the message.
BombInfoMessage(UnrealId, Velocity, Location, UnrealId, Integer, boolean, boolean, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
Creates new instance of the message BombInfo.
BombInfoMessage(BombInfoMessage) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
Cloning constructor from the full message.
BombInfoMessage.BombInfoLocalMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message BOM, used to facade BOMMessage.
BombInfoMessage.BombInfoLocalMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoLocalMessage
 
BombInfoMessage.BombInfoSharedMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message BOM, used to facade BOMMessage.
BombInfoMessage.BombInfoSharedMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoSharedMessage
 
BombInfoMessage.BombInfoStaticMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message BOM, used to facade BOMMessage.
BombInfoMessage.BombInfoStaticMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoStaticMessage
 
BombInfoShared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the shared part of the GameBots2004 message BOM.
BombInfoShared() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoShared
Parameter-less contructor for the message.
BombInfoSharedImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message BOM.
BombInfoSharedImpl(BombInfoSharedImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl
 
BombInfoSharedImpl(WorldObjectId, Collection<ISharedProperty>) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl
 
BombInfoSharedImpl.BombInfoSharedUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
BombInfoSharedImpl.BombInfoSharedUpdate(BombInfoShared, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl.BombInfoSharedUpdate
 
BombInfoStatic - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the static part of the GameBots2004 message BOM.
BombInfoStatic() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStatic
Parameter-less contructor for the message.
BombInfoStaticImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message BOM.
BombInfoStaticImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStaticImpl
Parameter-less contructor for the message.
BombInfoStaticImpl(UnrealId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStaticImpl
Creates new instance of the message BombInfo.
BombInfoStaticImpl(BombInfo) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStaticImpl
Cloning constructor from the full message.
BombInfoStaticImpl(BombInfoStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStaticImpl
Cloning constructor from the full message.
BombInfoStaticImpl(BombInfoStatic) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStaticImpl
Cloning constructor from the message part.
BombInfoStaticImpl.BombInfoStaticUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
BombInfoStaticImpl.BombInfoStaticUpdate(BombInfoStatic, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStaticImpl.BombInfoStaticUpdate
 
boolConfigure(String, boolean) - Method in class cz.cuni.amis.pogamut.ut2004.bot.jmx.BotJMXMBeanAdapter
 
boolConfigure(String, boolean) - Method in interface cz.cuni.amis.pogamut.ut2004.bot.jmx.BotJMXMBeanAdapterMBean
Configures bot property.
BooleanProperty - Class in cz.cuni.amis.pogamut.multi.communication.worldview.property
Implementation of the ISharedProperty interface for boolean value type.
BooleanProperty(WorldObjectId, String, Boolean, Class) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.BooleanProperty
 
BooleanProperty(BooleanProperty) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.BooleanProperty
 
booleanValue(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Return a boolean from boolean token in txt.
Border - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: PANEL, BUTTON.
bot - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefs
 
bot - Variable in class cz.cuni.amis.pogamut.ut2004.agent.navigation.AbstractUT2004PathNavigator
Bot, the navigator is navigating.
bot - Variable in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.KefikRunner
Agent's bot.
bot - Variable in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueRunner
Agent's bot.
bot - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotController
Instance of the bot we're controlling.
BOT_CENTER_OF_GRAVITY_HEIGHT - Static variable in class cz.cuni.amis.pogamut.ut2004.utils.UnrealUtils
Center of gravity - distance from the floor in UU.
BotAliveState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state
This class implements a batch handling logic.
BotAliveState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.BotAliveState
 
BotAlreadyStartedException - Exception in cz.cuni.amis.pogamut.ut2004.bot.exception
 
BotAlreadyStartedException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.ut2004.bot.exception.BotAlreadyStartedException
Constructs a new exception with the specified detail message.
BotAlreadyStartedException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.ut2004.bot.exception.BotAlreadyStartedException
Constructs a new exception with the specified detail message and cause.
BotAlreadyStartedException(String, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.ut2004.bot.exception.BotAlreadyStartedException
Constructs a new exception with the specified detail message.
BotAlreadyStartedException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.ut2004.bot.exception.BotAlreadyStartedException
Constructs a new exception with the specified detail message and cause.
BotCommands - Class in cz.cuni.amis.pogamut.ut2004.bot.command
Basic abstract class that is the ancestor of classes that provide wrapped UT bot commands.
BotCommands(UT2004Bot, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.command.BotCommands
Constructor.
BotCommands(UT2004Bot) - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.command.BotCommands
 
BotDamaged - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event DAM.
BotDamaged() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
Parameter-less contructor for the message.
BotDamaged(int, String, String, boolean, boolean, boolean, boolean, boolean, UnrealId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
Creates new instance of the message BotDamaged.
BotDamaged(BotDamaged) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
Cloning constructor from the full message.
BotDeadState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state
Represent state where the bot is dead and can't accept any messages except Spawn!
BotDeadState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.BotDeadState
 
botDisconnectorThread - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot
Disconnector thread serves as a last resort for shutting down the bot inside GB2004 in case of JVM failures.
BotFirstSpawned - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events
 
BotFirstSpawned() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.BotFirstSpawned
 
BotFSM - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.bot
BotFSM is wrapper for the FSM instance that uses states from cz.cuni.amis.pogamut.ut2004.communication.translator.bot package.
BotFSM(ItemTranslator, IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.BotFSM
 
BotId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
Unique Id of the bot.
BotId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
Unique Id of the bot.
BotId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
A unique unreal Id of the new bot.
BotId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
A unique unreal Id of the new bot.
BotId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
Unique Id of the observed bot.
BotIdPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
botInitialized(GameInfo, ConfigChange, InitedMessage) - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotController
 
botInitialized(GameInfo, ConfigChange, InitedMessage) - Method in interface cz.cuni.amis.pogamut.ut2004.bot.IUT2004BotController
This method is called whenever InitedMessage is received.
BotJMXMBeanAdapter<T extends IUT2004Bot> - Class in cz.cuni.amis.pogamut.ut2004.bot.jmx
This is the other side (the agent side) of BotJMXProxy (th eplugin side).
BotJMXMBeanAdapter(T, ObjectName, MBeanServer) - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.jmx.BotJMXMBeanAdapter
 
BotJMXMBeanAdapterMBean - Interface in cz.cuni.amis.pogamut.ut2004.bot.jmx
 
BotJMXProxy - Class in cz.cuni.amis.pogamut.ut2004.bot.jmx
 
BotJMXProxy(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.jmx.BotJMXProxy
 
botKilled(BotKilled) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
 
botKilled(BotKilled) - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotController
 
botKilled(BotKilled) - Method in interface cz.cuni.amis.pogamut.ut2004.bot.IUT2004BotController
Called whenever the bot gets killed inside the game.
BotKilled - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event DIE.
BotKilled() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
Parameter-less contructor for the message.
BotKilled(UnrealId, String, String, String, boolean, boolean, boolean, boolean, boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
Creates new instance of the message BotKilled.
BotKilled(BotKilled) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
Cloning constructor from the full message.
BotListState<MESSAGE,CONTEXT extends TranslatorContext> - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support
Support class that takes care of batch of messages in the form of:
BotListState(Class, Class<MESSAGE>, Class) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.BotListState
 
BotMessageExpectedState<CONTEXT extends TranslatorContext> - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support
Used to check the message that is used to leave the state.
BotMessageExpectedState(Class) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.BotMessageExpectedState
 
BotServer - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetLock
If BotConnections should be locked.
botShutdown() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotController
 
botShutdown() - Method in interface cz.cuni.amis.pogamut.ut2004.bot.IUT2004BotController
Called whenever the bot is shutdown (has finished) or killed (not in the game but as the instance).
BotsPaused - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
If the game is paused just for bots - human controlled players can normally move.
BotsPausedPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoShared
 
botSpawned(GameInfo, ConfigChange, InitedMessage, Self) - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotController
 
botSpawned(GameInfo, ConfigChange, InitedMessage, Self) - Method in interface cz.cuni.amis.pogamut.ut2004.bot.IUT2004BotController
This method is called only once whenever first batch of information what the bot can see is received.
botsPort - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.ScannerSink
 
BotStateHelloBotReceived - Class in cz.cuni.amis.pogamut.ut2004.bot.state.impl
 
BotStateHelloBotReceived(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.state.impl.BotStateHelloBotReceived
 
BotStateInited - Class in cz.cuni.amis.pogamut.ut2004.bot.state.impl
 
BotStateInited(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.state.impl.BotStateInited
 
BotStatePassword - Class in cz.cuni.amis.pogamut.ut2004.bot.state.impl
 
BotStatePassword(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.state.impl.BotStatePassword
 
BotStateSendingInit - Class in cz.cuni.amis.pogamut.ut2004.bot.state.impl
 
BotStateSendingInit(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.state.impl.BotStateSendingInit
 
BotStateSpawned - Class in cz.cuni.amis.pogamut.ut2004.bot.state.impl
 
BotStateSpawned(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.state.impl.BotStateSpawned
 
botWaiting - Variable in class cz.cuni.amis.pogamut.ut2004.agent.navigation.AbstractUT2004PathNavigator
 
bountNavPoints(MapPointListObtained) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlaceBase
 
Box - Class in cz.cuni.amis.pogamut.unreal.communication.worldview.map
Basic box for holding a dimensions of a 3D block.
Box(double, double, double, double, double, double) - Constructor for class cz.cuni.amis.pogamut.unreal.communication.worldview.map.Box
 
Box - Class in cz.cuni.amis.pogamut.ut2004.communication.worldview.map
Basic box for holding a dimensions of a 3D block.
Box(double, double, double, double, double, double) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Box
 
broadcasting - Variable in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
Whether the event broadcasting is enabled.
broadcastingEvents - Variable in class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase
Tells whether the controller sends events about the state of the component, i.e., whether it should automatically send starting/stopping events or not.
BubbleSize - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Sets the bubble size behind the emoticons.
BubbleType - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Sets the bubble type behind the emoticons.
BulletHit - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
If this damage was caused by bullet.
BulletHit - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
If this damage was caused by bullet.
BulletHit - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerDamaged
If this damage was caused by bullet.
BulletHit - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
If this damage was caused by bullet.
Bumped - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event BMP.
Bumped() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Bumped
Parameter-less contructor for the message.
Bumped(UnrealId, Location) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Bumped
Creates new instance of the message Bumped.
Bumped(Bumped) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Bumped
Cloning constructor from the full message.
bus - Variable in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
BusAwareCountDownLatch - Class in cz.cuni.amis.pogamut.base.component.bus.event
Extends CoundDownLatch with ability to stop waiting when some component connected to the bus fails which may indicate termination of all other components on the bus.
BusAwareCountDownLatch(int, IComponentBus) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.BusAwareCountDownLatch
 
BusAwareCountDownLatch(int, IComponentBus, IComponent...) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.BusAwareCountDownLatch
 
BusAwareCountDownLatch(int, IComponentBus, IToken...) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.BusAwareCountDownLatch
 
BusAwareCountDownLatch.BusStoppedInterruptedException - Exception in cz.cuni.amis.pogamut.base.component.bus.event
 
BusAwareCountDownLatch.BusStoppedInterruptedException(Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.event.BusAwareCountDownLatch.BusStoppedInterruptedException
 

C

CalculatedGravityZ - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
TODO: mystery how to interpret
calculateTimeout() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004PathExecutor
 
call(String) - Method in class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentJMXProxy
 
callNoException(String) - Method in class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentJMXProxy
All exceptions are wrapped in RuntimeException.
callNoException(String, Object[], String[]) - Method in class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentJMXProxy
All exceptions are wrapped in RuntimeException.
cancel(boolean) - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.PrecomputedPathFuture
 
cancel(boolean) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.event.WorldEventFuture
 
cancel(boolean) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectFuture
 
cancel(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server.MapChangeFuture
 
cancel(boolean) - Method in class cz.cuni.amis.utils.future.CombinedBooleanFuture
 
cancel(boolean) - Method in class cz.cuni.amis.utils.future.FixedFuture
 
cancel(boolean) - Method in class cz.cuni.amis.utils.future.FlagFuture
 
cancel(boolean) - Method in class cz.cuni.amis.utils.future.FutureWithListeners
 
cancel(boolean) - Method in class cz.cuni.amis.utils.future.FutureWrapper
 
cancel(boolean) - Method in class cz.cuni.amis.utils.future.RunnableFuture
 
cancelComputation(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004AStarPathFuture
 
cancelComputation(boolean) - Method in class cz.cuni.amis.utils.future.FutureWithListeners
This should cancel the computation of the future.
canReachEnemies() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Tells, whether the agent can reach any other enemies.
canReachFriends() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Tells, whether the agent can reach any other friends.
canReachPlayers() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Tells, whether the agent can reach any other players.
canSeeEnemies() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Tells, whether the agent sees any other enemies.
canSeeFriends() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Tells, whether the agent sees any other friends.
canSeePlayers() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Tells, whether the agent sees any other players.
CantStartJMXException - Exception in cz.cuni.amis.pogamut.base.agent.exceptions
 
CantStartJMXException(String, Throwable) - Constructor for exception cz.cuni.amis.pogamut.base.agent.exceptions.CantStartJMXException
Constructs a new exception with the specified detail message.
CantStartJMXException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.base.agent.exceptions.CantStartJMXException
Constructs a new exception with the specified detail message.
CantStartJMXException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.base.agent.exceptions.CantStartJMXException
Constructs a new exception with the specified detail message and cause.
CantStartJMXException(String, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.agent.exceptions.CantStartJMXException
Constructs a new exception with the specified detail message.
CantStartJMXException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.agent.exceptions.CantStartJMXException
Constructs a new exception with the specified detail message and cause.
CATEGORIES - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
Contains item types that belongs to their categories.
categoryName - Variable in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogPublisher
Category name of the publisher.
categoryValue(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Return a Category of the item.
cause - Variable in class cz.cuni.amis.pogamut.base.component.bus.event.impl.FatalErrorEvent
 
CausedByWorld - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
If this damage was caused by world - falling into lava, or falling down.
CausedByWorld - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
If this damage was caused by world - falling into lava, or falling down.
CausedByWorld - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
If this damage was caused by world - falling into lava, or falling down.
Center - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Sets the center emoticon.
CenterSize - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Sets the center emoticon size.
ChangeAttribute - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command CHATTR.
ChangeAttribute(UnrealId, Integer, Integer) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeAttribute
Creates new instance of command ChangeAttribute.
ChangeAttribute() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeAttribute
Creates new instance of command ChangeAttribute.
ChangeAttribute(ChangeAttribute) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeAttribute
Cloning constructor.
changeAutoTraceRay(String, Vector3d, int, boolean, boolean, boolean) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleRayCasting
To change the ray it is sufficient to call addAutoTraceRay function with proper Id.
changed(Collection<T>, Collection<T>, Collection<T>) - Method in class cz.cuni.amis.utils.collections.ElementListener
 
changed(Collection<T>, Collection<T>, Collection<T>) - Method in class cz.cuni.amis.utils.collections.SimpleListener
Called when a change occures on the collection.
ChangedWeapon - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event CWP.
ChangedWeapon() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ChangedWeapon
Parameter-less contructor for the message.
ChangedWeapon(String, int, int, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ChangedWeapon
Creates new instance of the message ChangedWeapon.
ChangedWeapon(ChangedWeapon) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ChangedWeapon
Cloning constructor from the full message.
ChangeMap - Class in cz.cuni.amis.pogamut.unreal.communication.messages.gbcommands
Marker class for map change.
ChangeMap() - Constructor for class cz.cuni.amis.pogamut.unreal.communication.messages.gbcommands.ChangeMap
 
ChangeMap - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command CHANGEMAP.
ChangeMap(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeMap
Creates new instance of command ChangeMap.
ChangeMap() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeMap
Creates new instance of command ChangeMap.
ChangeMap(ChangeMap) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeMap
Cloning constructor.
ChangeTeam - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command CHANGETEAM.
ChangeTeam(UnrealId, Integer) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeTeam
Creates new instance of command ChangeTeam.
ChangeTeam() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeTeam
Creates new instance of command ChangeTeam.
ChangeTeam(ChangeTeam) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeTeam
Cloning constructor.
changeWeapon(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Changes the weapon the bot is currently holding (if the bot has the weapon and its ammo > 0).
changeWeapon(Weapon) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Changes the weapon the bot is currently holding (if the weapon's ammo is > 0).
changeWeapon(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Changes the weapon the bot is currently holding (if the bot has the weapon and its ammo > 0).
changeWeapon(Weapon) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Changes the weapon the bot is currently holding (if the bot has the weapon and its ammo > 0).
changeWeapon(WeaponPref) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Changes the weapon the bot is currently holding (if the bot has the weapon and its primary/secondary (according to 'pref') ammo > 0).
changeWeapon(WeaponPrefs, ItemType...) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Arms the best weapon according to general preferences in 'weaponPrefs'.
changeWeapon(WeaponPrefs, double, ItemType...) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Arms the best weapon according to distance from 'weaponPrefs'.
changeWeapon(WeaponPrefs, ILocated, ItemType...) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Arms the best weapon according to distance from 'weaponPrefs'.
ChangeWeapon - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command CHANGEWEAPON.
ChangeWeapon(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeWeapon
Creates new instance of command ChangeWeapon.
ChangeWeapon() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeWeapon
Creates new instance of command ChangeWeapon.
ChangeWeapon(ChangeWeapon) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeWeapon
Cloning constructor.
changeWeaponNow(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Changes the weapon the bot is currently holding (if the bot has the weapon and its ammo > 0).
changeWeaponNow(Weapon) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Changes the weapon the bot is currently holding (if the bot has the weapon and its ammo > 0).
changeWeaponNow(WeaponPref) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Changes the weapon the bot is currently holding (if the bot has the weapon and its primary/secondary (according to 'pref') ammo > 0).
changeWeaponNow(WeaponPrefs, ItemType...) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Arms the best weapon according to general preferences in 'weaponPrefs'.
changeWeaponNow(WeaponPrefs, double, ItemType...) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Arms the best weapon according to distance from 'weaponPrefs'.
changeWeaponNow(WeaponPrefs, ILocated, ItemType...) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Arms the best weapon according to distance from 'weaponPrefs'.
changingMap - Variable in class cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server
 
changingMapAttempt - Variable in class cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server
 
changingMapMutex - Variable in class cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server
 
CHARACTER_COLLISION_HEIGHT - Static variable in class cz.cuni.amis.pogamut.ut2004.utils.UnrealUtils
Height in UU of the bounding cylinder used for collision detection.
CHARACTER_COLLISION_RADIUS - Static variable in class cz.cuni.amis.pogamut.ut2004.utils.UnrealUtils
Radius in UU of the bounding cylinder used for collision detection.
CHARACTER_HEIGHT_CROUCHING - Static variable in class cz.cuni.amis.pogamut.ut2004.utils.UnrealUtils
Height in UU of the bot when crouching.
CHARACTER_HEIGHT_STANDING - Static variable in class cz.cuni.amis.pogamut.ut2004.utils.UnrealUtils
Height in UU of the bot when stading.
CHARACTER_RUN_SPEED - Static variable in class cz.cuni.amis.pogamut.ut2004.utils.UnrealUtils
Speed of the bot while running.
CHARACTER_WALK_SPEED - Static variable in class cz.cuni.amis.pogamut.ut2004.utils.UnrealUtils
Speed of the bot while walking.
check(Object, String) - Static method in class cz.cuni.amis.utils.NullCheck
Throws IllegalArgumentException if obj == null.
check() - Method in class cz.cuni.amis.utils.StopWatch
In millis
check() - Method in class cz.cuni.amis.utils.Throughput
 
checkBusStop() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.BusAwareCountDownLatch
 
Checked - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: OPTION.
checkIfAllInited() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Raycasting
Sets Raycasting.allRaysInitialized flag to true if all rays has been initialized.
checkLink(NavPointNeighbourLink) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap
Checks whether the edge is usable.
CheckReachability - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command CHECKREACH.
CheckReachability(String, UnrealId, Location) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CheckReachability
Creates new instance of command CheckReachability.
CheckReachability() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CheckReachability
Creates new instance of command CheckReachability.
CheckReachability(CheckReachability) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CheckReachability
Cloning constructor.
checkRelativePath(String) - Static method in class cz.cuni.amis.utils.FilePath
Checks the 'path' for the presence of ".." + can't start with "/" + enforces use of the FilePath.ALLOWED_RELATIVE_PATH_CHARS.
checkStateCount(int, ComponentState) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
Checks sanity of the 'state' count 'newCount'
checkStr() - Method in class cz.cuni.amis.utils.StopWatch
 
checkStuckDetectors() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
This method checks (one-by-one) stuck detectors whether some of them is reporting that the agent has stuck.
checkStuckDetectors() - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutorHelper
Asks all IStuckDetector registered inside executor via IPathExecutor.addStuckDetector(IStuckDetector) whether the agent has stuck.
CircularIterator<E> - Class in cz.cuni.amis.utils.iterators
Implements a circular iterator that iterates over any reasonable iterable instance.
CircularIterator(Iterable<E>) - Constructor for class cz.cuni.amis.utils.iterators.CircularIterator
 
CircularListIterator<E> - Class in cz.cuni.amis.utils.iterators
Implements a circular iterator that iterates over any List instance instance.
CircularListIterator(List<E>) - Constructor for class cz.cuni.amis.utils.iterators.CircularListIterator
Constructs an instance of an CircularListIterator.
CircularListIterator(List<E>, int) - Constructor for class cz.cuni.amis.utils.iterators.CircularListIterator
Constructs an instance of an CircularListIterator.
CircularListIterator(CircularListIterator<E>) - Constructor for class cz.cuni.amis.utils.iterators.CircularListIterator
Copy constructor for CircularListIterator.
classMap - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
ClassName - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Sets the Unreal Tournament class of the bot that should be used.
CLASSPATH_SEPARATOR - Static variable in class cz.cuni.amis.utils.FilePath
Seperator of the classpath entries.
ClassUtils - Class in cz.cuni.amis.utils
 
ClassUtils() - Constructor for class cz.cuni.amis.utils.ClassUtils
 
cleanUp() - Method in class cz.cuni.amis.pogamut.base.agent.module.AgentModule
Hook where to perform clean up of data structures of the module.
cleanUp() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
Cleans up internal data structures, called from start/stop/kill/reset methods.
cleanUp() - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.VisionWorldView
 
cleanUp() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
Cleans up internal data structures, called from start/stop/kill/reset methods.
cleanUp() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
Cleans up internal data structures, called from start/stop/kill/reset methods.
cleanUp() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.logic.UT2004BotLogic
 
cleanUp() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
 
cleanUp() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Raycasting
 
cleanUp() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Requests
 
cleanUp() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
 
cleanUp() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
 
cleanUp() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
 
cleanUp() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.ItemDescriptors
 
cleanUp() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
 
cleanUp() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder
 
cleanUp() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
 
cleanUp() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
 
cleanUp() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004Analyzer
Called from UT2004Analyzer.stopAgent() and UT2004Analyzer.killAgent() to clean up stuff (stops observers).
clear() - Method in class cz.cuni.amis.pogamut.base.utils.guice.AgentScope.SingletonProvider
 
clear() - Static method in class cz.cuni.amis.pogamut.multi.utils.timekey.TimeKey
Wipes out case with time keys.
clear() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Raycasting
Deletes all previous rays and makes this instance ready for setting up new rays.
clear() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefsRange
Clears all weapon preferences.
clear() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.utils.TabooSet
Clears the taboo set.
clear() - Method in class cz.cuni.amis.utils.astar.AStarHeap
 
clear() - Method in class cz.cuni.amis.utils.collections.LazyMapValuesCollection
 
clear() - Method in class cz.cuni.amis.utils.collections.ObservableCollection
 
clear() - Method in class cz.cuni.amis.utils.collections.ObservableList
 
clear() - Method in class cz.cuni.amis.utils.Cooldown
Cools down totally.
clear() - Method in class cz.cuni.amis.utils.Heatup
Removes the heat...
clear() - Method in class cz.cuni.amis.utils.IniFile.Section
Deletes all properties within this section.
clear() - Method in class cz.cuni.amis.utils.maps.AbstractLazyMap
 
clear() - Method in class cz.cuni.amis.utils.maps.LazyMap
 
clear() - Method in class cz.cuni.amis.utils.sets.ConcurrentHashSet
 
clear() - Method in class cz.cuni.amis.utils.sets.ConcurrentLinkedHashSet
 
clear() - Method in class cz.cuni.amis.utils.SoftHashMap
 
clear() - Method in class cz.cuni.amis.utils.StringCutter
Clear the string buffer.
clear() - Method in class cz.cuni.amis.utils.TestOutput
Clear the queue.
clearAllPrefs() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefs
Removes all weapon preferences.
clearCache() - Method in class cz.cuni.amis.utils.maps.AbstractLazyMap
manually clears the cached objects
clearFlags() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
Clears all flags to 0.
clearListeners() - Method in class cz.cuni.amis.utils.flag.Flag
Call to clear (remove) all the listeners on the flag.
clearListeners() - Method in interface cz.cuni.amis.utils.flag.IFlag
 
clearListeners() - Method in class cz.cuni.amis.utils.flag.ImmutableFlag
 
clearListeners() - Method in class cz.cuni.amis.utils.listener.Listeners
 
clearSaved() - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
clearScope() - Method in class cz.cuni.amis.pogamut.base.utils.guice.AgentScope
 
clearScope() - Method in interface cz.cuni.amis.pogamut.base.utils.guice.IAgentScope
Release all AgentScoped objects that the scope is holding.
clone() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
 
clone() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
 
clone() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
 
clone() - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ILocalWorldObject
 
clone() - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ISharedProperty
Must return an exact duplicate of this ISharedProperty, this will be used to create old versions of SharedProperties in the worldView.
clone() - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ISharedWorldObject
 
clone() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty
 
clone() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.BooleanProperty
 
clone() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.ColorProperty
 
clone() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.Dimension2DProperty
 
clone() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.DoubleProperty
 
clone() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.FloatProperty
 
clone() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.IntegerProperty
 
clone() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.IntProperty
 
clone() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.LocationProperty
 
clone() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.LongProperty
 
clone() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.RotationProperty
 
clone() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.StringProperty
 
clone() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.Vector3dProperty
 
clone() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.VelocityProperty
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocal
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocalImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage.AliveMessageLocalMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage.AliveMessageSharedMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage.AliveMessageStaticMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageShared
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageSharedImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageStatic
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageStaticImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocal
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRayLocalMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRaySharedMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRayStaticMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayShared
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRaySharedImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStatic
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStaticImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocal
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoLocalMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoSharedMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoStaticMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoShared
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStatic
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStaticImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeLocalMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeSharedMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeStaticMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeShared
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeSharedImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStatic
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStaticImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocal
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocalImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoLocalMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoSharedMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoStaticMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoShared
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoSharedImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStatic
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStaticImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocal
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocalImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoLocalMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoSharedMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoStaticMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoShared
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStatic
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocal
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileLocalMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileSharedMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileStaticMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileShared
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileSharedImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStatic
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStaticImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageSharedMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageStaticMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageShared
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageSharedImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageStatic
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageStaticImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocal
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocalImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemLocalMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemSharedMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemStaticMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemShared
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemSharedImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStatic
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocal
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocalImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverLocalMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverSharedMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverStaticMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverShared
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverSharedImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStatic
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocal
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventoryLocalMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventorySharedMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventoryStaticMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryShared
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventorySharedImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStatic
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStaticImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocal
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointLocalMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointSharedMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointShared
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointSharedImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocal
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerLocalMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerSharedMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerStaticMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerStatic
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerStaticImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocal
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfLocalMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfStaticMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStatic
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStaticImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocal
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocalImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage.TeamScoreLocalMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage.TeamScoreSharedMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage.TeamScoreStaticMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreShared
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreSharedImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStatic
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStaticImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocal
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocalImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleLocalMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleSharedMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleStaticMessage
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStatic
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStaticImpl
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.property.ItemTypeProperty
 
clone() - Method in class cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.UnrealIdProperty
 
cloneValue() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty
Every descendant must implement this by calling value.clone() or otherwise returning a new copy of value.
cloneValue() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.BooleanProperty
 
cloneValue() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.ColorProperty
 
cloneValue() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.Dimension2DProperty
 
cloneValue() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.DoubleProperty
 
cloneValue() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.FloatProperty
 
cloneValue() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.IntegerProperty
 
cloneValue() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.IntProperty
 
cloneValue() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.LocationProperty
 
cloneValue() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.LongProperty
 
cloneValue() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.RotationProperty
 
cloneValue() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.StringProperty
 
cloneValue() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.Vector3dProperty
 
cloneValue() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.VelocityProperty
 
cloneValue() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.property.ItemTypeProperty
 
cloneValue() - Method in class cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.UnrealIdProperty
 
close() - Method in class cz.cuni.amis.pogamut.base.communication.connection.WorldReader
 
close() - Method in class cz.cuni.amis.pogamut.base.communication.connection.WorldReader.WorldReaderWrapper
 
close() - Method in class cz.cuni.amis.pogamut.base.communication.connection.WorldWriter
 
close() - Method in interface cz.cuni.amis.pogamut.base.communication.parser.impl.yylex.IYylex
 
close() - Method in class cz.cuni.amis.pogamut.base.utils.DefaultPogamutPlatform
 
close() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.ILogPublisher
From JavaDoc API:
close() - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogPublisher
 
close() - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogHandler
 
close() - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher
 
close() - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher.ConsolePublisher
 
close() - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher.FilePublisher
 
close() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogPublisher
 
close() - Method in interface cz.cuni.amis.pogamut.base.utils.PogamutPlatform
Used to shutdown the Pogamut platform - currently it only stops JMX.
close() - Method in class cz.cuni.amis.pogamut.base.utils.PogamutPlatformProxy
 
close() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
close() - Method in class cz.cuni.amis.utils.StringOutputStream
 
CLOSE_ENOUGH - Static variable in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueNavigator
Distance, which is considered as close enough..
closeList - Variable in class cz.cuni.amis.utils.astar.AStarResult
Nodes which were examined by the algoritm.
col - Variable in class cz.cuni.amis.utils.collections.ObservableCollection
 
CollectionEventListener<E> - Interface in cz.cuni.amis.utils.collections
Listener on collection change events.
collisionH - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointEdgeBuilder
 
CollisionH - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
Maximum collision height of the path between navigation points.
collisionR - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointEdgeBuilder
 
CollisionR - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
Maximum collision radius of the path between navigation points.
ColorProperty - Class in cz.cuni.amis.pogamut.multi.communication.worldview.property
Implementation of the ISharedProperty interface for Color value type.
ColorProperty(WorldObjectId, String, Color, Class) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.ColorProperty
 
ColorProperty(ColorProperty) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.ColorProperty
 
CombinedBooleanFuture - Class in cz.cuni.amis.utils.future
Used to combine multiple Future<Boolean> together into one Future<Boolean>.
CombinedBooleanFuture(IFuture<Boolean>[]) - Constructor for class cz.cuni.amis.utils.future.CombinedBooleanFuture
 
Combo - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command COMBO.
Combo(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Combo
Creates new instance of command Combo.
Combo() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Combo
Creates new instance of command Combo.
Combo(Combo) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Combo
Cloning constructor.
Combo - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
Name of the current combo (None if no combo active).
ComboPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
ComboStarted - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event COMBO.
ComboStarted() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ComboStarted
Parameter-less contructor for the message.
ComboStarted(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ComboStarted
Creates new instance of the message ComboStarted.
ComboStarted(ComboStarted) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ComboStarted
Cloning constructor from the full message.
Command - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CommandPlayer
Available: MOVE, TURNTO.
Command - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Console
The actual console command.
Command - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogCommand
Type of the command.
CommandMessage - Class in cz.cuni.amis.pogamut.base.communication.messages
Command is a wrapper for agent-effector which contains description of the command that the agent should carry out inside virtual world.
CommandMessage() - Constructor for class cz.cuni.amis.pogamut.base.communication.messages.CommandMessage
 
CommandPlayer - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command COMPLR.
CommandPlayer(String, String, Location, Location, Boolean, Rotation) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CommandPlayer
Creates new instance of command CommandPlayer.
CommandPlayer() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CommandPlayer
Creates new instance of command CommandPlayer.
CommandPlayer(CommandPlayer) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CommandPlayer
Cloning constructor.
CommandReact<COMMAND extends CommandMessage> - Class in cz.cuni.amis.pogamut.base.communication.command.react
This abstract class allows you to easily hook a specific outgoing-command-handling behavior.
CommandReact(Class<COMMAND>, IAct) - Constructor for class cz.cuni.amis.pogamut.base.communication.command.react.CommandReact
 
CommandReactOnce<COMMAND extends CommandMessage> - Class in cz.cuni.amis.pogamut.base.communication.command.react
This abstract class allows you to easily hook a specific event-handling behavior.
CommandReactOnce(Class<COMMAND>, IAct) - Constructor for class cz.cuni.amis.pogamut.base.communication.command.react.CommandReactOnce
 
Communication - Class in cz.cuni.amis.pogamut.ut2004.bot.command
Class providing Pogamut2 UT2004 communication commands - send message, set dialogs, text bubble...
Communication(UT2004Bot, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.command.Communication
Constructor.
CommunicationException - Exception in cz.cuni.amis.pogamut.base.communication.exception
 
CommunicationException(String, Throwable) - Constructor for exception cz.cuni.amis.pogamut.base.communication.exception.CommunicationException
Constructs a new exception with the specified detail message.
CommunicationException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.exception.CommunicationException
Constructs a new exception with the specified detail message.
CommunicationException(Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.exception.CommunicationException
Constructs a new exception with the specified cause.
CommunicationException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.exception.CommunicationException
Constructs a new exception with the specified detail message and cause.
CommunicationException(String, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.exception.CommunicationException
Constructs a new exception with the specified detail message.
CommunicationException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.exception.CommunicationException
Constructs a new exception with the specified detail message and cause.
CommunicationTerminatedState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state
 
CommunicationTerminatedState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.CommunicationTerminatedState
 
CommunicationTerminatedState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state
 
CommunicationTerminatedState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.CommunicationTerminatedState
 
CommunicationTerminatedState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.server.state
 
CommunicationTerminatedState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.CommunicationTerminatedState
 
compare(TimeKey, TimeKey) - Method in class cz.cuni.amis.pogamut.multi.utils.timekey.TimeKey.TimeKeyComparator
 
compare(Object, Object) - Method in class cz.cuni.amis.utils.astar.AStarHeapComparator
 
compareTo(LogCategory) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
compareTo(Object) - Method in class cz.cuni.amis.pogamut.multi.utils.timekey.TimeKey
 
compareTo(PropertyProvider) - Method in class cz.cuni.amis.utils.configuration.PropertyProvider
 
CompleteBotCommandsWrapper - Class in cz.cuni.amis.pogamut.ut2004.bot.command
Creates and wraps all available command modules.
CompleteBotCommandsWrapper(UT2004Bot) - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.command.CompleteBotCommandsWrapper
Constructor.
CompleteBotCommandsWrapper(UT2004Bot, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.command.CompleteBotCommandsWrapper
Constructor.
component - Variable in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
component - Variable in class cz.cuni.amis.pogamut.base.component.bus.event.impl.FatalErrorEvent
 
component - Variable in class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase
Component controlled by this controller.
COMPONENT_ID - Static variable in class cz.cuni.amis.pogamut.base.communication.command.impl.Act
 
COMPONENT_ID - Static variable in class cz.cuni.amis.pogamut.base.communication.connection.impl.AbstractConnection
 
COMPONENT_ID - Static variable in class cz.cuni.amis.pogamut.base.communication.mediator.impl.Mediator
 
COMPONENT_ID - Static variable in class cz.cuni.amis.pogamut.base.communication.parser.impl.yylex.YylexParser
 
COMPONENT_ID - Static variable in class cz.cuni.amis.pogamut.base.communication.translator.impl.WorldMessageTranslator
 
COMPONENT_ID - Static variable in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
COMPONENT_ID - Static variable in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
COMPONENT_ID - Static variable in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
COMPONENT_ID - Static variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
COMPONENT_ID - Static variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
ComponentBus - Class in cz.cuni.amis.pogamut.base.component.bus
Too complex - not suitable for inheritance ...
ComponentBus(IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
ComponentBusErrorEvent - Class in cz.cuni.amis.pogamut.base.component.bus.event.impl
 
ComponentBusErrorEvent(IComponentBus, Throwable) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.ComponentBusErrorEvent
 
ComponentBusErrorEvent(IComponentBus, String) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.ComponentBusErrorEvent
 
ComponentBusErrorException - Exception in cz.cuni.amis.pogamut.base.component.bus.exception
 
ComponentBusErrorException(String, Throwable, IComponentBus) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentBusErrorException
 
ComponentBusErrorException(String, Logger, Throwable, IComponentBus) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentBusErrorException
 
ComponentBusErrorException(IComponentEvent, IComponentBus) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentBusErrorException
 
ComponentBusErrorException(IComponentEvent, Logger, IComponentBus) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentBusErrorException
 
ComponentBusErrorException(String, IComponentEvent, IComponentBus) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentBusErrorException
 
ComponentBusErrorException(String, IComponentEvent, Logger, IComponentBus) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentBusErrorException
 
ComponentBusEvents - Class in cz.cuni.amis.pogamut.base.component.bus.event
This class provides simple methods for propagation of events that happened in some component.
ComponentBusEvents(IComponentBus, IComponent, Logger) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
ComponentBusException - Exception in cz.cuni.amis.pogamut.base.component.bus.exception
Used by IComponentBus implementors (ComponentBus).
ComponentBusException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentBusException
Constructs a new exception with the specified detail message.
ComponentBusException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentBusException
Constructs a new exception with the specified detail message and cause.
ComponentBusException(String, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentBusException
Constructs a new exception with the specified detail message.
ComponentBusException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentBusException
Constructs a new exception with the specified detail message and cause.
ComponentBusNotRunningException - Exception in cz.cuni.amis.pogamut.base.component.bus.exception
 
ComponentBusNotRunningException(IComponentEvent, IComponentBus) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentBusNotRunningException
 
ComponentBusNotRunningException(IComponentEvent, Logger, IComponentBus) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentBusNotRunningException
 
ComponentCantPauseException - Exception in cz.cuni.amis.pogamut.base.component.exception
 
ComponentCantPauseException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentCantPauseException
Constructs a new exception with the specified detail message.
ComponentCantPauseException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentCantPauseException
Constructs a new exception with the specified detail message and cause.
ComponentCantPauseException(String, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentCantPauseException
Constructs a new exception with the specified detail message.
ComponentCantPauseException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentCantPauseException
Constructs a new exception with the specified detail message and cause.
ComponentCantResetException - Exception in cz.cuni.amis.pogamut.base.component.exception
 
ComponentCantResetException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentCantResetException
Constructs a new exception with the specified detail message.
ComponentCantResetException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentCantResetException
Constructs a new exception with the specified detail message and cause.
ComponentCantResetException(String, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentCantResetException
Constructs a new exception with the specified detail message.
ComponentCantResetException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentCantResetException
Constructs a new exception with the specified detail message and cause.
ComponentCantResumeException - Exception in cz.cuni.amis.pogamut.base.component.exception
 
ComponentCantResumeException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentCantResumeException
Constructs a new exception with the specified detail message.
ComponentCantResumeException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentCantResumeException
Constructs a new exception with the specified detail message and cause.
ComponentCantResumeException(String, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentCantResumeException
Constructs a new exception with the specified detail message.
ComponentCantResumeException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentCantResumeException
Constructs a new exception with the specified detail message and cause.
ComponentCantStartException - Exception in cz.cuni.amis.pogamut.base.component.exception
 
ComponentCantStartException(String, IComponent) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentCantStartException
Constructs a new exception with the specified detail message.
ComponentCantStartException(String, Throwable, IComponent) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentCantStartException
Constructs a new exception with the specified detail message and cause.
ComponentCantStartException(String, Logger, IComponent) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentCantStartException
Constructs a new exception with the specified detail message.
ComponentCantStartException(String, Throwable, Logger, IComponent) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentCantStartException
Constructs a new exception with the specified detail message and cause.
ComponentCantStopException - Exception in cz.cuni.amis.pogamut.base.component.exception
 
ComponentCantStopException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentCantStopException
Constructs a new exception with the specified detail message.
ComponentCantStopException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentCantStopException
Constructs a new exception with the specified detail message and cause.
ComponentCantStopException(String, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentCantStopException
Constructs a new exception with the specified detail message.
ComponentCantStopException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentCantStopException
Constructs a new exception with the specified detail message and cause.
ComponentControlHelper - Class in cz.cuni.amis.pogamut.base.component.controller
Provides empty implementations of life-cycle methods defined by IComponentControlHelper - override only these that you need.
ComponentControlHelper() - Constructor for class cz.cuni.amis.pogamut.base.component.controller.ComponentControlHelper
 
ComponentController<COMPONENT extends IComponent> - Class in cz.cuni.amis.pogamut.base.component.controller
Provides simple way for components to start/stop automatically based on the status of objects they depends on (e.g.
ComponentController(COMPONENT, IComponentControlHelper, ILifecycleBus, Logger, ComponentDependencyType, Object...) - Constructor for class cz.cuni.amis.pogamut.base.component.controller.ComponentController
If you're using ILifecycleBus (not only IComponentBus, you may create this ComponentController even after some 'dependencies' has started as ILifecycleBus allows us to retrieve current state of dependencies, so we're able to start the component during the construction if dependencies are already met.
ComponentController(COMPONENT, IComponentControlHelper, ILifecycleBus, Logger, ComponentDependencies) - Constructor for class cz.cuni.amis.pogamut.base.component.controller.ComponentController
If you're using ILifecycleBus (not only IComponentBus, you may create this ComponentController even after some 'dependencies' has started as ILifecycleBus allows us to retrieve current state of dependencies, so we're able to start the component during the construction if dependencies are already met.
ComponentController(COMPONENT, IComponentControlHelper, IComponentBus, Logger, ComponentDependencyType, Object...) - Constructor for class cz.cuni.amis.pogamut.base.component.controller.ComponentController
If you use only IComponentBus (not ILifecycleBus, you must create this ComponentController before any of 'dependencies' is started as there is no way how to retrieve state of component from 'dependencies' so we will assume that all are in state ComponentState.INSTANTIATED.
ComponentController(COMPONENT, IComponentControlHelper, IComponentBus, Logger, ComponentDependencies) - Constructor for class cz.cuni.amis.pogamut.base.component.controller.ComponentController
If you use only IComponentBus (not ILifecycleBus, you must create this ComponentController before any of 'dependencies' is started as there is no way how to retrieve state of component from 'dependencies' so we will assume that all are in state ComponentState.INSTANTIATED.
ComponentDependencies - Class in cz.cuni.amis.pogamut.base.component.controller
 
ComponentDependencies() - Constructor for class cz.cuni.amis.pogamut.base.component.controller.ComponentDependencies
 
ComponentDependencies(ComponentDependencyType) - Constructor for class cz.cuni.amis.pogamut.base.component.controller.ComponentDependencies
 
ComponentDependencies(ComponentDependencyType, Object...) - Constructor for class cz.cuni.amis.pogamut.base.component.controller.ComponentDependencies
 
ComponentDependencies(ComponentDependencies) - Constructor for class cz.cuni.amis.pogamut.base.component.controller.ComponentDependencies
 
ComponentDependencyType - Enum in cz.cuni.amis.pogamut.base.component.controller
Defines the way the ComponentController behaves - when it calls IComponentControlHelper.init() and IComponentControlHelper.start() methods.
ComponentEvent<SOURCE extends IComponent> - Class in cz.cuni.amis.pogamut.base.component.bus.event.impl
Note that this is sort of utility class providing pretty-print (reflection based) for toString(), not every event must be descendant of this class.
ComponentEvent(SOURCE) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.ComponentEvent
 
ComponentException - Exception in cz.cuni.amis.pogamut.base.component.exception
 
ComponentException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentException
Constructs a new exception with the specified detail message.
ComponentException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentException
Constructs a new exception with the specified detail message and cause.
ComponentException(String, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentException
Constructs a new exception with the specified detail message.
ComponentException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentException
Constructs a new exception with the specified detail message and cause.
componentFatalError(IFatalErrorEvent) - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Called whenever some comopnent broadcasts IFatalErrorEvent.
ComponentFuture<RESULT> - Class in cz.cuni.amis.pogamut.base.utils.future
Future that depends on the running state of the IComponent.
ComponentFuture(IComponentBus, IComponent...) - Constructor for class cz.cuni.amis.pogamut.base.utils.future.ComponentFuture
Constructor where you have to specify components on which the result depends + its component bus.
ComponentFutureException - Exception in cz.cuni.amis.pogamut.base.utils.future
Exception that is thrown whenever the result of ComponentFuture can't be obtained.
ComponentFutureException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.base.utils.future.ComponentFutureException
 
ComponentFutureException(String, Throwable) - Constructor for exception cz.cuni.amis.pogamut.base.utils.future.ComponentFutureException
 
ComponentIdClashException - Exception in cz.cuni.amis.pogamut.base.component.bus.exception
 
ComponentIdClashException(IToken, Logger, IComponentBus) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentIdClashException
 
ComponentKilledException - Class in cz.cuni.amis.pogamut.base.component.controller
 
ComponentKilledException() - Constructor for class cz.cuni.amis.pogamut.base.component.controller.ComponentKilledException
 
ComponentKilledException - Exception in cz.cuni.amis.pogamut.base.component.exception
 
ComponentKilledException(IComponent, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentKilledException
Constructs a new exception with the specified detail message.
ComponentLifecycleManagementAlreadyRegisteredException - Exception in cz.cuni.amis.pogamut.base.component.exception
 
ComponentLifecycleManagementAlreadyRegisteredException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentLifecycleManagementAlreadyRegisteredException
Constructs a new exception with the specified detail message.
ComponentLifecycleManagementAlreadyRegisteredException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentLifecycleManagementAlreadyRegisteredException
Constructs a new exception with the specified detail message and cause.
ComponentLifecycleManagementAlreadyRegisteredException(String, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentLifecycleManagementAlreadyRegisteredException
Constructs a new exception with the specified detail message.
ComponentLifecycleManagementAlreadyRegisteredException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.exception.ComponentLifecycleManagementAlreadyRegisteredException
Constructs a new exception with the specified detail message and cause.
ComponentNotRunningException - Exception in cz.cuni.amis.pogamut.base.component.bus.exception
This exception is thrown whenever you call some running-state-dependent method from the public interface of some IComponent.
ComponentNotRunningException(ComponentState, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentNotRunningException
Constructs a new exception with the specified detail message.
ComponentNotRunningException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentNotRunningException
Constructs a new exception with the specified detail message.
ComponentNotRunningException(ComponentState, Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentNotRunningException
Constructs a new exception with the specified detail message and cause.
ComponentNotRunningException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentNotRunningException
Constructs a new exception with the specified detail message and cause.
ComponentNotRunningException(ComponentState, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentNotRunningException
Constructs a new exception with the specified detail message.
ComponentNotRunningException(String, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentNotRunningException
Constructs a new exception with the specified detail message.
ComponentNotRunningException(ComponentState, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentNotRunningException
Constructs a new exception with the specified detail message and cause.
ComponentNotRunningException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentNotRunningException
Constructs a new exception with the specified detail message and cause.
ComponentPausedException - Exception in cz.cuni.amis.pogamut.base.component.bus.exception
This exception is thrown whenever you call some running-state-dependent method from the public interface of some IComponent.
ComponentPausedException(ComponentState, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentPausedException
Constructs a new exception with the specified detail message.
ComponentPausedException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentPausedException
Constructs a new exception with the specified detail message.
ComponentPausedException(ComponentState, Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentPausedException
Constructs a new exception with the specified detail message and cause.
ComponentPausedException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentPausedException
Constructs a new exception with the specified detail message and cause.
ComponentPausedException(ComponentState, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentPausedException
Constructs a new exception with the specified detail message.
ComponentPausedException(String, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentPausedException
Constructs a new exception with the specified detail message.
ComponentPausedException(ComponentState, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentPausedException
Constructs a new exception with the specified detail message and cause.
ComponentPausedException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ComponentPausedException
Constructs a new exception with the specified detail message and cause.
componentStarted(IStartedEvent) - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Called whenever some component that was not started before broadcasts IStartedEvent
componentStarted(IPausedEvent) - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Called whenever some component that was not started before broadcasts IPausedEvent
componentState - Variable in class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase
State of the controlled component.
ComponentState - Enum in cz.cuni.amis.pogamut.base.component.controller
 
componentStateChanged(IAgentId, ComponentState, ComponentState) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
componentStateCount - Variable in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
Map tracking count of states of dependencies.
componentStateCountChanged(IAgentId, ComponentState, ComponentState) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
componentStates - Variable in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
This map holds the currently desired AbstractComponentControllerBase.component state inside the agent's bus.
componentStopped(IStoppedEvent) - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Called whenever component that was running broadcasts IStoppedEvent.
componentStopping(IStoppingEvent) - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Called whenever some component broadcasts IStoppingEvent
ComponentStub - Class in cz.cuni.amis.pogamut.ut2004.component
 
ComponentStub(IAgentLogger, IComponentBus) - Constructor for class cz.cuni.amis.pogamut.ut2004.component.ComponentStub
 
compositeClass - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty
 
CompositeObjectCreator - Class in cz.cuni.amis.pogamut.multi.communication.worldview.object
STUB CLASS for testing
CompositeObjectCreator() - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.object.CompositeObjectCreator
 
computationException(Exception) - Method in class cz.cuni.amis.utils.future.FutureWithListeners
Informs the future that it can't be computed due to the exception.
computePath(PATH_ELEMENT, PATH_ELEMENT) - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathPlanner
Returns a future where the path planner will set the result of its computation.
computePath(NavPoint, NavPoint) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap
 
computePath(ILocated, ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004AStarPathPlanner
 
concatPaths(String...) - Static method in class cz.cuni.amis.utils.FilePath
Concats all paths sequentially together replacing all backslashes with slashes and watches out for ending of the path1 and beginning of path2 solving "//", "/./", etc.
concatPaths(String, String) - Static method in class cz.cuni.amis.utils.FilePath
Concats path1 and path2 replacing all backslashes with slashes and watches out for ending of the path1 and beginning of path2 solving "//", "/./", etc.
Concurrent - Class in cz.cuni.amis.utils
Utility class for concurrent computations.
Concurrent() - Constructor for class cz.cuni.amis.utils.Concurrent
 
ConcurrentHashSet<K> - Class in cz.cuni.amis.utils.sets
 
ConcurrentHashSet() - Constructor for class cz.cuni.amis.utils.sets.ConcurrentHashSet
 
ConcurrentLinkedHashSet<K> - Class in cz.cuni.amis.utils.sets
 
ConcurrentLinkedHashSet() - Constructor for class cz.cuni.amis.utils.sets.ConcurrentLinkedHashSet
 
config - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
Memory module specialized on the agent's configuration inside UT2004 - name, vision time, manual spawn, cheats (if enabled at GB2004).
ConfigChange - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the GameBots2004 message CONFCH.
ConfigChange() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange
Parameter-less contructor for the message.
ConfigChange.ConfigChangeUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
ConfigChange.ConfigChangeUpdate(ConfigChange, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange.ConfigChangeUpdate
 
ConfigChangeCompositeImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Composite implementation of the CONFCH abstract message.
ConfigChangeCompositeImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
Parameter-less contructor for the message.
ConfigChangeCompositeImpl(ConfigChangeLocalImpl, ConfigChangeSharedImpl, ConfigChangeStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
Composite-impl constructor.
ConfigChangeCompositeImpl(ConfigChangeCompositeImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
Cloning constructor.
ConfigChangeLocal - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the local part of the GameBots2004 message CONFCH.
ConfigChangeLocal() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
Parameter-less contructor for the message.
ConfigChangeLocalImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message CONFCH.
ConfigChangeLocalImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
Parameter-less contructor for the message.
ConfigChangeLocalImpl(UnrealId, UnrealId, boolean, boolean, String, double, Rotation, boolean, double, boolean, boolean, boolean, boolean, boolean, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
Creates new instance of the message ConfigChange.
ConfigChangeLocalImpl(ConfigChange) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
Cloning constructor from the full message.
ConfigChangeLocalImpl(ConfigChangeLocalImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
Cloning constructor from the full message.
ConfigChangeLocalImpl(ConfigChangeLocal) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
Cloning constructor from the message part.
ConfigChangeLocalImpl.ConfigChangeLocalUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
ConfigChangeLocalImpl.ConfigChangeLocalUpdate(ConfigChangeLocal, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl.ConfigChangeLocalUpdate
 
ConfigChangeMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the GameBots2004 message CONFCH contains also its Local/Shared/Static subpart class definitions..
ConfigChangeMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
Parameter-less contructor for the message.
ConfigChangeMessage(UnrealId, UnrealId, boolean, boolean, String, double, Rotation, boolean, double, boolean, boolean, boolean, boolean, boolean, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
Creates new instance of the message ConfigChange.
ConfigChangeMessage(ConfigChangeMessage) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
Cloning constructor from the full message.
ConfigChangeMessage.ConfigChangeLocalMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message CONFCH, used to facade CONFCHMessage.
ConfigChangeMessage.ConfigChangeLocalMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeLocalMessage
 
ConfigChangeMessage.ConfigChangeSharedMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message CONFCH, used to facade CONFCHMessage.
ConfigChangeMessage.ConfigChangeSharedMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeSharedMessage
 
ConfigChangeMessage.ConfigChangeStaticMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message CONFCH, used to facade CONFCHMessage.
ConfigChangeMessage.ConfigChangeStaticMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeStaticMessage
 
ConfigChangeShared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the shared part of the GameBots2004 message CONFCH.
ConfigChangeShared() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeShared
Parameter-less contructor for the message.
ConfigChangeSharedImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message CONFCH.
ConfigChangeSharedImpl(ConfigChangeSharedImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeSharedImpl
 
ConfigChangeSharedImpl(WorldObjectId, Collection<ISharedProperty>) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeSharedImpl
 
ConfigChangeSharedImpl.ConfigChangeSharedUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
ConfigChangeSharedImpl.ConfigChangeSharedUpdate(ConfigChangeShared, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeSharedImpl.ConfigChangeSharedUpdate
 
ConfigChangeStatic - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the static part of the GameBots2004 message CONFCH.
ConfigChangeStatic() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStatic
Parameter-less contructor for the message.
ConfigChangeStaticImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message CONFCH.
ConfigChangeStaticImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStaticImpl
Parameter-less contructor for the message.
ConfigChangeStaticImpl(UnrealId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStaticImpl
Creates new instance of the message ConfigChange.
ConfigChangeStaticImpl(ConfigChange) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStaticImpl
Cloning constructor from the full message.
ConfigChangeStaticImpl(ConfigChangeStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStaticImpl
Cloning constructor from the full message.
ConfigChangeStaticImpl(ConfigChangeStatic) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStaticImpl
Cloning constructor from the message part.
ConfigChangeStaticImpl.ConfigChangeStaticUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
ConfigChangeStaticImpl.ConfigChangeStaticUpdate(ConfigChangeStatic, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStaticImpl.ConfigChangeStaticUpdate
 
Configuration - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command CONF.
Configuration(UnrealId, Boolean, Boolean, String, String, Double, Rotation, Boolean, Double, Boolean, Boolean, Boolean, Boolean, Boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Creates new instance of command Configuration.
Configuration() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Creates new instance of command Configuration.
Configuration(Configuration) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Cloning constructor.
configuration - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
 
ConfigurationObserver - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command CONF.
ConfigurationObserver(Double, Double, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
Creates new instance of command ConfigurationObserver.
ConfigurationObserver() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
Creates new instance of command ConfigurationObserver.
ConfigurationObserver(ConfigurationObserver) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
Cloning constructor.
configure() - Method in class cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule
Binds GuiceAgentModule.agentScope into the module and then it iterates over GuiceAgentModule.modules and adds all their bindings to the module - each module always overrides previous ones (uses Modules.override(Module...)).
configure(Configuration) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ConfigureCommands
Changes the configuration of the bot.
ConfigureCommands - Class in cz.cuni.amis.pogamut.ut2004.bot.command
Class providing Pogamut2 UT2004 configure commands.
ConfigureCommands(UT2004Bot, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.command.ConfigureCommands
Constructor.
ConfigureMessageExpectedState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state
Waits for ConfigChange message, switches to the InitedMessageExpectedState.
ConfigureMessageExpectedState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.ConfigureMessageExpectedState
 
configureModule(PARAMS) - Method in class cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentFactory
Called from within the GuiceAgentFactory.newAgent(IAgentParameters) to configure the AbstractGuiceAgentFactory.getAgentModule() with variables from 'agentParams'.
configureModules() - Method in class cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule
Meant to introduce new AbstractModule into the module's queue GuiceAgentModule.modules via GuiceAgentModule.addModule(AbstractModule).
configureModules() - Method in class cz.cuni.amis.pogamut.base.factory.guice.GuiceCommunicationModule
Override to create new module with your own bindings adding it into GuiceAgentModule.modules using GuiceCommunicationModule#addModule(Module).
configureModules() - Method in class cz.cuni.amis.pogamut.base.factory.guice.GuiceRemoteAgentModule
 
configureModules() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.stats.UT2004AnalyzerObsStatsModule
 
configureModules() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerModule
 
configureModules() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerObserverModule
 
configureModules() - Method in class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004BotModule
 
configureModules() - Method in class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004CommunicationModule
 
configureModules() - Method in class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004ObserverModule
 
configureModules() - Method in class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004ServerModule
 
configureObserver() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.stats.UT2004AnalyzerObsStats
Called from the UT2004AnalyzerObserver.startAgent() after InitializeObserver command is sent to configure the observer instance.
configureObserver() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerObserver
Called from the UT2004AnalyzerObserver.startAgent() after InitializeObserver command is sent to configure the observer instance.
CONNECTION_ADDRESS_DEPENDENCY - Static variable in class cz.cuni.amis.pogamut.base.communication.connection.impl.socket.SocketConnection
 
CONNECTION_DEPENDENCY - Static variable in class cz.cuni.amis.pogamut.base.communication.connection.impl.socket.SocketConnection
 
connectionDependenciesProvider - Variable in class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004CommunicationModule
 
ConnectionException - Exception in cz.cuni.amis.pogamut.base.communication.connection.exception
To be used by IWorldConnection / IReaderProvider / IWriterProvider implementors.
ConnectionException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.connection.exception.ConnectionException
Constructs a new exception with the specified detail message.
ConnectionException(Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.connection.exception.ConnectionException
Constructs a new exception with the specified cause.
ConnectionException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.connection.exception.ConnectionException
Constructs a new exception with the specified detail message and cause.
ConnectionException(String, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.connection.exception.ConnectionException
Constructs a new exception with the specified detail message.
ConnectionException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.connection.exception.ConnectionException
Constructs a new exception with the specified detail message and cause.
Connective - Class in cz.cuni.amis.utils.flag.connective
Used to create logical expression out of different flags.
Connective(Flag<Boolean>, Flag<Boolean>) - Constructor for class cz.cuni.amis.utils.flag.connective.Connective
 
Connective(Flag<Boolean>[]) - Constructor for class cz.cuni.amis.utils.flag.connective.Connective
 
ConnectiveListener - Class in cz.cuni.amis.utils.flag.connective
 
ConnectiveListener(Connective, Flag<Boolean>, int) - Constructor for class cz.cuni.amis.utils.flag.connective.ConnectiveListener
 
connectNativeBot(String, String) - Method in interface cz.cuni.amis.pogamut.unreal.server.IUnrealServer
Connects a UT native bot to the current map.
connectNativeBot(String, String) - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.AbstractUT2004Server
 
connectNativeBot(String, String) - Method in interface cz.cuni.amis.pogamut.ut2004.server.IUT2004Server
Connects a UT native bot to the current map.
Console - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command CONSOLE.
Console(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Console
Creates new instance of command Console.
Console() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Console
Creates new instance of command Console.
Console(Console) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Console
Cloning constructor.
consoleLogging - Variable in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
Whether the console logging is enabled as default.
consoleLogging - Variable in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
Whether the console logging is enabled as default.
Const - Class in cz.cuni.amis.utils
 
Const() - Constructor for class cz.cuni.amis.utils.Const
 
constructXYRot(double) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Useful methods from Rotation->Location conversions.
constructXZRot(double) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Useful methods from Rotation->Location conversions.
constructYZRot(double) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Useful methods from Rotation->Location conversions.
consume(String) - Method in class cz.cuni.amis.utils.TestOutput
Consume string symbol from the queue - false is failure (string didn't match).
consume(String[]) - Method in class cz.cuni.amis.utils.TestOutput
Try to consume many strings, false - one of them didn't match, failure.
consumeAnyOrder(String[]) - Method in class cz.cuni.amis.utils.TestOutput
Consume output in any order, returns false if first output.length string in the queue can't be matched to the output strings.
consumeMany(String...) - Method in class cz.cuni.amis.utils.TestOutput
Consume many strings from the output - if not equals, returns false as failure.
contains(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.GeneralDescriptor
 
contains(SPStoryPlace) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlace
 
contains(Object) - Method in class cz.cuni.amis.utils.astar.AStarHeap
 
contains(Object) - Method in class cz.cuni.amis.utils.collections.LazyMapValuesCollection
 
contains(Object) - Method in class cz.cuni.amis.utils.collections.ObservableCollection
 
contains(KEY, ITEM) - Method in class cz.cuni.amis.utils.maps.HashMapSet
Tests whether an 'item' is inside the set under 'key'.
contains(Object) - Method in class cz.cuni.amis.utils.sets.ConcurrentHashSet
 
contains(Object) - Method in class cz.cuni.amis.utils.sets.ConcurrentLinkedHashSet
 
containsAll(Collection) - Method in class cz.cuni.amis.utils.astar.AStarHeap
 
containsAll(Object[]) - Method in class cz.cuni.amis.utils.astar.AStarHeap
 
containsAll(Collection<?>) - Method in class cz.cuni.amis.utils.collections.LazyMapValuesCollection
 
containsAll(Collection<?>) - Method in class cz.cuni.amis.utils.collections.ObservableCollection
 
containsAll(Collection<?>) - Method in class cz.cuni.amis.utils.sets.ConcurrentHashSet
 
containsAll(Collection<?>) - Method in class cz.cuni.amis.utils.sets.ConcurrentLinkedHashSet
 
containsClass(Class) - Method in class cz.cuni.amis.utils.collections.HashSetClass
Returns class that is part of 'arg0' ancestors/interface classes.
containsKey(String) - Method in class cz.cuni.amis.utils.IniFile.Section
Whether the section contains property of the given key.
containsKey(Object) - Method in class cz.cuni.amis.utils.maps.AbstractLazyMap
 
containsKey(Object) - Method in class cz.cuni.amis.utils.maps.LazyMap
 
containsKey(Object) - Method in class cz.cuni.amis.utils.SoftHashMap
 
containsValue(Object) - Method in class cz.cuni.amis.utils.maps.AbstractLazyMap
 
containsValue(Object) - Method in class cz.cuni.amis.utils.maps.LazyMap
 
ContinuousMove - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command CMOVE.
ContinuousMove() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ContinuousMove
Creates new instance of command ContinuousMove.
ContinuousMove(ContinuousMove) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ContinuousMove
Cloning constructor.
control - Variable in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
control - Variable in class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase
Method providing means for direct control of the AbstractComponentControllerBase.component.
control - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
control - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
Control - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetPlayerControl
If true, the player can behave normally.
controller - Variable in class cz.cuni.amis.pogamut.base.agent.module.AgentModule
 
controller - Variable in class cz.cuni.amis.pogamut.base.communication.connection.impl.AbstractConnection
Control helper starting/stopping the component.
controller - Variable in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
controller - Variable in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController.LocalController
 
controller - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
controller - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
controllerId - Variable in class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase
Unique (in context of one agent) id of this controller.
controlPort - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
Port for server connection.
controlPort - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.ScannerSink
 
ControlServer - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetLock
If ControlConnections (server connections) should be locked.
Cooldown - Class in cz.cuni.amis.utils
 
Cooldown(long) - Constructor for class cz.cuni.amis.utils.Cooldown
 
Cooldown(long, TimeUnit) - Constructor for class cz.cuni.amis.utils.Cooldown
 
copy(ConfigChange) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Copy configuration from existing info message to this command.
copySection(IniFile.Section) - Method in class cz.cuni.amis.utils.IniFile
 
count() - Method in class cz.cuni.amis.utils.listener.Listeners
Returns count of listners in the list, note that this may not be exact as we store also listeners with weak listeners, but the list will be purged in next opportunity (like raising event, removing listener).
countDown() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.BusAwareCountDownLatch
 
create(Object) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView.LazyCompositeObjectMap
 
create(ILocalWorldObject, ISharedWorldObject, IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.AliveMessageCreator
 
create(ILocalWorldObject, ISharedWorldObject, IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.AutoTraceRayCreator
 
create(ILocalWorldObject, ISharedWorldObject, IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.BombInfoCreator
 
create(ILocalWorldObject, ISharedWorldObject, IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.ConfigChangeCreator
 
create(ILocalWorldObject, ISharedWorldObject, IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.FlagInfoCreator
 
create(ILocalWorldObject, ISharedWorldObject, IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.GameInfoCreator
 
create(ILocalWorldObject, ISharedWorldObject, IStaticWorldObject) - Method in interface cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.ICompositeWorldObjectCreator
 
create(ILocalWorldObject, ISharedWorldObject, IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.IncomingProjectileCreator
 
create(ILocalWorldObject, ISharedWorldObject, IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.InitedMessageCreator
 
create(ILocalWorldObject, ISharedWorldObject, IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.ItemCreator
 
create(ILocalWorldObject, ISharedWorldObject, IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.MoverCreator
 
create(ILocalWorldObject, ISharedWorldObject, IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.MyInventoryCreator
 
create(ILocalWorldObject, ISharedWorldObject, IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.NavPointCreator
 
create(ILocalWorldObject, ISharedWorldObject, IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.PlayerCreator
 
create(ILocalWorldObject, ISharedWorldObject, IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.SelfCreator
 
create(ILocalWorldObject, ISharedWorldObject, IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.TeamScoreCreator
 
create(ILocalWorldObject, ISharedWorldObject, IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.VehicleCreator
 
create(WorldObjectId, Collection<ISharedProperty>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.AliveMessageSharedCreator
 
create(WorldObjectId, Collection<ISharedProperty>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.AutoTraceRaySharedCreator
 
create(WorldObjectId, Collection<ISharedProperty>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.BombInfoSharedCreator
 
create(WorldObjectId, Collection<ISharedProperty>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.ConfigChangeSharedCreator
 
create(Class, WorldObjectId, Collection<ISharedProperty>) - Static method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator
 
create(WorldObjectId, Collection<ISharedProperty>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.FlagInfoSharedCreator
 
create(WorldObjectId, Collection<ISharedProperty>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.GameInfoSharedCreator
 
create(WorldObjectId, Collection<ISharedProperty>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.IncomingProjectileSharedCreator
 
create(WorldObjectId, Collection<ISharedProperty>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.InitedMessageSharedCreator
 
create(WorldObjectId, Collection<ISharedProperty>) - Method in interface cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.ISharedObjectCreator
 
create(WorldObjectId, Collection<ISharedProperty>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.ItemSharedCreator
 
create(WorldObjectId, Collection<ISharedProperty>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.MoverSharedCreator
 
create(WorldObjectId, Collection<ISharedProperty>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.MyInventorySharedCreator
 
create(WorldObjectId, Collection<ISharedProperty>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.NavPointSharedCreator
 
create(WorldObjectId, Collection<ISharedProperty>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.PlayerSharedCreator
 
create(WorldObjectId, Collection<ISharedProperty>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.SelfSharedCreator
 
create(WorldObjectId, Collection<ISharedProperty>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.TeamScoreSharedCreator
 
create(WorldObjectId, Collection<ISharedProperty>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.VehicleSharedCreator
 
create() - Method in class cz.cuni.amis.utils.Lazy
Creates lazy initialized object.
create(Object) - Method in class cz.cuni.amis.utils.maps.AbstractLazyMap
Creates the Mapped object based on its key.
create(K) - Method in class cz.cuni.amis.utils.maps.LazyMap
Creates value for given key.
create(SECONDARY_KEY) - Method in class cz.cuni.amis.utils.maps.LazyMapMap
Creates value for given key.
createAgentFixedLengthEvent(Level, String, long) - Static method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogMapMark
Create map mark that appear in the map for certain time and will be always shown at the current position of agent.
createAgentJMX() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
 
createAgentJMX() - Method in class cz.cuni.amis.pogamut.base3d.agent.AbstractAgent3D
 
createAgentJMX() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot
 
createAgentMBean(ObjectName, MBeanServer) - Method in class cz.cuni.amis.pogamut.base.agent.jmx.AgentJMXComponents
Factory method for creating agent MBean.
createAgentScope() - Method in class cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule
Method called from the GuiceAgentModule.GuiceAgentModule() to initialize the GuiceAgentModule.agentScope, override if you need you own AgentScope implementation.
createAgentVariableLengthEvent(Level, String) - Static method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogMapMark
Create mark that will always be shown at the position of agent.
createAgentWithParams(PARAMS) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
Method that is used by AgentRunner#startAgentWithParams(IAgentParameters[]) to instantiate new agents.
createAgentWithParams(IAgentFactory<AGENT, PARAMS>, PARAMS) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
Method that is used by MultipleAgentRunner#startAgentWithParams(IAgentParameters[]) to instantiate new agents.
createCompositeObject(ILocalWorldObject, ISharedWorldObject, IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
Method used for returning the appropriate CompositeObject type made from the three provided object parts.
createCompositeObject(ILocalWorldObject, ISharedWorldObject, IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004multi.communication.worldview.UT2004VisionLocalWorldView
 
createDescriptor(ItemCategory) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ItemTranslator
Default Pogamut descriptors will be created for all UT2004 items.
createDisappearEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo
 
createDisappearEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocal
 
createDisappearEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo
 
createDisappearEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocal
 
createDisappearEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item
 
createDisappearEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocal
 
createDisappearEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover
 
createDisappearEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocal
 
createDisappearEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
 
createDisappearEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocal
 
createDisappearEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player
 
createDisappearEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocal
 
createDisappearEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle
 
createDisappearEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocal
 
createDisappearEvent() - Method in interface cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.IGBViewable
Creates an update event that has to update visibility to false.
createDisappearEvent() - Method in interface cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.ILocalGBViewable
Creates an update event that has to update visibility to false.
createEdge() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
Immediately creates a new edge.
createEdge() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointModifier
Returns a builder that will allow you to create new edge.
createEdge() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointEdgeBuilder
Finalizes the creation of the edge.
createEdgeTo(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointModifier
Returns a builder that will allow you to create new edge that is leading to 'navPointId'.
createFixedLengthEvent(Level, String, long) - Static method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogEventMark
Create log event that will last for some time.
createFixedLengthEvent(Level, String, Location, long) - Static method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogMapMark
Create mark on the map that will stay there for some time.
createIntrospection() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Create introspection root object.
createIntrospection() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot
 
createItemsListener(IWorldView) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
This method is called from the constructor to hook a listener that updated the items field.
createLatch() - Method in class cz.cuni.amis.pogamut.base.utils.future.ComponentFuture
 
createLatch() - Method in class cz.cuni.amis.utils.future.FutureWithListeners
Factory method that should return CountDownLatch or its descendant initialized to 1.
createMapPointsListener(IWorldView) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
This method is called from the constructor to create a listener that initialize items field from the MapPointListObtained event.
createMBean(String, ObjectName) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
createMBean(String, ObjectName, ObjectName) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
createMBean(String, ObjectName, Object[], String[]) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
createNavPoint() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointBuilder
Finalizing method that will insert the navpoint into the underlying IWorldView of the bot.
createNewAgent() - Static method in class cz.cuni.amis.pogamut.base.utils.logging.TestAgents
 
createObject(ILocalWorldObject, ISharedWorldObject, IStaticWorldObject) - Static method in class cz.cuni.amis.pogamut.multi.communication.worldview.object.CompositeObjectCreator
 
createObject(ILocalWorldObject, ISharedWorldObject, IStaticWorldObject) - Static method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator
 
createPasswordReply() - Method in class cz.cuni.amis.pogamut.ut2004.observer.impl.AbstractUT2004Observer
This method is called whenever the Password event is caught telling us the world is locked and is requiring a password.
createPasswordReply() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.AbstractUT2004Server
This method is called whenever the Password event is caught telling us the world is locked and is requiring a password.
createRay(String, Vector3d, int, boolean, boolean, boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Raycasting
Initializes ray usind AddRay command and returns future that waits for the first AutoTraceRay message corresponding to this ray.
createRay(Vector3d, int, boolean, boolean, boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Raycasting
Creates ray with system generated id.
createSharedObject(Class, WorldObjectId, ITeamId, TimeKey) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
Creates a sharedWorldObject of the specified id.
createSharedObject(Class, WorldObjectId, ITeamId, TimeKey) - Method in class cz.cuni.amis.pogamut.ut2004multi.communication.worldview.UT2004BatchAwareSharedWorldView
 
createSimpleEdge(String, String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder
Creates simple (non-altered == no flags == no needed jump, etc.) leading 'fromNavPointId' to 'toNavPointId' (only one edge is created).
createSimpleEdgesBetween(String, String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder
Creates simple (non-altered == no flags == no needed jump, etc.) edges between specified navpoints (in both directions).
createSimpleEdgesBetween(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointModifier
Creates two simple edges between this navpoint and the navpoint with 'navPointId'.
createSimpleEdgeTo(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointModifier
Creates simple edge that leads from the navpoint you're currently creating to 'navPointId'.
createSimpleEdgeTo(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointBuilder
Creates simple edge that leads from the navpoint you're currently creating to 'navPointId'
createSingleLengthEvent(Level, String) - Static method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogEventMark
Create single event.
createState(PathExecutorState) - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
Utility method that is responsible for creating new state for the path executor.
createUpdateEvent(long, ITeamId) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ISharedProperty
Creates an event updating a sharedProperty of the same id and the specified team to the same value as the parent property.
createUpdateEvent(long, ITeamId) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty
 
createVariableLengthEvent(Level, String) - Static method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogEventMark
Create log event that will last until notified it should stop.
createVariableLengthEvent(Level, String, Location) - Static method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogMapMark
Create starting map mark.
cross(Location) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Calculates cross product of this Location and Lcoations b
cross(Velocity) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Computes cross product of this and other given velocity.
cross(Velocity, Velocity) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Computes cross product of two given velocities.
Crouch - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCrouch
True or false to crouch or unrouch.
Crouched - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
If we are currently crouched.
CrouchedPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
ctrlMutex - Variable in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
Mutex that is synchronizing access to internal data structures of the controller.
CurrentAltAmmo - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl
If this item is a weapon, this holds the amount of secondary ammo.
CurrentAltAmmo - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage
If this item is a weapon, this holds the amount of secondary ammo.
CurrentAmmo - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl
If this item is a weapon, this holds the amount of primary ammo.
CurrentAmmo - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage
If this item is a weapon, this holds the amount of primary ammo.
currentBatch - Variable in class cz.cuni.amis.pogamut.ut2004multi.communication.worldview.UT2004VisionLocalWorldView
 
currentIndex() - Method in class cz.cuni.amis.utils.iterators.CircularListIterator
 
currentSharedProperties - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
SharedProperties currently considered most-recent.
customEventEncounteredHook(T) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.event.WorldEventFuture
Utility method for custom handling of the first-encounter event.
customObjectEncounteredHook(T) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectFuture
Utility method for custom handling of the first-encounter event.
CustomPropertiesProvider - Class in cz.cuni.amis.pogamut.base.utils.configuration
Loads properties from the working directory.
CustomPropertiesProvider() - Constructor for class cz.cuni.amis.pogamut.base.utils.configuration.CustomPropertiesProvider
 
cz.cuni.amis.fsm - package cz.cuni.amis.fsm
 
cz.cuni.amis.pogamut.base.agent - package cz.cuni.amis.pogamut.base.agent
 
cz.cuni.amis.pogamut.base.agent.component.event - package cz.cuni.amis.pogamut.base.agent.component.event
 
cz.cuni.amis.pogamut.base.agent.exceptions - package cz.cuni.amis.pogamut.base.agent.exceptions
 
cz.cuni.amis.pogamut.base.agent.impl - package cz.cuni.amis.pogamut.base.agent.impl
 
cz.cuni.amis.pogamut.base.agent.jmx - package cz.cuni.amis.pogamut.base.agent.jmx
 
cz.cuni.amis.pogamut.base.agent.jmx.adapter - package cz.cuni.amis.pogamut.base.agent.jmx.adapter
 
cz.cuni.amis.pogamut.base.agent.jmx.proxy - package cz.cuni.amis.pogamut.base.agent.jmx.proxy
 
cz.cuni.amis.pogamut.base.agent.module - package cz.cuni.amis.pogamut.base.agent.module
 
cz.cuni.amis.pogamut.base.agent.module.exception - package cz.cuni.amis.pogamut.base.agent.module.exception
 
cz.cuni.amis.pogamut.base.agent.navigation - package cz.cuni.amis.pogamut.base.agent.navigation
 
cz.cuni.amis.pogamut.base.agent.navigation.impl - package cz.cuni.amis.pogamut.base.agent.navigation.impl
 
cz.cuni.amis.pogamut.base.agent.params - package cz.cuni.amis.pogamut.base.agent.params
 
cz.cuni.amis.pogamut.base.agent.params.impl - package cz.cuni.amis.pogamut.base.agent.params.impl
 
cz.cuni.amis.pogamut.base.agent.state - package cz.cuni.amis.pogamut.base.agent.state
 
cz.cuni.amis.pogamut.base.agent.state.impl - package cz.cuni.amis.pogamut.base.agent.state.impl
 
cz.cuni.amis.pogamut.base.agent.state.level0 - package cz.cuni.amis.pogamut.base.agent.state.level0
 
cz.cuni.amis.pogamut.base.agent.state.level1 - package cz.cuni.amis.pogamut.base.agent.state.level1
 
cz.cuni.amis.pogamut.base.agent.state.level2 - package cz.cuni.amis.pogamut.base.agent.state.level2
 
cz.cuni.amis.pogamut.base.agent.state.level3 - package cz.cuni.amis.pogamut.base.agent.state.level3
 
cz.cuni.amis.pogamut.base.agent.state.levelmisc - package cz.cuni.amis.pogamut.base.agent.state.levelmisc
 
cz.cuni.amis.pogamut.base.agent.utils - package cz.cuni.amis.pogamut.base.agent.utils
 
cz.cuni.amis.pogamut.base.agent.utils.runner - package cz.cuni.amis.pogamut.base.agent.utils.runner
 
cz.cuni.amis.pogamut.base.agent.utils.runner.impl - package cz.cuni.amis.pogamut.base.agent.utils.runner.impl
 
cz.cuni.amis.pogamut.base.communication.command - package cz.cuni.amis.pogamut.base.communication.command
 
cz.cuni.amis.pogamut.base.communication.command.impl - package cz.cuni.amis.pogamut.base.communication.command.impl
 
cz.cuni.amis.pogamut.base.communication.command.react - package cz.cuni.amis.pogamut.base.communication.command.react
 
cz.cuni.amis.pogamut.base.communication.connection - package cz.cuni.amis.pogamut.base.communication.connection
 
cz.cuni.amis.pogamut.base.communication.connection.exception - package cz.cuni.amis.pogamut.base.communication.connection.exception
 
cz.cuni.amis.pogamut.base.communication.connection.impl - package cz.cuni.amis.pogamut.base.communication.connection.impl
 
cz.cuni.amis.pogamut.base.communication.connection.impl.socket - package cz.cuni.amis.pogamut.base.communication.connection.impl.socket
 
cz.cuni.amis.pogamut.base.communication.exception - package cz.cuni.amis.pogamut.base.communication.exception
 
cz.cuni.amis.pogamut.base.communication.mediator - package cz.cuni.amis.pogamut.base.communication.mediator
 
cz.cuni.amis.pogamut.base.communication.mediator.exception - package cz.cuni.amis.pogamut.base.communication.mediator.exception
 
cz.cuni.amis.pogamut.base.communication.mediator.impl - package cz.cuni.amis.pogamut.base.communication.mediator.impl
 
cz.cuni.amis.pogamut.base.communication.messages - package cz.cuni.amis.pogamut.base.communication.messages
 
cz.cuni.amis.pogamut.base.communication.parser - package cz.cuni.amis.pogamut.base.communication.parser
 
cz.cuni.amis.pogamut.base.communication.parser.exception - package cz.cuni.amis.pogamut.base.communication.parser.exception
 
cz.cuni.amis.pogamut.base.communication.parser.impl.yylex - package cz.cuni.amis.pogamut.base.communication.parser.impl.yylex
 
cz.cuni.amis.pogamut.base.communication.translator - package cz.cuni.amis.pogamut.base.communication.translator
 
cz.cuni.amis.pogamut.base.communication.translator.event - package cz.cuni.amis.pogamut.base.communication.translator.event
 
cz.cuni.amis.pogamut.base.communication.translator.exception - package cz.cuni.amis.pogamut.base.communication.translator.exception
 
cz.cuni.amis.pogamut.base.communication.translator.impl - package cz.cuni.amis.pogamut.base.communication.translator.impl
 
cz.cuni.amis.pogamut.base.communication.worldview - package cz.cuni.amis.pogamut.base.communication.worldview
 
cz.cuni.amis.pogamut.base.communication.worldview.event - package cz.cuni.amis.pogamut.base.communication.worldview.event
 
cz.cuni.amis.pogamut.base.communication.worldview.impl - package cz.cuni.amis.pogamut.base.communication.worldview.impl
 
cz.cuni.amis.pogamut.base.communication.worldview.listener - package cz.cuni.amis.pogamut.base.communication.worldview.listener
 
cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation - package cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation
 
cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.exception - package cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.exception
 
cz.cuni.amis.pogamut.base.communication.worldview.listener.exception - package cz.cuni.amis.pogamut.base.communication.worldview.listener.exception
 
cz.cuni.amis.pogamut.base.communication.worldview.object - package cz.cuni.amis.pogamut.base.communication.worldview.object
 
cz.cuni.amis.pogamut.base.communication.worldview.object.event - package cz.cuni.amis.pogamut.base.communication.worldview.object.event
 
cz.cuni.amis.pogamut.base.communication.worldview.react - package cz.cuni.amis.pogamut.base.communication.worldview.react
 
cz.cuni.amis.pogamut.base.component - package cz.cuni.amis.pogamut.base.component
 
cz.cuni.amis.pogamut.base.component.bus - package cz.cuni.amis.pogamut.base.component.bus
 
cz.cuni.amis.pogamut.base.component.bus.event - package cz.cuni.amis.pogamut.base.component.bus.event
 
cz.cuni.amis.pogamut.base.component.bus.event.impl - package cz.cuni.amis.pogamut.base.component.bus.event.impl
 
cz.cuni.amis.pogamut.base.component.bus.exception - package cz.cuni.amis.pogamut.base.component.bus.exception
 
cz.cuni.amis.pogamut.base.component.controller - package cz.cuni.amis.pogamut.base.component.controller
 
cz.cuni.amis.pogamut.base.component.exception - package cz.cuni.amis.pogamut.base.component.exception
 
cz.cuni.amis.pogamut.base.component.lifecyclebus - package cz.cuni.amis.pogamut.base.component.lifecyclebus
 
cz.cuni.amis.pogamut.base.debug - package cz.cuni.amis.pogamut.base.debug
 
cz.cuni.amis.pogamut.base.factory - package cz.cuni.amis.pogamut.base.factory
 
cz.cuni.amis.pogamut.base.factory.guice - package cz.cuni.amis.pogamut.base.factory.guice
 
cz.cuni.amis.pogamut.base.server - package cz.cuni.amis.pogamut.base.server
 
cz.cuni.amis.pogamut.base.utils - package cz.cuni.amis.pogamut.base.utils
 
cz.cuni.amis.pogamut.base.utils.collections.adapters - package cz.cuni.amis.pogamut.base.utils.collections.adapters
 
cz.cuni.amis.pogamut.base.utils.configuration - package cz.cuni.amis.pogamut.base.utils.configuration
 
cz.cuni.amis.pogamut.base.utils.exception - package cz.cuni.amis.pogamut.base.utils.exception
 
cz.cuni.amis.pogamut.base.utils.future - package cz.cuni.amis.pogamut.base.utils.future
 
cz.cuni.amis.pogamut.base.utils.guice - package cz.cuni.amis.pogamut.base.utils.guice
 
cz.cuni.amis.pogamut.base.utils.jmx - package cz.cuni.amis.pogamut.base.utils.jmx
 
cz.cuni.amis.pogamut.base.utils.jmx.flag - package cz.cuni.amis.pogamut.base.utils.jmx.flag
 
cz.cuni.amis.pogamut.base.utils.logging - package cz.cuni.amis.pogamut.base.utils.logging
 
cz.cuni.amis.pogamut.base.utils.logging.jmx - package cz.cuni.amis.pogamut.base.utils.logging.jmx
 
cz.cuni.amis.pogamut.base.utils.logging.marks - package cz.cuni.amis.pogamut.base.utils.logging.marks
 
cz.cuni.amis.pogamut.base.utils.math - package cz.cuni.amis.pogamut.base.utils.math
 
cz.cuni.amis.pogamut.base3d - package cz.cuni.amis.pogamut.base3d
 
cz.cuni.amis.pogamut.base3d.agent - package cz.cuni.amis.pogamut.base3d.agent
 
cz.cuni.amis.pogamut.base3d.agent.jmx - package cz.cuni.amis.pogamut.base3d.agent.jmx
 
cz.cuni.amis.pogamut.base3d.worldview - package cz.cuni.amis.pogamut.base3d.worldview
 
cz.cuni.amis.pogamut.base3d.worldview.impl - package cz.cuni.amis.pogamut.base3d.worldview.impl
 
cz.cuni.amis.pogamut.base3d.worldview.object - package cz.cuni.amis.pogamut.base3d.worldview.object
 
cz.cuni.amis.pogamut.base3d.worldview.object.event - package cz.cuni.amis.pogamut.base3d.worldview.object.event
 
cz.cuni.amis.pogamut.multi.agent - package cz.cuni.amis.pogamut.multi.agent
 
cz.cuni.amis.pogamut.multi.agent.impl - package cz.cuni.amis.pogamut.multi.agent.impl
 
cz.cuni.amis.pogamut.multi.communication.messages - package cz.cuni.amis.pogamut.multi.communication.messages
 
cz.cuni.amis.pogamut.multi.communication.translator.event - package cz.cuni.amis.pogamut.multi.communication.translator.event
 
cz.cuni.amis.pogamut.multi.communication.worldview - package cz.cuni.amis.pogamut.multi.communication.worldview
 
cz.cuni.amis.pogamut.multi.communication.worldview.impl - package cz.cuni.amis.pogamut.multi.communication.worldview.impl
 
cz.cuni.amis.pogamut.multi.communication.worldview.object - package cz.cuni.amis.pogamut.multi.communication.worldview.object
 
cz.cuni.amis.pogamut.multi.communication.worldview.property - package cz.cuni.amis.pogamut.multi.communication.worldview.property
 
cz.cuni.amis.pogamut.multi.factory.guice - package cz.cuni.amis.pogamut.multi.factory.guice
 
cz.cuni.amis.pogamut.multi.params - package cz.cuni.amis.pogamut.multi.params
 
cz.cuni.amis.pogamut.multi.params.impl - package cz.cuni.amis.pogamut.multi.params.impl
 
cz.cuni.amis.pogamut.multi.utils.exception - package cz.cuni.amis.pogamut.multi.utils.exception
 
cz.cuni.amis.pogamut.multi.utils.timekey - package cz.cuni.amis.pogamut.multi.utils.timekey
 
cz.cuni.amis.pogamut.unreal.agent.navigation - package cz.cuni.amis.pogamut.unreal.agent.navigation
 
cz.cuni.amis.pogamut.unreal.bot - package cz.cuni.amis.pogamut.unreal.bot
 
cz.cuni.amis.pogamut.unreal.bot.impl - package cz.cuni.amis.pogamut.unreal.bot.impl
 
cz.cuni.amis.pogamut.unreal.communication.messages - package cz.cuni.amis.pogamut.unreal.communication.messages
 
cz.cuni.amis.pogamut.unreal.communication.messages.gbcommands - package cz.cuni.amis.pogamut.unreal.communication.messages.gbcommands
 
cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages - package cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages
 
cz.cuni.amis.pogamut.unreal.communication.worldview.map - package cz.cuni.amis.pogamut.unreal.communication.worldview.map
 
cz.cuni.amis.pogamut.unreal.server - package cz.cuni.amis.pogamut.unreal.server
 
cz.cuni.amis.pogamut.unreal.server.exception - package cz.cuni.amis.pogamut.unreal.server.exception
 
cz.cuni.amis.pogamut.ut2004.agent.module.logic - package cz.cuni.amis.pogamut.ut2004.agent.module.logic
 
cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric - package cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric
 
cz.cuni.amis.pogamut.ut2004.agent.module.sensor - package cz.cuni.amis.pogamut.ut2004.agent.module.sensor
Utility classes concerning some aspects of the gameplay (mainly for UT).
cz.cuni.amis.pogamut.ut2004.agent.module.utils - package cz.cuni.amis.pogamut.ut2004.agent.module.utils
 
cz.cuni.amis.pogamut.ut2004.agent.navigation - package cz.cuni.amis.pogamut.ut2004.agent.navigation
Navigation API for Unreal.
cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall - package cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall
 
cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator - package cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator
 
cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector - package cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector
 
cz.cuni.amis.pogamut.ut2004.agent.navigation.timeoutestimator - package cz.cuni.amis.pogamut.ut2004.agent.navigation.timeoutestimator
 
cz.cuni.amis.pogamut.ut2004.agent.params - package cz.cuni.amis.pogamut.ut2004.agent.params
 
cz.cuni.amis.pogamut.ut2004.agent.utils - package cz.cuni.amis.pogamut.ut2004.agent.utils
 
cz.cuni.amis.pogamut.ut2004.analyzer - package cz.cuni.amis.pogamut.ut2004.analyzer
 
cz.cuni.amis.pogamut.ut2004.analyzer.stats - package cz.cuni.amis.pogamut.ut2004.analyzer.stats
 
cz.cuni.amis.pogamut.ut2004.bot - package cz.cuni.amis.pogamut.ut2004.bot
Abstract classes used for creating concrete bots.
cz.cuni.amis.pogamut.ut2004.bot.command - package cz.cuni.amis.pogamut.ut2004.bot.command
Utility classes wrapping various command messages.
cz.cuni.amis.pogamut.ut2004.bot.exception - package cz.cuni.amis.pogamut.ut2004.bot.exception
 
cz.cuni.amis.pogamut.ut2004.bot.impl - package cz.cuni.amis.pogamut.ut2004.bot.impl
 
cz.cuni.amis.pogamut.ut2004.bot.jmx - package cz.cuni.amis.pogamut.ut2004.bot.jmx
JMX interfaces for remote management of the bots.
cz.cuni.amis.pogamut.ut2004.bot.state - package cz.cuni.amis.pogamut.ut2004.bot.state
 
cz.cuni.amis.pogamut.ut2004.bot.state.impl - package cz.cuni.amis.pogamut.ut2004.bot.state.impl
 
cz.cuni.amis.pogamut.ut2004.communication.messages - package cz.cuni.amis.pogamut.ut2004.communication.messages
Java wrappers for the message objects send by the GameBots2004 and GameBotsUE2.
cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands - package cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
 
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages - package cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
cz.cuni.amis.pogamut.ut2004.communication.parser - package cz.cuni.amis.pogamut.ut2004.communication.parser
 
cz.cuni.amis.pogamut.ut2004.communication.translator - package cz.cuni.amis.pogamut.ut2004.communication.translator
 
cz.cuni.amis.pogamut.ut2004.communication.translator.bot - package cz.cuni.amis.pogamut.ut2004.communication.translator.bot
 
cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state - package cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state
 
cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support - package cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support
 
cz.cuni.amis.pogamut.ut2004.communication.translator.bot.transition - package cz.cuni.amis.pogamut.ut2004.communication.translator.bot.transition
 
cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor - package cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
 
cz.cuni.amis.pogamut.ut2004.communication.translator.observer - package cz.cuni.amis.pogamut.ut2004.communication.translator.observer
 
cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state - package cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state
 
cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support - package cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support
 
cz.cuni.amis.pogamut.ut2004.communication.translator.server - package cz.cuni.amis.pogamut.ut2004.communication.translator.server
 
cz.cuni.amis.pogamut.ut2004.communication.translator.server.state - package cz.cuni.amis.pogamut.ut2004.communication.translator.server.state
 
cz.cuni.amis.pogamut.ut2004.communication.translator.server.support - package cz.cuni.amis.pogamut.ut2004.communication.translator.server.support
 
cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events - package cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events
 
cz.cuni.amis.pogamut.ut2004.communication.translator.shared.transition - package cz.cuni.amis.pogamut.ut2004.communication.translator.shared.transition
 
cz.cuni.amis.pogamut.ut2004.communication.worldview - package cz.cuni.amis.pogamut.ut2004.communication.worldview
 
cz.cuni.amis.pogamut.ut2004.communication.worldview.map - package cz.cuni.amis.pogamut.ut2004.communication.worldview.map
 
cz.cuni.amis.pogamut.ut2004.communication.worldview.objects - package cz.cuni.amis.pogamut.ut2004.communication.worldview.objects
 
cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.property - package cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.property
 
cz.cuni.amis.pogamut.ut2004.component - package cz.cuni.amis.pogamut.ut2004.component
 
cz.cuni.amis.pogamut.ut2004.factory.direct.remoteagent - package cz.cuni.amis.pogamut.ut2004.factory.direct.remoteagent
 
cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent - package cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent
 
cz.cuni.amis.pogamut.ut2004.observer - package cz.cuni.amis.pogamut.ut2004.observer
 
cz.cuni.amis.pogamut.ut2004.observer.exception - package cz.cuni.amis.pogamut.ut2004.observer.exception
 
cz.cuni.amis.pogamut.ut2004.observer.impl - package cz.cuni.amis.pogamut.ut2004.observer.impl
 
cz.cuni.amis.pogamut.ut2004.server - package cz.cuni.amis.pogamut.ut2004.server
 
cz.cuni.amis.pogamut.ut2004.server.exception - package cz.cuni.amis.pogamut.ut2004.server.exception
 
cz.cuni.amis.pogamut.ut2004.server.impl - package cz.cuni.amis.pogamut.ut2004.server.impl
 
cz.cuni.amis.pogamut.ut2004.storyworld.perception - package cz.cuni.amis.pogamut.ut2004.storyworld.perception
 
cz.cuni.amis.pogamut.ut2004.storyworld.place - package cz.cuni.amis.pogamut.ut2004.storyworld.place
 
cz.cuni.amis.pogamut.ut2004.utils - package cz.cuni.amis.pogamut.ut2004.utils
Utility classes connected to the Unreal Engine.
cz.cuni.amis.pogamut.ut2004multi.communication.worldview - package cz.cuni.amis.pogamut.ut2004multi.communication.worldview
 
cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects - package cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects
 
cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property - package cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property
 
cz.cuni.amis.utils - package cz.cuni.amis.utils
 
cz.cuni.amis.utils.astar - package cz.cuni.amis.utils.astar
 
cz.cuni.amis.utils.collections - package cz.cuni.amis.utils.collections
Collection wrappers supporting change events.
cz.cuni.amis.utils.configuration - package cz.cuni.amis.utils.configuration
 
cz.cuni.amis.utils.configuration.providers - package cz.cuni.amis.utils.configuration.providers
 
cz.cuni.amis.utils.exception - package cz.cuni.amis.utils.exception
 
cz.cuni.amis.utils.flag - package cz.cuni.amis.utils.flag
 
cz.cuni.amis.utils.flag.connective - package cz.cuni.amis.utils.flag.connective
 
cz.cuni.amis.utils.future - package cz.cuni.amis.utils.future
 
cz.cuni.amis.utils.iterators - package cz.cuni.amis.utils.iterators
 
cz.cuni.amis.utils.listener - package cz.cuni.amis.utils.listener
 
cz.cuni.amis.utils.logging - package cz.cuni.amis.utils.logging
 
cz.cuni.amis.utils.maps - package cz.cuni.amis.utils.maps
 
cz.cuni.amis.utils.objectmanager - package cz.cuni.amis.utils.objectmanager
 
cz.cuni.amis.utils.sets - package cz.cuni.amis.utils.sets
 
cz.cuni.amis.utils.statistic - package cz.cuni.amis.utils.statistic
 
cz.cuni.amis.utils.token - package cz.cuni.amis.utils.token
 

D

Damage - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
Amount of damage taken.
Damage - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerDamaged
Amount of damage done.
DamagePerSec - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
Amount of damage we will suffer per second if we stay in this zone.
DamageRadius - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
If the projectile has splash damage, how big it is – in ut units.
DamageRadius - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
If the projectile has splash damage, how big it is – in ut units.
DamageScaling - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Damage scaling for this bot.
DamageScaling - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
Damage scaling for this bot.
DamageTrig - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
True if the mover needs to be shot to be activated.
DamageTrig - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
True if the mover needs to be shot to be activated.
DamageType - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
A string describing what kind of damage.
DamageType - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
A string describing what kind of damage killed the bot.
DamageType - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerDamaged
A string describing what kind of damage.
DamageType - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
A string describing what kind of damage killed the victim.
DamageType - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
Type of the damage in this zone.
data - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocalImpl.AliveMessageLocalUpdate
 
data - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl.AutoTraceRayLocalUpdate
 
data - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl.BombInfoLocalUpdate
 
data - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl.ConfigChangeLocalUpdate
 
Data - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogCommand
Data carried in the message, usually in form "param1=value1¶m2=value2&...¶mN=valueN", equals, ampersands and backslashes are escaped by backslash.
data - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocalImpl.FlagInfoLocalUpdate
 
data - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocalImpl.GameInfoLocalUpdate
 
data - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl.IncomingProjectileLocalUpdate
 
data - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl.InitedMessageLocalUpdate
 
data - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocalImpl.ItemLocalUpdate
 
data - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocalImpl.MoverLocalUpdate
 
data - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl.MyInventoryLocalUpdate
 
data - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl.NavPointLocalUpdate
 
data - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl.PlayerLocalUpdate
 
data - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl.SelfLocalUpdate
 
data - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocalImpl.TeamScoreLocalUpdate
 
data - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocalImpl.VehicleLocalUpdate
 
deaths - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
How many times the observed bot has died.
Deaths - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerScore
Number of players deaths.
DeathString - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
String describing this type of death.
DeathString - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
String describing this type of death.
DebugServersProvider - Class in cz.cuni.amis.pogamut.base.debug
Here agents register/deregister servers that they are running on.
DebugServersProvider() - Constructor for class cz.cuni.amis.pogamut.base.debug.DebugServersProvider
 
decreaseKey(NODE) - Method in class cz.cuni.amis.utils.astar.AStarHeap
 
decreaseStateCount(ComponentState) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
Decreases (-1) count of the 'state', DOES NOT TRIGGER SharedComponentController#componentStateCountChanged().
decreaseStateCount(ComponentState, int) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
Decreases (-n) count of the 'state', DOES NOT TRIGGER SharedComponentController#componentStateCountChanged().
decrement(int) - Method in class cz.cuni.amis.utils.flag.FlagInteger
 
DEFAULT_LINE_END - Static variable in class cz.cuni.amis.pogamut.base.communication.command.impl.Act
Default termination of commands.
DEFAULT_LINE_END - Static variable in class cz.cuni.amis.pogamut.base.communication.connection.impl.AbstractConnection
 
DefaultLogFormatter - Class in cz.cuni.amis.utils.logging
Pogamut custom formatter used as default.
DefaultLogFormatter() - Constructor for class cz.cuni.amis.utils.logging.DefaultLogFormatter
 
DefaultLogFormatter(String) - Constructor for class cz.cuni.amis.utils.logging.DefaultLogFormatter
 
DefaultLogFormatter(String, boolean) - Constructor for class cz.cuni.amis.utils.logging.DefaultLogFormatter
 
defaultLogLevel - Variable in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
Default log level that is set to the agent after its instantiation.
defaultLogLevel - Variable in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
Default log level that is set to the agent after its instantiation.
DefaultPogamutPlatform - Class in cz.cuni.amis.pogamut.base.utils
Singleton for platform wide settings like: JMX, properties loading.
DefaultPogamutPlatform() - Constructor for class cz.cuni.amis.pogamut.base.utils.DefaultPogamutPlatform
 
defreeze() - Method in class cz.cuni.amis.utils.flag.Flag
Method is synchronized.
defreeze() - Method in interface cz.cuni.amis.utils.flag.IFlag
 
defreeze() - Method in class cz.cuni.amis.utils.flag.ImmutableFlag
 
deg(double) - Static method in class cz.cuni.amis.pogamut.base.utils.math.A
 
DEG_TO_RAD - Static variable in class cz.cuni.amis.pogamut.base.utils.math.A
 
DEG_TO_UT_ANGLE - Static variable in class cz.cuni.amis.pogamut.ut2004.utils.UnrealUtils
 
degreeToUnrealDegrees(int) - Static method in class cz.cuni.amis.pogamut.ut2004.utils.UnrealUtils
Converts angle in degrees (0-360) to Unreal units used for angles (0-65635).
Delay - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Jump
After time specified here, the bot performs second jump of a double jump (if DoubleJump is true).
DelayTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
Delay before starting to open (or before lift starts to move).
DelayTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
Delay before starting to open (or before lift starts to move).
deleteMin() - Method in class cz.cuni.amis.utils.astar.AStarHeap
 
DELIMITER - Static variable in class cz.cuni.amis.pogamut.base.debug.DebugServersProvider
 
DELIMITERS_EXTENDED - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
DELIMITERS_STANDARD - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
deregisterServer(String) - Static method in class cz.cuni.amis.pogamut.base.debug.DebugServersProvider
 
descriptor - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weapon
 
Descriptor - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
Descriptor of the item - according the ItemType you may cast this to various XYZDescriptor.
Descriptor - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
Descriptor of the item - according the ItemType you may cast this to various XYZDescriptor.
Descriptor - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemPickedUp
Descriptor of the item - according the ItemType you may cast this to various XYZDescriptor.
Descriptor - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl
Descriptor of the item - according the ItemType you may cast this to various XYZDescriptor.
Descriptor - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage
Descriptor of the item - according the ItemType you may cast this to various XYZDescriptor.
Descriptor - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStaticImpl
Descriptor of the item - according the ItemType you may cast this to various XYZDescriptor.
descriptors - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
Sensory module that provides mapping between ItemType and ItemDescriptor providing an easy way to obtain item descriptors for various items in UT2004.
deserialize(ObjectName, byte[]) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
Deprecated. 
deserialize(String, byte[]) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
Deprecated. 
deserialize(String, ObjectName, byte[]) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
Deprecated. 
DesiredSkill - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Can range from 0 to 7.
DesiredTeam - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChanged
This is the team we wanted to change to (0 for red,1 for blue, etc..).
Destination - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
Final destination where the camera should move.
destroy() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.WaitForEvent
Destroys the object ...
destroy() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController.LocalController
 
Destructive - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
If this zone kills most of the actors instantly.
DialogBegin - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command DLGBEGIN.
DialogBegin(String, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogBegin
Creates new instance of command DialogBegin.
DialogBegin() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogBegin
Creates new instance of command DialogBegin.
DialogBegin(DialogBegin) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogBegin
Cloning constructor.
DialogCancel - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command DLGCANCEL.
DialogCancel(String, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogCancel
Creates new instance of command DialogCancel.
DialogCancel() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogCancel
Creates new instance of command DialogCancel.
DialogCancel(DialogCancel) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogCancel
Cloning constructor.
DialogCommand - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event DLGCMD.
DialogCommand() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogCommand
Parameter-less contructor for the message.
DialogCommand(String, String, String, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogCommand
Creates new instance of the message DialogCommand.
DialogCommand(DialogCommand) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogCommand
Cloning constructor from the full message.
DialogEnd - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command DLGEND.
DialogEnd(String, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogEnd
Creates new instance of command DialogEnd.
DialogEnd() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogEnd
Creates new instance of command DialogEnd.
DialogEnd(DialogEnd) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogEnd
Cloning constructor.
DialogFailed - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event DFAIL.
DialogFailed() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogFailed
Parameter-less contructor for the message.
DialogFailed(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogFailed
Creates new instance of the message DialogFailed.
DialogFailed(DialogFailed) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogFailed
Cloning constructor from the full message.
DialogId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Id of dialog, which should the message alter.
DialogId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
Our Id of the dialog - we will match this Id in response messages and in PLI messages.
DialogId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerInput
An Id of the dialog (if set any) that the player has visible on the HUD.
DialogItem - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command DLGITEM.
DialogItem(String, String, String, String, String, String, Dimension2D, Point2D, String, Color, Color, String, Color, String, String, String, String, String, Point2D, Dimension2D) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Creates new instance of command DialogItem.
DialogItem() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Creates new instance of command DialogItem.
DialogItem(DialogItem) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Cloning constructor.
DialogOk - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event DOK.
DialogOk() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogOk
Parameter-less contructor for the message.
DialogOk(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogOk
Creates new instance of the message DialogOk.
DialogOk(DialogOk) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogOk
Cloning constructor from the full message.
Dimension2D_Double - Class in cz.cuni.amis.utils
WHY Dimension2D hasn't default Float and Double implementation?
Dimension2D_Double() - Constructor for class cz.cuni.amis.utils.Dimension2D_Double
 
Dimension2D_Double(double, double) - Constructor for class cz.cuni.amis.utils.Dimension2D_Double
 
Dimension2DProperty - Class in cz.cuni.amis.pogamut.multi.communication.worldview.property
Implementation of the ISharedProperty interface for Dimension2D value type.
Dimension2DProperty(WorldObjectId, String, Dimension2D, Class) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.Dimension2DProperty
 
Dimension2DProperty(Dimension2DProperty) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.Dimension2DProperty
 
DirectDamage - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
If the damage is direct.
DirectDamage - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
If the damage is direct.
DirectDamage - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerDamaged
If the damage is direct.
DirectDamage - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
If the damage is direct.
Direction - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddRay
Vector direction of the ray (it will be relative - added to the vector, where the bot is looking, also takes into account angle of the floor the bot is standing on).
Direction - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Dodge
Relative vector, will be normalized.
Direction - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
Vector that sets direction of the move of this camera.
Direction - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
Which direction projectile is heading to -> orientation vector.
Direction - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
Which direction projectile is heading to -> orientation vector.
dirty - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty
 
disable() - Method in class cz.cuni.amis.pogamut.base.communication.command.react.CommandReact
Disables the reaction.
disable() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.react.EventReact
Disables the reaction.
disable() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReact
Disables the reaction.
Disable - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
If true disables actual emittor (it will dissappear).
disableAutoTracing() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleRayCasting
Disables auto trace rays.
DisconnectBot - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command DISCONNECT.
DisconnectBot() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DisconnectBot
Creates new instance of command DisconnectBot.
DisconnectBot(DisconnectBot) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DisconnectBot
Cloning constructor.
DisconnectObserver - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command DISC.
DisconnectObserver() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DisconnectObserver
Creates new instance of command DisconnectObserver.
DisconnectObserver(DisconnectObserver) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DisconnectObserver
Cloning constructor.
DisperserLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
Sent only in BotScenario game type.
DisperserLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Sent only in BotScenario game type.
DisperserRadius - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
Sent only in BotScenario game type.
DisperserRadius - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Sent only in BotScenario game type.
distance(SPLocation) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.perception.SPLocation
 
distanceFromRunningVector(Location, Velocity, Location) - Static method in class cz.cuni.amis.pogamut.base.utils.math.A
 
DistanceUtils - Class in cz.cuni.amis.pogamut.base.utils.math
 
DistanceUtils() - Constructor for class cz.cuni.amis.pogamut.base.utils.math.DistanceUtils
 
dodge(Vector3d) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
Makes the bot to dodge in the selected direction (this is in fact single jump that is executed to selected direction).
Dodge - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command DODGE.
Dodge(Vector3d) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Dodge
Creates new instance of command Dodge.
Dodge() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Dodge
Creates new instance of command Dodge.
dodgeBack(ILocated, ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
Dodges to the back...
dodgeBack(ILocated, ILocated, double) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
Dodges to the back...
dodgeLeft(ILocated, ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
Dodges to the left...
dodgeLeft(ILocated, ILocated, double) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
Dodges to the left...
dodgeRight(ILocated, ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
Dodges to the right...
dodgeRight(ILocated, ILocated, double) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
Dodges to the right...
DodgeSpeedFactor - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Dodge speed factor.
DodgeSpeedFactor - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
Dodge speed factor.
DodgeSpeedZ - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Dodge jump Z boost of the bot.
DodgeSpeedZ - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
Dodge jump Z boost of the bot.
DomPoint - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
If this point marks a DominationPoint (for BotDoubleDomination game).
DomPoint - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If this point marks a DominationPoint (for BotDoubleDomination game).
DomPointController - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
Exported if this NavPoint is a DominationPoint (for BotDoubleDomination game) - which team controls this point.
DomPointController - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Exported if this NavPoint is a DominationPoint (for BotDoubleDomination game) - which team controls this point.
Door - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
If this point marks a door mover.
Door - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If this point marks a door mover.
DoorOpened - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
True if this NavPoint is a Door and door is opened.
DoorOpenedPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointShared
 
doReflexion(Object, Class<? extends ItemDescriptor>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ItemDescriptor
This method does the mapping from a map of attributes contained it ITCMsg and the attributes of the descriptor.
dot(Location) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Calculates dot product of this Location and Location b
dot(Velocity) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Computes dot product of this and other given velocity.
dot(Velocity, Velocity) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Computes dot product of two given velocities.
dot2D(Location) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Calculates dot product of this Location and Location b in 2D (x,y coord only)
doubleDamageCount - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
How many times the bot had double damage.
doubleDamageTime - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Total number of seconds the bot had double damage.
doubleJump() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
Makes the bot to double jump instantly (issues GB JUMP command) with default settings.
doubleJump(double, double) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
Makes the bot to double jump instantly (issues GB JUMP command) with custom settings.
DoubleJump - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Jump
If set to True will cause the bot to perform double jump.
DoubleJump - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.JumpPerformed
Whether this is a double jump.
DoubleProperty - Class in cz.cuni.amis.pogamut.multi.communication.worldview.property
Implementation of the ISharedProperty interface for Double value type.
DoubleProperty(WorldObjectId, String, Double, Class) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.DoubleProperty
 
DoubleProperty(DoubleProperty) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.DoubleProperty
 
doubleValue(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Return a double from num token in txt.
DrawTraceLines - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
If set to true, the rays of automatic ray tracing (ATR messages) will be drawn in the game.
DrawTraceLines - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
if the GB should draw lines representing the auto ray traces of the bot (for more information see ATR message).
DrawTraceLines - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
if the GB should draw lines representing the auto ray traces of the bot (for more information see ATR message).
Driver - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
Unique Id of the driver - if any.
DriverPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
 
DriveTo - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command DRIVETO.
DriveTo(UnrealId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DriveTo
Creates new instance of command DriveTo.
DriveTo() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DriveTo
Creates new instance of command DriveTo.
DriveTo(DriveTo) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DriveTo
Cloning constructor.
Dropped - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
Whether it is regular item or one dropped by some bot (usually during dying).
Dropped - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemPickedUp
Whether it is a regular item or dropped by player or bot.
DroppedPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemShared
 
DUMMY - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 

E

edgeSet() - Method in interface cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealMap
 
edgeSet() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.UT2004Map
 
Effect - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
What should this message do.
elementChanged(T, boolean) - Method in class cz.cuni.amis.utils.collections.ElementListener
Called each time an element changes.
ElementListener<T> - Class in cz.cuni.amis.utils.collections
Simple listener called for each element that has changed even in batch updates.
ElementListener() - Constructor for class cz.cuni.amis.utils.collections.ElementListener
 
empty() - Method in class cz.cuni.amis.utils.astar.AStarHeap
 
enable() - Method in class cz.cuni.amis.pogamut.base.communication.command.react.CommandReact
Enables the reaction.
enable() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.react.EventReact
Enables the reaction.
enable() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReact
Enables the reaction.
enableAutoTracing() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleRayCasting
Enables auto trace rays.
enableJMX() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.AgentJMXComponents
This enables the JMX feature on the whole agent notifying all IJMXEnabled components to register itself to provided mBeanServer.
enableJMX(MBeanServer, ObjectName) - Method in interface cz.cuni.amis.pogamut.base.agent.jmx.IJMXEnabled
Method for starting the JMX extension of the class.
enableJMX(MBeanServer, ObjectName) - Method in class cz.cuni.amis.pogamut.base.agent.module.JMXAgentModule
Register JMX components.
enableJMX(MBeanServer, ObjectName) - Method in class cz.cuni.amis.pogamut.base.communication.command.impl.Act
 
enableJMX(MBeanServer, ObjectName) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.FolderToIJMXEnabledAdapter
 
enableJMX(MBeanServer, ObjectName) - Method in class cz.cuni.amis.pogamut.base.utils.logging.AgentLogger
 
enableJMX(MBeanServer, ObjectName) - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.AgentLoggerJMXProxy
 
enableLogReading() - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.LogCategoryJMXProxy
 
EndMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event END.
EndMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EndMessage
Parameter-less contructor for the message.
EndMessage(double) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EndMessage
Creates new instance of the message EndMessage.
EndMessage(EndMessage) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EndMessage
Cloning constructor from the full message.
endMessageListener - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
 
EndPlayers - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command ENDPLRS.
EndPlayers() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.EndPlayers
Creates new instance of command EndPlayers.
EndPlayers(EndPlayers) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.EndPlayers
Cloning constructor.
endRayInitSequence() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Raycasting
Once all rays were initialized using createRay(...) methods, call this method to start listening for response from UT.
EndVelocity - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
This is relative velocity direction vector that will affect the speed and direction of the balls going in.
EnteredVehicle - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event ENTERED.
EnteredVehicle() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EnteredVehicle
Parameter-less contructor for the message.
EnteredVehicle(UnrealId, String, Location) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EnteredVehicle
Creates new instance of the message EnteredVehicle.
EnteredVehicle(EnteredVehicle) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EnteredVehicle
Cloning constructor from the full message.
EnterVehicle - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command ENTER.
EnterVehicle(UnrealId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.EnterVehicle
Creates new instance of command EnterVehicle.
EnterVehicle() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.EnterVehicle
Creates new instance of command EnterVehicle.
EnterVehicle(EnterVehicle) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.EnterVehicle
Cloning constructor.
entrySet() - Method in class cz.cuni.amis.utils.maps.AbstractLazyMap
 
entrySet() - Method in class cz.cuni.amis.utils.maps.LazyMap
 
entrySet() - Method in class cz.cuni.amis.utils.SoftHashMap
 
EnvironmentVariableProvider - Class in cz.cuni.amis.utils.configuration.providers
Read property from system variable.
EnvironmentVariableProvider() - Constructor for class cz.cuni.amis.utils.configuration.providers.EnvironmentVariableProvider
 
equal(Location, Location) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Tells, whether two given locations equal.
equal(Location, Location, double) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Tells, whether the distance between coordinates of two given locations is less than or equal to the given epsilon.
equal(Velocity, Velocity) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Tells, whether two given velocities equal.
equal(Velocity, Velocity, double) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Tells, whether the distance between coordinates of two given velocities is less than or equal to the given epsilon.
equals(Object) - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
 
equals(Object) - Method in class cz.cuni.amis.pogamut.base.agent.impl.AgentId
 
equals(Object) - Method in class cz.cuni.amis.pogamut.base.agent.state.impl.AgentState
 
equals(Object) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId
 
equals(Object) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogHandler
 
equals(Object) - Method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogEventMark
 
equals(Object) - Method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogMapMark
 
equals(Location) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Tells, whether this location equals to given location.
equals(Location, double) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Tells, whether the distance between coordinates of this location and given location is less than or equal to the given epsilon.
equals(Velocity) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Tells, whether this velocity equals to given velocity.
equals(Velocity, double) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Tells, whether the distance between coordinates of this velocity and given velocity is less than or equal to the given epsilon.
equals(Object) - Method in class cz.cuni.amis.pogamut.multi.agent.impl.TeamId
 
equals(Object) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty
 
equals(Object) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.PropertyId
 
equals(Object) - Method in class cz.cuni.amis.pogamut.multi.utils.timekey.TimeKey
 
equals(Object) - Method in class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
 
equals(Object) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPref
 
equals(Object) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
Indicates whether some other ItemType is "equal to" this one.
equals(Object) - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Waylink
 
equals(Object) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.perception.SPLocation
 
equals(Object) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlace
 
equals(Object) - Method in class cz.cuni.amis.utils.flag.connective.And
 
equals(Object) - Method in class cz.cuni.amis.utils.NKey
 
equals(Object, Object) - Static method in class cz.cuni.amis.utils.SafeEquals
 
equals(Object) - Method in class cz.cuni.amis.utils.token.Token
Actually the implementation is as good as it can be, containing early-success checking + NPE-proofed.
Erase - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
If true will erase previously set points.
estimatedCost - Variable in class cz.cuni.amis.utils.astar.AStarResult
Used and filled by A* alorithm (AStar.aStar()).
event(IComponentEvent) - Method in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
event(IComponentEvent<?>) - Method in interface cz.cuni.amis.pogamut.base.component.bus.IComponentBus
Propagates new event.
event(IComponentEvent) - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
Event - Interface in cz.cuni.amis.utils.listener
Marker interface for all events.
eventBus - Variable in class cz.cuni.amis.pogamut.base.agent.module.AgentModule
 
eventBus - Variable in class cz.cuni.amis.pogamut.base.communication.connection.impl.AbstractConnection
Event bus of the agent.
eventBus - Variable in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
eventBus - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
eventCounter - Variable in class cz.cuni.amis.pogamut.base.utils.jmx.flag.JMXFlagDecorator
 
EventDrivenLocalWorldView - Class in cz.cuni.amis.pogamut.multi.communication.worldview.impl
 
EventDrivenLocalWorldView(ComponentDependencies, ILifecycleBus, IAgentLogger, ISharedWorldView, ITeamedAgentId) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenLocalWorldView
 
EventDrivenSharedWorldView - Class in cz.cuni.amis.pogamut.multi.communication.worldview.impl
 
EventDrivenSharedWorldView(Logger) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenSharedWorldView
 
EventDrivenWorldView - Class in cz.cuni.amis.pogamut.base.communication.worldview.impl
Schema: "real" world | ...
EventDrivenWorldView(ComponentDependencies, IComponentBus, IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.impl.EventDrivenWorldView
 
eventEndMessage(EndMessage) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004AStarPathFuture
 
eventEndMessage() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004PathExecutor
 
EventFilter<T> - Class in cz.cuni.amis.pogamut.base.component.bus.event
Class for accepting events - provides description of which event should be checked and method that performs the check.
EventFilter(Class<T>) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.EventFilter
 
EventFilter(Class<T>, Class<? extends IComponent>) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.EventFilter
 
EventFilter(Class<T>, Token) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.EventFilter
 
EventInstigator - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Trigger
Should be the Id of the player who triggered this (ourself?).
EventListener - Annotation Type in cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation
Used by AnnotationListenerRegistrator to register level A listener (IWorldView.addEventListener(Class, cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEventListener) for the annotated method.
eventListeners - Variable in class cz.cuni.amis.utils.collections.ObservableCollection
 
eventPath(Path) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004AStarPathFuture
 
EventReact<EVENT extends IWorldEvent> - Class in cz.cuni.amis.pogamut.base.communication.worldview.react
This abstract class allows you to easily hook a specific event-handling behavior.
EventReact(Class<EVENT>, IWorldView) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.react.EventReact
 
EventReactOnce<EVENT extends IWorldEvent> - Class in cz.cuni.amis.pogamut.base.communication.worldview.react
This abstract class allows you to easily hook a specific event-handling behavior.
EventReactOnce(Class<EVENT>, IWorldView) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.react.EventReactOnce
 
events - Variable in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Gateway for sending events into the event bus.
eventSelf(IWorldObjectEvent<Self>) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector.UT2004PositionHistoryStuckDetector
 
eventSelf(IWorldObjectEvent<Self>) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector.UT2004TimeStuckDetector
 
eventsToProcess - Variable in class cz.cuni.amis.pogamut.base.communication.worldview.impl.LockableWorldView
List of events received when the worldview was locked.
eventTransactional(IComponentEvent) - Method in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
eventTransactional(IComponentEvent<?>) - Method in interface cz.cuni.amis.pogamut.base.component.bus.IComponentBus
Propagates new event in the context of current event (if called within the context of event).
eventTransactional(IComponentEvent) - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
exception(Exception, String) - Method in interface cz.cuni.amis.pogamut.base.communication.parser.impl.yylex.IYylexObserver
Called whenever exception occures in the Yylex caused by OUR miscoding.
exception(Exception, String) - Method in class cz.cuni.amis.pogamut.base.communication.parser.impl.yylex.IYylexObserver.LogObserver
 
exception - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.ScannerSink
Exception that ended the startig.
ExceptionDiscarder<T> - Class in cz.cuni.amis.utils
Used for adapting APIs throwing exceptions to usecases where this is not desired.
ExceptionDiscarder() - Constructor for class cz.cuni.amis.utils.ExceptionDiscarder
 
exceptionOccured(Exception, String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Logs the exception if observer present, or print it to System.out.
ExceptionToString - Class in cz.cuni.amis.utils
Simple class that serialize (format) exception to the String allowing you to specify a message as a prefix of the whole string.
ExceptionToString() - Constructor for class cz.cuni.amis.utils.ExceptionToString
 
execute(T) - Method in class cz.cuni.amis.utils.flag.Flag.DoInSync
 
execute(T) - Method in class cz.cuni.amis.utils.flag.FlagInteger.DoInSyncWithReason
 
execute(T, R) - Method in class cz.cuni.amis.utils.flag.FlagInteger.DoInSyncWithReason
 
executor - Variable in class cz.cuni.amis.pogamut.ut2004.agent.navigation.AbstractUT2004PathNavigator
Executor who is using the navigator.
exists(long) - Static method in class cz.cuni.amis.pogamut.multi.utils.timekey.TimeKey
Checks if a TimeKey instance exists for the integer time.
ExpInterp(double, double, double) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Exponentially interpolates between 2 doubles with alpha as strength.

F

factory - Variable in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
Used to instantiate new agents.
FactoryAdrenalineCount - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
Sent only in BotScenario game type.
FactoryAdrenalineCount - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Sent only in BotScenario game type.
FactoryLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
Sent only in BotScenario game type.
FactoryLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Sent only in BotScenario game type.
FactoryRadius - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
Sent only in BotScenario game type.
FactoryRadius - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Sent only in BotScenario game type.
FactorySpawnType - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
Sent only in BotScenario game type.
FactorySpawnType - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Sent only in BotScenario game type.
FactoryUse - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command USE.
FactoryUse() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.FactoryUse
Creates new instance of command FactoryUse.
FactoryUse(FactoryUse) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.FactoryUse
Cloning constructor.
FactoryUsed - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event USED.
FactoryUsed() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FactoryUsed
Parameter-less contructor for the message.
FactoryUsed(boolean, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FactoryUsed
Creates new instance of the message FactoryUsed.
FactoryUsed(FactoryUsed) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FactoryUsed
Cloning constructor from the full message.
FadeOut - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SendMessage
Enables text bubble.
FadeTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
This will affect the fade in and fade out times of the balls.
failure - Variable in enum cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueNavigator.Stage
Whether the navigation has failed.
FallEdge - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event FAL.
FallEdge() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FallEdge
Parameter-less contructor for the message.
FallEdge(boolean, Location) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FallEdge
Creates new instance of the message FallEdge.
FallEdge(FallEdge) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FallEdge
Cloning constructor from the full message.
fastTrace(String, ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleRayCasting
Sends a ray from actual bot location to desired location.
fastTrace(String, ILocated, ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleRayCasting
Sends a ray from desired location to desired location.
FastTrace - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddRay
True if we want to use FastTrace function instead of Trace function (a bit faster but less information provided - just information if we hit something or not).
FastTrace - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command FTRACE.
FastTrace(String, Location, Location) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.FastTrace
Creates new instance of command FastTrace.
FastTrace() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.FastTrace
Creates new instance of command FastTrace.
FastTrace(FastTrace) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.FastTrace
Cloning constructor.
FastTrace - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
True if it is a fast trace, false if not (fast trace is a bit faster version of UT2004 ray trace - but provides us with less information - just true/false if we hit something on the way or not).
FastTrace - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
True if it is a fast trace, false if not (fast trace is a bit faster version of UT2004 ray trace - but provides us with less information - just true/false if we hit something on the way or not).
FastTraceResponse - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event FTR.
FastTraceResponse() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FastTraceResponse
Parameter-less contructor for the message.
FastTraceResponse(String, Location, Location, boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FastTraceResponse
Creates new instance of the message FastTraceResponse.
FastTraceResponse(FastTraceResponse) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FastTraceResponse
Cloning constructor from the full message.
fatalError(String) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
fatalError(String, Throwable) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
fatalError(Throwable) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
fatalError(String) - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentController
 
fatalError(String, Throwable) - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentController
 
fatalError(String) - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControllerBase
Broadcasts fatal error with controlled component as source.
fatalError(String, Throwable) - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControllerBase
Broadcasts fatal error with controlled component as source.
fatalError - Variable in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
Last fatal error sensed.
fatalError(String) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
fatalError(String, Throwable) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
FatalErrorEvent<SOURCE extends IComponent> - Class in cz.cuni.amis.pogamut.base.component.bus.event.impl
 
FatalErrorEvent(SOURCE, String) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.FatalErrorEvent
 
FatalErrorEvent(SOURCE, String, Throwable) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.FatalErrorEvent
 
FatalErrorEvent(SOURCE, Throwable) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.FatalErrorEvent
 
FatalErrorPropagatingEvent<SOURCE extends IComponent> - Class in cz.cuni.amis.pogamut.base.component.bus.event.impl
 
FatalErrorPropagatingEvent(SOURCE, String, Throwable, IComponentEvent) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.FatalErrorPropagatingEvent
 
FatalErrorPropagatingEventException - Exception in cz.cuni.amis.pogamut.base.component.bus.exception
 
FatalErrorPropagatingEventException(IComponentEvent, IComponentBus) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.FatalErrorPropagatingEventException
 
FatalErrorPropagatingEventException(IComponentEvent, Logger, IComponentBus) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.FatalErrorPropagatingEventException
 
FatalErrorPropagatingEventException(IComponentEvent, Throwable, IComponentBus) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.FatalErrorPropagatingEventException
 
FatalErrorPropagatingEventException(IComponentEvent, Throwable, Logger, IComponentBus) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.FatalErrorPropagatingEventException
 
Fell - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FallEdge
Flag for falling, if true, then the bot is already falling.
fieldToName(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ItemDescriptor
Converts a fully qualified field name (e.g.
file - Variable in class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher.FilePublisher
 
fileCounter - Static variable in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
 
FileName - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Record
Name of the saved demo file.
fileOut - Variable in class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher.FilePublisher
 
FilePath - Class in cz.cuni.amis.utils
 
FilePath() - Constructor for class cz.cuni.amis.utils.FilePath
 
fileToOutput - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Concrete file we're currently using.
fileWriter - Variable in class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher.FilePublisher
 
fillInDefaults(PARAMS) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
Fills defaults parameters into the 'params' by using AgentRunner.newDefaultAgentParameters().
fillInDefaults(PARAMS[]) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
Fills defaults parameters into every 'params' of the array by using AgentRunner.newDefaultAgentParameters(), i.e., we're creating a new default parameters for every 'params' from the array.
filter(Collection<T>) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.utils.TabooSet
Filters collection according to the current state of the tabu set.
filter(Collection<T>, TabooSet.IRelaxedTaboo) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.utils.TabooSet
Filters collection according to the current state of the tabu set.
filter() - Method in class cz.cuni.amis.utils.LogFilter
 
filter(T) - Method in class cz.cuni.amis.utils.Query
 
filterUsefulItems(Collection<Item>, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AdvancedItems
Determines, whether an item can be useful for the agent.
finalize() - Method in class cz.cuni.amis.pogamut.multi.utils.timekey.TimeKey
 
fine(String) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
fine(String, Object) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
fine(String, Object[]) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
finer(String) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
finer(String, Object) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
finer(String, Object[]) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
finest(String) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
finest(String, Object) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
finest(String, Object[]) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
finishControllerInitialization() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotController
 
finishControllerInitialization() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
 
finishControllerInitialization() - Method in interface cz.cuni.amis.pogamut.ut2004.bot.IUT2004BotController
Called after IUT2004BotController.botSpawned(GameInfo, ConfigChange, InitedMessage, Self) as a hook for Pogamut's core developers to finalize initialization of various modules.
Finished - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameRestarted
Game restart has been finished.
Firing - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
0 means is not firing, 1 - firing in primary mode, 2 - firing in secondary mode (alt firing).
FiringPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
 
FirstC - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
Starting color of the floating balls.
firstCharToUpperCase(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ItemDescriptor
 
FirstDomPointLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
Location of the first dom point (BotDoubleDomination).
FirstDomPointLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Location of the first dom point (BotDoubleDomination).
FirstLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Move
The bot will start moving to this location first.
FirstMoverStage() - Static method in enum cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueNavigator.Stage
Returns the first step of mover sequence.
FirstSpawnExpectedState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state
FSM switches into this state when PlayerList is transmitted during the handshake.
FirstSpawnExpectedState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.FirstSpawnExpectedState
 
FixedFuture<Result> - Class in cz.cuni.amis.utils.future
Future implementation that holds fixed result.
FixedFuture(Result) - Constructor for class cz.cuni.amis.utils.future.FixedFuture
 
fixSemicolon(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
 
flag - Variable in class cz.cuni.amis.pogamut.base.utils.jmx.flag.JMXFlagDecorator
 
Flag<T> - Class in cz.cuni.amis.utils.flag
This class may be used to create an observable value (you may attach change-listeners to it).
Flag() - Constructor for class cz.cuni.amis.utils.flag.Flag
Initialize the flag with 'null' as an initial value.
Flag(T) - Constructor for class cz.cuni.amis.utils.flag.Flag
Initialize the flag with 'initialValue'.
flag - Variable in class cz.cuni.amis.utils.flag.ImmutableFlag
 
Flag.DoInSync<T> - Class in cz.cuni.amis.utils.flag
Usage of this abstract class is as simple as it could be ...
Flag.DoInSync() - Constructor for class cz.cuni.amis.utils.flag.Flag.DoInSync
 
flagChanged(ComponentState) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController.ComponentStateListener
 
flagChanged(Boolean) - Method in class cz.cuni.amis.utils.flag.connective.ConnectiveListener
 
flagChanged(T) - Method in interface cz.cuni.amis.utils.flag.FlagListener
 
flagChanged(TYPE, REASON) - Method in interface cz.cuni.amis.utils.flag.ReasonFlagListener
This method is called whenever the flag has changed its value and the changer also specified a reason for this change.
flagChanged(T, R) - Method in class cz.cuni.amis.utils.flag.ReasonFlagListener.FlagListenerAdapter
 
flagChanged(T) - Method in class cz.cuni.amis.utils.flag.ReasonFlagListener.FlagListenerAdapter
 
flagChanged(FlagType) - Method in class cz.cuni.amis.utils.future.FlagFuture
 
FlagChangeNotification<T> - Class in cz.cuni.amis.pogamut.base.utils.jmx.flag
 
FlagChangeNotification(JMXFlagDecorator, T) - Constructor for class cz.cuni.amis.pogamut.base.utils.jmx.flag.FlagChangeNotification
 
FlagFuture<Result,FlagType> - Class in cz.cuni.amis.utils.future
Future implementation that is listening on a flag and when it's terminal state is set on the flag the future completes itself with result specified in the map (under the key of the flag value).
FlagFuture(Flag<FlagType>, Map<FlagType, Result>) - Constructor for class cz.cuni.amis.utils.future.FlagFuture
In constructor you have to specify a flag where the future should listen at + terminal states for the future (terminalMap).
FlagFuture(Flag<FlagType>, FlagType, Result) - Constructor for class cz.cuni.amis.utils.future.FlagFuture
Initializing future to wait for 'terminalFlagValue' at 'waitFlag', when that happens complete itself with result 'resultValue'.
FlagInfo - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the GameBots2004 message FLG.
FlagInfo() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo
Parameter-less contructor for the message.
FlagInfo.FlagInfoUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
FlagInfo.FlagInfoUpdate(FlagInfo, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo.FlagInfoUpdate
 
FlagInfo.ObjectDisappeared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
FlagInfo.ObjectDisappeared(FlagInfo, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo.ObjectDisappeared
 
FlagInfoCompositeImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Composite implementation of the FLG abstract message.
FlagInfoCompositeImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoCompositeImpl
Parameter-less contructor for the message.
FlagInfoCompositeImpl(FlagInfoLocalImpl, FlagInfoSharedImpl, FlagInfoStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoCompositeImpl
Composite-impl constructor.
FlagInfoCompositeImpl(FlagInfoCompositeImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoCompositeImpl
Cloning constructor.
FlagInfoLocal - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the local part of the GameBots2004 message FLG.
FlagInfoLocal() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocal
Parameter-less contructor for the message.
FlagInfoLocal.ObjectDisappeared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
FlagInfoLocal.ObjectDisappeared(FlagInfoLocal, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocal.ObjectDisappeared
 
FlagInfoLocalImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message FLG.
FlagInfoLocalImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocalImpl
Parameter-less contructor for the message.
FlagInfoLocalImpl(UnrealId, boolean, boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocalImpl
Creates new instance of the message FlagInfo.
FlagInfoLocalImpl(FlagInfo) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocalImpl
Cloning constructor from the full message.
FlagInfoLocalImpl(FlagInfoLocalImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocalImpl
Cloning constructor from the full message.
FlagInfoLocalImpl(FlagInfoLocal) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocalImpl
Cloning constructor from the message part.
FlagInfoLocalImpl.FlagInfoLocalUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
FlagInfoLocalImpl.FlagInfoLocalUpdate(FlagInfoLocal, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocalImpl.FlagInfoLocalUpdate
 
FlagInfoMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the GameBots2004 message FLG contains also its Local/Shared/Static subpart class definitions..
FlagInfoMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
Parameter-less contructor for the message.
FlagInfoMessage(UnrealId, Location, UnrealId, Integer, boolean, boolean, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
Creates new instance of the message FlagInfo.
FlagInfoMessage(FlagInfoMessage) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
Cloning constructor from the full message.
FlagInfoMessage.FlagInfoLocalMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message FLG, used to facade FLGMessage.
FlagInfoMessage.FlagInfoLocalMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoLocalMessage
 
FlagInfoMessage.FlagInfoSharedMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message FLG, used to facade FLGMessage.
FlagInfoMessage.FlagInfoSharedMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoSharedMessage
 
FlagInfoMessage.FlagInfoStaticMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message FLG, used to facade FLGMessage.
FlagInfoMessage.FlagInfoStaticMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoStaticMessage
 
FlagInfoShared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the shared part of the GameBots2004 message FLG.
FlagInfoShared() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoShared
Parameter-less contructor for the message.
FlagInfoSharedImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message FLG.
FlagInfoSharedImpl(FlagInfoSharedImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoSharedImpl
 
FlagInfoSharedImpl(WorldObjectId, Collection<ISharedProperty>) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoSharedImpl
 
FlagInfoSharedImpl.FlagInfoSharedUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
FlagInfoSharedImpl.FlagInfoSharedUpdate(FlagInfoShared, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoSharedImpl.FlagInfoSharedUpdate
 
FlagInfoStatic - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the static part of the GameBots2004 message FLG.
FlagInfoStatic() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStatic
Parameter-less contructor for the message.
FlagInfoStaticImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message FLG.
FlagInfoStaticImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStaticImpl
Parameter-less contructor for the message.
FlagInfoStaticImpl(UnrealId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStaticImpl
Creates new instance of the message FlagInfo.
FlagInfoStaticImpl(FlagInfo) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStaticImpl
Cloning constructor from the full message.
FlagInfoStaticImpl(FlagInfoStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStaticImpl
Cloning constructor from the full message.
FlagInfoStaticImpl(FlagInfoStatic) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStaticImpl
Cloning constructor from the message part.
FlagInfoStaticImpl.FlagInfoStaticUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
FlagInfoStaticImpl.FlagInfoStaticUpdate(FlagInfoStatic, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStaticImpl.FlagInfoStaticUpdate
 
FlagInteger - Class in cz.cuni.amis.utils.flag
This class is cruicial in order to have synchronized increments on the integer flag.
FlagInteger(Integer) - Constructor for class cz.cuni.amis.utils.flag.FlagInteger
 
FlagInteger.DoInSyncWithReason<T,R> - Class in cz.cuni.amis.utils.flag
This class extends the DoInSync of the reason that was passed along.
FlagInteger.DoInSyncWithReason() - Constructor for class cz.cuni.amis.utils.flag.FlagInteger.DoInSyncWithReason
 
FlagJMXProxy<T> - Class in cz.cuni.amis.pogamut.base.utils.jmx.flag
Proxy exposing remote JMX MBean Flag as local flag.
FlagJMXProxy(ObjectName, MBeanServerConnection, String) - Constructor for class cz.cuni.amis.pogamut.base.utils.jmx.flag.FlagJMXProxy
 
FlagListener<T> - Interface in cz.cuni.amis.utils.flag
 
FlagListener.FlagListenerNotifier<T> - Class in cz.cuni.amis.utils.flag
 
FlagListener.FlagListenerNotifier() - Constructor for class cz.cuni.amis.utils.flag.FlagListener.FlagListenerNotifier
 
FlagListener.FlagListenerNotifier(T) - Constructor for class cz.cuni.amis.utils.flag.FlagListener.FlagListenerNotifier
 
flagName - Variable in class cz.cuni.amis.pogamut.base.utils.jmx.flag.JMXFlagDecorator
 
flags - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointEdgeBuilder
 
Flags - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
Holds information about the path from the NavPoint to its neighbour that is represented by this message.
flags - Variable in class cz.cuni.amis.utils.flag.connective.Connective
 
FLAGS_SUBTYPE - Static variable in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutJMX
Flag class
FLAK_CANNON - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
FlakCannon weapon.
FLAK_CANNON_AMMO - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
FlakCannon ammo.
Flaming - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
If this damage is causing our bot to burn.
Flaming - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
If this damage is causing our bot to burn.
Flaming - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerDamaged
If this damage is causing our bot to burn.
Flaming - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
If this damage is causing the player to burn.
FloatProperty - Class in cz.cuni.amis.pogamut.multi.communication.worldview.property
Implementation of the ISharedProperty interface for Double value type.
FloatProperty(WorldObjectId, String, Float, Class) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.FloatProperty
 
FloatProperty(FloatProperty) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.FloatProperty
 
floatValue(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Return a float from num token in txt.
FloorCorrection - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddRay
If we should correct ray directions accoring floor normal.
FloorCorrection - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
If we should correct ray directions accoring floor normal.
FloorCorrection - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
If we should correct ray directions accoring floor normal.
FloorLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
Holds current floor location under the bot.
FloorLocationPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
FloorNormal - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
Holds current floor normal under the bot.
FloorNormalPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
FloydWarshallMap - Class in cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall
Private map using Floyd-Warshall for path-finding.
FloydWarshallMap(IGhostAgent) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap
 
FloydWarshallMap(IGhostAgent, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap
 
FloydWarshallMap(IGhostAgent, int, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap
 
FloydWarshallMap.PathMatrixNode - Class in cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall
 
FloydWarshallMap.PathMatrixNode() - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap.PathMatrixNode
Doesn't leading anywhere
FloydWarshallMap.PathMatrixNode(float) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap.PathMatrixNode
 
FluidFriction - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
Friction of the fluid.
flush() - Method in class cz.cuni.amis.pogamut.base.communication.connection.WorldWriter
 
flush() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.ILogPublisher
From JavaDoc API:
flush() - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogPublisher
 
flush() - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogHandler
 
flush() - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher.ConsolePublisher
 
flush() - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher.FilePublisher
 
flush() - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher
 
flush() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogPublisher
 
FocusLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CommandPlayer
Applicable for: MOVE.
FocusLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Move
Here you can specify location you want to face during movement.
FocusTarget - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Move
Here you can specify UnrealId of the object you want to face during movement (typically enemy player you want to shoot at).
FolderToIJMXEnabledAdapter - Class in cz.cuni.amis.pogamut.base.utils.jmx
Adapter turning introspection folder into IJMXEnabled component.
FolderToIJMXEnabledAdapter(Folder) - Constructor for class cz.cuni.amis.pogamut.base.utils.jmx.FolderToIJMXEnabledAdapter
 
FOLLOW_PATH_CALLED - Static variable in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutorState
Corresponds to the PathExecutorState.FOLLOW_PATH_CALLED state.
followPath(IPathFuture<? extends PATH_ELEMENT>) - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.AbstractPathExecutor
 
followPath(IPathFuture<? extends PATH_ELEMENT>) - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
Tell the executor to start navigating the agent along the 'path'.
followPath(IPathFuture<? extends PATH_ELEMENT>) - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutor
Makes the agent follow given path.
followPathImpl() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
Method that is called just after the executor's state is switched to PathExecutorState.FOLLOW_PATH_CALLED from within the BasePathExecutor.followPath(IPathFuture) method.
followPathImpl() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004PathExecutor
 
Force - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Jump
Force vector specifying how big the jump should be.
forceDoubleJump - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointEdgeBuilder
 
ForceDoubleJump - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
Whether you need to double jump to get to the neighbour navpoint.
format(LogRecord) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogFormatter
 
format(LogRecord) - Method in class cz.cuni.amis.utils.logging.DefaultLogFormatter
 
formatter - Variable in class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher
 
FragLimit - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
Number of kills needed to win game (BotDeathMatch only).
FragLimitPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoShared
 
freeze() - Method in class cz.cuni.amis.utils.flag.Flag
This method will freeze the processing of the setFlag() method.
freeze() - Method in interface cz.cuni.amis.utils.flag.IFlag
 
freeze() - Method in class cz.cuni.amis.utils.flag.ImmutableFlag
 
From - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.FastTrace
Origin point of the ray.
From - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Trace
Origin point of the ray.
From - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
Location from which the ray is emitted.
From - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
Location from which the ray is emitted.
From - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FastTraceResponse
Location from which the ray is emitted.
From - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Reachable
Exact location of bot at time of check.
From - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TraceResponse
Location from which the ray is emitted.
FromNavPoint - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
Start of the link (edge), where the link originates.
FSM<SYMBOL,CONTEXT> - Class in cz.cuni.amis.fsm
Context aware FSM implementation.
FSM(CONTEXT, Class<? extends IFSMState<SYMBOL, CONTEXT>>, Logger) - Constructor for class cz.cuni.amis.fsm.FSM
FSM constructor that tries to instantiate all states / transitions for itself.
FSM(CONTEXT, IFSMState<SYMBOL, CONTEXT>, Logger) - Constructor for class cz.cuni.amis.fsm.FSM
FSM constructor that tries to instantiate all (but first "state") states / transitions for itself.
FSM(CONTEXT, IFSMState<SYMBOL, CONTEXT>[], IFSMTransition[], Logger) - Constructor for class cz.cuni.amis.fsm.FSM
Note that this constructor will use "states" and "transitions" to instantiate the FSM but you may omit those states/transitions that contains implicite constructor (parameter-less).
FSM.StateWrapper<SYMBOL,CONTEXT> - Class in cz.cuni.amis.fsm
 
FSM.StateWrapper(IFSMState<SYMBOL, CONTEXT>, Logger) - Constructor for class cz.cuni.amis.fsm.FSM.StateWrapper
 
FSM.TransitionWrapper<SYMBOL,CONTEXT> - Class in cz.cuni.amis.fsm
 
FSM.TransitionWrapper(FSM.StateWrapper<SYMBOL, CONTEXT>, Logger) - Constructor for class cz.cuni.amis.fsm.FSM.TransitionWrapper
 
FSM.TransitionWrapper(FSM.StateWrapper<SYMBOL, CONTEXT>, List<IFSMTransition<SYMBOL, CONTEXT>>, Logger) - Constructor for class cz.cuni.amis.fsm.FSM.TransitionWrapper
 
FSMBuildException - Exception in cz.cuni.amis.fsm
Exception that is thrown whenever an error occurs during FSM instantiation.
FSMBuildException(String, Logger) - Constructor for exception cz.cuni.amis.fsm.FSMBuildException
 
FSMDotPrinter - Class in cz.cuni.amis.fsm
Printer creating a Graphviz .dot file from the instantiated FSM.
FSMDotPrinter() - Constructor for class cz.cuni.amis.fsm.FSMDotPrinter
 
FSMInitialState - Annotation Type in cz.cuni.amis.fsm
Simple annotation that tells the FSM that this state is initial.
FSMNested<SYMBOL,CONTEXT> - Class in cz.cuni.amis.fsm
Wraps the IFSM implementation as the IFSMState thus allowing you to create hierarchical fsm.
FSMNested(IFSM<SYMBOL, CONTEXT>) - Constructor for class cz.cuni.amis.fsm.FSMNested
 
FSMOriginalState - Class in cz.cuni.amis.fsm
Marks that the transition leads back to the state from where it originates.
FSMOriginalState() - Constructor for class cz.cuni.amis.fsm.FSMOriginalState
 
FSMState - Annotation Type in cz.cuni.amis.fsm
Annotation marking the class as FSM state containing map() attribute that specifies transitions leading from this state.
FSMTerminalState - Annotation Type in cz.cuni.amis.fsm
Simple annotation that tells the FSM that this state is terminal one.
FSMTransition - Annotation Type in cz.cuni.amis.fsm
This annotation is used inside the map() of the FSMState transition to specify the FSM transition from a certain state.
FULL_DOUBLEJUMP_DELAY - Static variable in class cz.cuni.amis.pogamut.ut2004.utils.UnrealUtils
Delay to be made between two jumps in double jumping (Jump.setDelay(Double)) if if full double jump is needed.
FULL_DOUBLEJUMP_FORCE - Static variable in class cz.cuni.amis.pogamut.ut2004.utils.UnrealUtils
Force to be applied to Jump.setForce(Double) if full double jump is needed.
FULL_JUMP_FORCE - Static variable in class cz.cuni.amis.pogamut.ut2004.utils.UnrealUtils
Force to be applied to Jump.setForce(Double) if full jump is needed.
futureEvent(FutureWithListeners<RESULT>, FutureStatus, FutureStatus) - Method in interface cz.cuni.amis.utils.future.IFutureListener
 
FutureStatus - Enum in cz.cuni.amis.utils.future
Status of the FutureWithListeners object.
FutureWithListeners<RESULT> - Class in cz.cuni.amis.utils.future
Abstract class that represents future result of some computation that allows you to hook listeners on the status of the future computation (see FutureWithListeners.addFutureListener(IFutureListener)).
FutureWithListeners() - Constructor for class cz.cuni.amis.utils.future.FutureWithListeners
 
FutureWrapper<RESULT> - Class in cz.cuni.amis.utils.future
 
FutureWrapper(IFuture<RESULT>) - Constructor for class cz.cuni.amis.utils.future.FutureWrapper
 
fwMap - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
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.ut2004.agent.module.sensor.AgentInfo
Game memory module.
Game - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
Memory module specialized on general info about the game.
Game(UT2004Bot) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Constructor.
Game(UT2004Bot, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Constructor.
game - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
Memory module specialized on general info about the game - game type, time limit, frag limit, etc.
Game - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
Whether to send game-related messages with every update.
Game.GameType - Enum in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
Enums for game types that shields you from Unreal's string ids of game types.
GameConfiguration - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command CONFGAME.
GameConfiguration(Boolean, String, Double) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GameConfiguration
Creates new instance of command GameConfiguration.
GameConfiguration() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GameConfiguration
Creates new instance of command GameConfiguration.
GameConfiguration(GameConfiguration) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GameConfiguration
Cloning constructor.
GameInfo - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the GameBots2004 message NFO.
GameInfo() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
Parameter-less contructor for the message.
GameInfo.GameInfoUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
GameInfo.GameInfoUpdate(GameInfo, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo.GameInfoUpdate
 
GameInfoCompositeImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Composite implementation of the NFO abstract message.
GameInfoCompositeImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
Parameter-less contructor for the message.
GameInfoCompositeImpl(GameInfoLocalImpl, GameInfoSharedImpl, GameInfoStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
Composite-impl constructor.
GameInfoCompositeImpl(GameInfoCompositeImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
Cloning constructor.
GameInfoExpectedState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state
State that expects GameInfo message to came - when it receives GameInfo it switches to the HandshakeControllerState.
GameInfoExpectedState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.GameInfoExpectedState
 
GameInfoExpectedState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state
State that expects GameInfo message to came - when it receives GameInfo it switches to the HandshakeControllerState.
GameInfoExpectedState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.GameInfoExpectedState
 
GameInfoExpectedState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.server.state
State that expects GameInfo message to came - when it receives GameInfo it switches to the HandshakeControllerState.
GameInfoExpectedState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.GameInfoExpectedState
 
GameInfoId - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
 
GameInfoId - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocal
 
GameInfoId - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoShared
 
GameInfoId - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStatic
 
GameInfoLocal - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the local part of the GameBots2004 message NFO.
GameInfoLocal() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocal
Parameter-less contructor for the message.
GameInfoLocalImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message NFO.
GameInfoLocalImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocalImpl
Parameter-less contructor for the message.
GameInfoLocalImpl(GameInfo) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocalImpl
Cloning constructor from the full message.
GameInfoLocalImpl(GameInfoLocalImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocalImpl
Cloning constructor from the full message.
GameInfoLocalImpl(GameInfoLocal) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocalImpl
Cloning constructor from the message part.
GameInfoLocalImpl.GameInfoLocalUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
GameInfoLocalImpl.GameInfoLocalUpdate(GameInfoLocal, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocalImpl.GameInfoLocalUpdate
 
GameInfoMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the GameBots2004 message NFO contains also its Local/Shared/Static subpart class definitions..
GameInfoMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
Parameter-less contructor for the message.
GameInfoMessage(String, String, boolean, double, int, long, int, int, Location, Location, Location, Location, boolean, boolean, Location, double, Location, double, double, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
Creates new instance of the message GameInfo.
GameInfoMessage(GameInfoMessage) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
Cloning constructor from the full message.
GameInfoMessage.GameInfoLocalMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message NFO, used to facade NFOMessage.
GameInfoMessage.GameInfoLocalMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoLocalMessage
 
GameInfoMessage.GameInfoSharedMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message NFO, used to facade NFOMessage.
GameInfoMessage.GameInfoSharedMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoSharedMessage
 
GameInfoMessage.GameInfoStaticMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message NFO, used to facade NFOMessage.
GameInfoMessage.GameInfoStaticMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoStaticMessage
 
GameInfoShared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the shared part of the GameBots2004 message NFO.
GameInfoShared() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoShared
Parameter-less contructor for the message.
GameInfoSharedImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message NFO.
GameInfoSharedImpl(GameInfoSharedImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl
 
GameInfoSharedImpl(WorldObjectId, Collection<ISharedProperty>) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl
 
GameInfoSharedImpl.GameInfoSharedUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
GameInfoSharedImpl.GameInfoSharedUpdate(GameInfoShared, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl.GameInfoSharedUpdate
 
GameInfoStatic - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the static part of the GameBots2004 message NFO.
GameInfoStatic() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStatic
Parameter-less contructor for the message.
GameInfoStaticImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message NFO.
GameInfoStaticImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Parameter-less contructor for the message.
GameInfoStaticImpl(GameInfo) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Cloning constructor from the full message.
GameInfoStaticImpl(GameInfoStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Cloning constructor from the full message.
GameInfoStaticImpl(GameInfoStatic) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Cloning constructor from the message part.
GameInfoStaticImpl.GameInfoStaticUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
GameInfoStaticImpl.GameInfoStaticUpdate(GameInfoStatic, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl.GameInfoStaticUpdate
 
GameInfoTransition - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.shared.transition
Transition that is used in GameInfoExpectedState and ReadyState when the GameInfo message is received to send the GameInfo event.
GameInfoTransition() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.transition.GameInfoTransition
 
GameMessage - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GameConfiguration
Message that will be displayed in the middle of the HUD.
GameMessageTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GameConfiguration
Time the displayed message will stay on the HUD.
GamePaused - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
If the game is paused - nobody can move.
GamePaused - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event PAUSED.
GamePaused() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GamePaused
Parameter-less contructor for the message.
GamePaused(GamePaused) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GamePaused
Cloning constructor from the full message.
GamePausedPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoShared
 
gameRestarted(GameRestarted) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
 
GameRestarted - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event GAMERESTART.
GameRestarted() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameRestarted
Parameter-less contructor for the message.
GameRestarted(boolean, boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameRestarted
Creates new instance of the message GameRestarted.
GameRestarted(GameRestarted) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameRestarted
Cloning constructor from the full message.
gameRestartEnd() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.stats.UT2004AnalyzerObsStats
 
gameRestartEnd() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerObserver
Called whenever GameRestart message with GameRestarted.isFinished() is received.
gameRestartStarted() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerObserver
Called whenever GameRestart message with GameRestarted.isStarted() is received.
GameResumed - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event RESUMED.
GameResumed() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameResumed
Parameter-less contructor for the message.
GameResumed(GameResumed) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameResumed
Cloning constructor from the full message.
Gametype - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
What you are playing (BotDeathMatch, BotTeamGame, BotCTFGame,BotDoubleDomination).
Gametype - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
What you are playing (BotDeathMatch, BotTeamGame, BotCTFGame,BotDoubleDomination).
GBBots - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StartPlayers
All GameBots bots will be exported.
GBEvent - Class in cz.cuni.amis.pogamut.ut2004.communication.messages
 
GBEvent(long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.GBEvent
 
GBObjectUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages
 
GBObjectUpdate() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.GBObjectUpdate
 
gbPort - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
Port for bots.
GeneralDescriptor - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
General descriptor is responsible for all items which are not by default handled by the item translator.
GeneralDescriptorFactory - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
 
generalJump(boolean, double, double) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
Makes the bot to jump instantly (issues GB JUMP command) with custom settings.
generalPrefs - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefs
 
GenericLoader<T> - Class in cz.cuni.amis.utils
 
GenericLoader() - Constructor for class cz.cuni.amis.utils.GenericLoader
 
get() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.PrecomputedPathFuture
 
get(long, TimeUnit) - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.PrecomputedPathFuture
 
get() - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathFuture
First, see Future.get().
get(long, TimeUnit) - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathFuture
Returns a path from IPathFuture.getPathFrom() to IPathFuture.getPathTo().
get() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.event.WorldEventFuture
 
get(long, TimeUnit) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.event.WorldEventFuture
 
get(WorldObjectId) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
get() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
get() - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.IWorldView
Returns map with objects inserted according to their id.
get(WorldObjectId) - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.IWorldView
Returns a world object of the specific id (if exists inside the world view).
get() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectFuture
 
get(long, TimeUnit) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectFuture
 
get(String) - Static method in class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId
Returns shared instance of the WorldObjectId for 'name'.
get(long) - Static method in class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId
Returns shared instance of the WorldObjectId for 'objId'.
get(double) - Static method in class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId
Returns shared instance of the WorldObjectId for 'objId'.
get() - Method in class cz.cuni.amis.pogamut.base.utils.future.ComponentFuture
Blocks until the future is computed and then returns the result of the computation.
get(long, TimeUnit) - Method in class cz.cuni.amis.pogamut.base.utils.future.ComponentFuture
Blocks until the future is computed (or timeout) and then returns the result of the computation.
get() - Method in class cz.cuni.amis.pogamut.base.utils.guice.AdaptableProvider
 
get() - Method in class cz.cuni.amis.pogamut.base.utils.guice.AgentScope.SingletonProvider
 
get() - Method in class cz.cuni.amis.pogamut.base.utils.guice.ProviderAdapter
 
get(WorldObjectId) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
 
get() - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
Returns a map of all CompositeWorldObjects in the world.
get(WorldObjectId, TimeKey) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
Returns the object actual to the specified TimeKey.
get(WorldObjectId) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
get() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
get(TimeKey) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
Returns a map of all CompositeWorldObjects in the world.
get(WorldObjectId, String) - Static method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.PropertyId
Returns a new PropertyId object.
get(WorldObjectId, long) - Static method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.PropertyId
Returns a new PropertyId object.
get(long) - Static method in class cz.cuni.amis.pogamut.multi.utils.timekey.TimeKey
Returns the TimeKey object for the required time.
get() - Static method in class cz.cuni.amis.pogamut.multi.utils.timekey.TimeKeyManager
Get the singleton instance.
get(String) - Static method in class cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId
Note that if you run some map from cmdline, NavPoint-s name prefix is generated case censitive.
get(ConfigChange) - Method in enum cz.cuni.amis.pogamut.ut2004.bot.IUT2004Bot.BoolBotParam
 
get(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.GeneralDescriptor
 
get() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server.MapChangeFuture
 
get(long, TimeUnit) - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server.MapChangeFuture
 
get() - Method in enum cz.cuni.amis.pogamut.ut2004.utils.LinkFlag
Returns integer of the flag.
get(int) - Method in class cz.cuni.amis.utils.collections.ObservableList
 
get(Flag<Boolean>, Flag<Boolean>) - Static method in class cz.cuni.amis.utils.flag.connective.And
 
get(Flag<Boolean>[]) - Static method in class cz.cuni.amis.utils.flag.connective.And
 
get(Flag<Boolean>, Flag<Boolean>) - Static method in class cz.cuni.amis.utils.flag.connective.Or
 
get(Flag<Boolean>[]) - Static method in class cz.cuni.amis.utils.flag.connective.Or
 
get() - Method in class cz.cuni.amis.utils.future.CombinedBooleanFuture
 
get(long, TimeUnit) - Method in class cz.cuni.amis.utils.future.CombinedBooleanFuture
 
get() - Method in class cz.cuni.amis.utils.future.FixedFuture
 
get(long, TimeUnit) - Method in class cz.cuni.amis.utils.future.FixedFuture
 
get() - Method in class cz.cuni.amis.utils.future.FlagFuture
 
get(long, TimeUnit) - Method in class cz.cuni.amis.utils.future.FlagFuture
 
get() - Method in class cz.cuni.amis.utils.future.FutureWithListeners
 
get(long, TimeUnit) - Method in class cz.cuni.amis.utils.future.FutureWithListeners
Returns a result or waits for the computation till timeout.
get() - Method in class cz.cuni.amis.utils.future.FutureWrapper
 
get(long, TimeUnit) - Method in class cz.cuni.amis.utils.future.FutureWrapper
 
get() - Method in interface cz.cuni.amis.utils.future.IFuture
Waits if necessary for the computation to complete, and then retrieves its result.
get(long, TimeUnit) - Method in interface cz.cuni.amis.utils.future.IFuture
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available.
get() - Method in class cz.cuni.amis.utils.future.RunnableFuture
 
get(long, TimeUnit) - Method in class cz.cuni.amis.utils.future.RunnableFuture
 
get(String, String) - Method in class cz.cuni.amis.utils.IniFile
 
get(String) - Method in class cz.cuni.amis.utils.IniFile.Section
Returns a value of the propety with 'key'.
get() - Method in class cz.cuni.amis.utils.Lazy
Synonym for Lazy.getVal().
get(Object) - Method in class cz.cuni.amis.utils.maps.AbstractLazyMap
 
get(Object) - Method in class cz.cuni.amis.utils.maps.HashMapList
Returns a list under a specific key in the map.
get(Object) - Method in class cz.cuni.amis.utils.maps.HashMapMap
The get method ensures that the requested map under primaryKey always exists!
get(PRIMARY_KEY, SECONDARY_KEY) - Method in class cz.cuni.amis.utils.maps.HashMapMap
Returns an item under primary and secondary key if exists (otherwise a null is returned).
get(Object) - Method in class cz.cuni.amis.utils.maps.HashMapSet
The get method ensures that the requested set under primaryKey always exists!
get(Object) - Method in class cz.cuni.amis.utils.maps.HashTriMap
Returns a HashMap> Never returns null, if the map under primary key doesn't exist, an empty one is added and returned.
get(PRIMARY_KEY, SECONDARY_KEY) - Method in class cz.cuni.amis.utils.maps.HashTriMap
Returns the requested map, never returns null.
get(PRIMARY_KEY, SECONDARY_KEY, TERTIARY_KEY) - Method in class cz.cuni.amis.utils.maps.HashTriMap
Returns item specified, returns null if item does not appear in the map.
get(Object) - Method in class cz.cuni.amis.utils.maps.LazyMap
 
get(Object) - Method in class cz.cuni.amis.utils.maps.LazyMapMap
The get method ensures that the requested map under primaryKey always exists!
get(PRIMARY_KEY, SECONDARY_KEY) - Method in class cz.cuni.amis.utils.maps.LazyMapMap
Returns an item under primary and secondary key if exists (otherwise a null is returned).
get(Object) - Method in class cz.cuni.amis.utils.maps.WeakHashMapMap
 
get(PRIMARY_KEY, SECONDARY_KEY) - Method in class cz.cuni.amis.utils.maps.WeakHashMapMap
Returns the requested item under primary and secondary key.
get(Object) - Method in class cz.cuni.amis.utils.maps.WeakHashQuadMap
 
get(PRIMARY_KEY, SECONDARY_KEY) - Method in class cz.cuni.amis.utils.maps.WeakHashQuadMap
If the requested secondLevel map does not exist an empty one is created, inserted according to the primaryKey and returned.
get(PRIMARY_KEY, SECONDARY_KEY, TERTIARY_KEY) - Method in class cz.cuni.amis.utils.maps.WeakHashQuadMap
If the requested level 3 map does not exist an empty one is created, inserted and returned.
get(PRIMARY_KEY, SECONDARY_KEY, TERTIARY_KEY, QUATERNARY_KEY) - Method in class cz.cuni.amis.utils.maps.WeakHashQuadMap
Returns null if the mapping is not present.
get(Object) - Method in class cz.cuni.amis.utils.maps.WeakHashTriMap
Returns a HashMap> Never returns null, if the map under primary key doesn't exist, an empty one is added and returned.
get(PRIMARY_KEY, SECONDARY_KEY) - Method in class cz.cuni.amis.utils.maps.WeakHashTriMap
Returns the requested map, never returns null.
get(PRIMARY_KEY, SECONDARY_KEY, TERTIARY_KEY) - Method in class cz.cuni.amis.utils.maps.WeakHashTriMap
Returns item specified, returns null if item does not appear in the map.
get() - Method in class cz.cuni.amis.utils.objectmanager.ObjectManager
Returns you an instance of object.
get(Object) - Method in class cz.cuni.amis.utils.SoftHashMap
 
get() - Method in class cz.cuni.amis.utils.SyncLazy
 
get(String) - Static method in class cz.cuni.amis.utils.token.Tokens
Returns Token with name "tokenStr", do not use Tokens.NULL_TOKEN string "null" as param 'tokenStr' that represents null tokens (tokens without names).
get(long) - Static method in class cz.cuni.amis.utils.token.Tokens
Returns Token of a specified 'id'.
get(double) - Static method in class cz.cuni.amis.utils.token.Tokens
Returns Token of a specified 'id'.
getAccelerationRate() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives acceleration rate of the agent.
getAccelRate() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
Accelartion rate of this bot.
getAccelRate() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
getAccelRate() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
Accelartion rate of this bot.
getAccelRate() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Accelartion rate of this bot.
getAccelRate() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getAccelRate() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
Accelartion rate of this bot.
getAct() - Method in interface cz.cuni.amis.pogamut.base.agent.IEmbodiedAgent
 
getAct() - Method in interface cz.cuni.amis.pogamut.base.agent.IGhostAgent
Returns an object through which we may communicate with the world.
getAct() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractEmbodiedAgent
 
getAct() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractGhostAgent
 
getAct() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.proxy.GhostAgentJMXProxy
 
getAct() - Method in class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
 
getAct() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotController
 
getAct() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
 
getAction() - Method in interface cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IPlayer
 
getAction() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.CompleteBotCommandsWrapper
Returns cz.cuni.amis.pogamut.ut2004.bot.commands.Action command module.
getAction() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Sets atomic action for the bot (BDI).
getAction() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: BUTTON, IMAGE.
getAction() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange
Name of current BDI action.
getAction() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
 
getAction() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
Name of current BDI action.
getAction() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
Name of current BDI action.
getAction() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeLocalMessage
Name of current BDI action.
getAction() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
 
getAction() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.KeyEvent
Action that happened with the key.
getAction() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player
Atomic action this bot is doing (BDI).
getAction() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerCompositeImpl
 
getAction() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
 
getAction() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerSharedMessage
Atomic action this bot is doing (BDI).
getAction() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
Atomic action this bot is doing (BDI).
getAction() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
Atomic action this bot is doing (BDI).
getAction() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
Name of the current BDI action.
getAction() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
getAction() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
getAction() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
Name of the current BDI action.
getAction() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
Name of the current BDI action.
getAction() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Name of the current BDI action.
getActor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Trigger
Should be the trigger we have triggered.
getActualWeaponPref() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Get WeaponPref for actually used weapon.
getActualWeaponType() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Get WeaponPref for actually used weapon.
getAddress() - Method in class cz.cuni.amis.pogamut.base.communication.connection.impl.AbstractConnection
 
getAddress() - Method in interface cz.cuni.amis.pogamut.base.communication.connection.IWorldConnection
Get the descriptor of the connection's remote side.
getAddress() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient
 
getAddressProvider() - Method in class cz.cuni.amis.pogamut.base.factory.guice.GuiceRemoteAgentModule
 
getAdrenaline() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, how much adrenaline the agent has.
getAdrenaline() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeAttribute
Sets the bot adrenaline.
getAdrenaline() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
How much adrenaline the bot has.
getAdrenaline() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
getAdrenaline() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
getAdrenaline() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
How much adrenaline the bot has.
getAdrenaline() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
How much adrenaline the bot has.
getAdrenaline() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
How much adrenaline the bot has.
getAdrenalineMax() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
Maxium amount of the adrenaline.
getAdrenalineMax() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
getAdrenalineMax() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
Maxium amount of the adrenaline.
getAdrenalineMax() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Maxium amount of the adrenaline.
getAdrenalineMax() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getAdrenalineMax() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
Maxium amount of the adrenaline.
getAdrenalineStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
Amount of adrenaline at the start.
getAdrenalineStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
getAdrenalineStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
Amount of adrenaline at the start.
getAdrenalineStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Amount of adrenaline at the start.
getAdrenalineStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getAdrenalineStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
Amount of adrenaline at the start.
getAgent() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.adapter.AgentMBeanAdapter
 
getAgentCount(IAgentDescriptor<PARAMS, MODULE>...) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
Sums all IAgentDescriptor.getCount().
getAgentId() - Method in interface cz.cuni.amis.pogamut.base.agent.params.IAgentParameters
Returns unique agent's id (and human-readable name) that is going to be used by the newly created agent instance.
getAgentId() - Method in class cz.cuni.amis.pogamut.base.agent.params.impl.AgentParameters
 
getAgentId() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController.ComponentStateListener
 
getAgentId() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController.LocalController
 
getAgentId() - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
getAgentId() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger
Returns agent name.
getAgentId() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient
 
getAgentId() - Method in class cz.cuni.amis.pogamut.multi.communication.messages.SharedBatchBeginEvent
 
getAgentId() - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
 
getAgentId() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
Returns agentId of the agent associated with this WorldView.
getAgentIdProvider() - Method in class cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule
Returns a provider for the IAgentId interface.
getAgentJMXName() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.AgentJMXComponents
Returns ObjectName of the agent.
getAgentModule() - Method in interface cz.cuni.amis.pogamut.base.agent.utils.runner.IAgentDescriptor
Agent module that contains bindings for the classes, used by GuiceAgentFactory (or concretely by the Guice) to instantiate the agent.
getAgentModule() - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentDescriptor
 
getAgentModule() - Method in class cz.cuni.amis.pogamut.base.factory.guice.AbstractGuiceAgentFactory
Returns the module that the factory is working with.
getAgentModule() - Method in class cz.cuni.amis.pogamut.base.factory.guice.GuiceRemoteAgentFactory
 
getAgentModule() - Method in class cz.cuni.amis.pogamut.multi.factory.guice.GuiceTeamRemoteAgentFactory
 
getAgentModule() - Method in class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004AnalyzerFactory
 
getAgentModule() - Method in class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004BotFactory
 
getAgentModule() - Method in class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004ObserverFactory
 
getAgentModule() - Method in class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004ServerFactory
 
getAgentObjectName(IToken) - Static method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutJMX
Returns an ObjectName for the Pogamut's agents given by his 'agentId'.
getAgentObjectName(String) - Static method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutJMX
Returns an ObjectName for the Pogamut's agents given by his 'agentId'.
getAgentParameters() - Method in interface cz.cuni.amis.pogamut.base.agent.utils.runner.IAgentDescriptor
Respective parameters of the agents.
getAgentParameters() - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentDescriptor
 
getAgentParamsProvider() - Method in class cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule
Returns a provider for the IAgentParameters interface.
getAgents() - Method in interface cz.cuni.amis.pogamut.base.server.IWorldAgentsObserver
Instances of the IAgent interface returned might not be the agents themselves as they can run on remote machines.
getAgents() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.AbstractUT2004Server
 
getAgentScope() - Method in class cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule
AgentScope that is holding agent-scope-singletons (classes annotated with AgentScoped).
getAirControl() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives agent's control of movement while in the air.
getAirControl() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
How well can be the bot controlled in the air (ranges from 0 to 1).
getAirControl() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
getAirControl() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
How well can be the bot controlled in the air (ranges from 0 to 1).
getAirControl() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
How well can be the bot controlled in the air (ranges from 0 to 1).
getAirControl() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getAirControl() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
How well can be the bot controlled in the air (ranges from 0 to 1).
getAirSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives maximum speed of the agent while moving in the air.
getAirSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
AirSpeed of the bot (in the air).
getAirSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
getAirSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
AirSpeed of the bot (in the air).
getAirSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
AirSpeed of the bot (in the air).
getAirSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getAirSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
AirSpeed of the bot (in the air).
getAll() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
getAll(Class<T>) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
getAll() - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.IWorldView
Returns map of all objects that are present in the world view.
getAll(Class<T>) - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.IWorldView
Returns map of all objects of a specific type that are present in the world view.
getAll() - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
Returns all objects sorted according to class.
getAll(Class<T>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
 
getAll(TimeKey) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
Returns all objects sorted according to class.
getAll() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
getAll(Class<T>, TimeKey) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
Returns a lazy-implemented classMap containing CompositeWorldObjects current to the specified TimeKey.
getAll(Class<T>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
getAll(long, TimeUnit) - Method in class cz.cuni.amis.utils.future.CombinedBooleanFuture
 
getAllCTFFlags() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Returns a map indexed by team numbers, holding all flags in the game.
getAllCTFFlagsCollection() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Returns a collection of all the flags in the game.
getAllFields(Class, boolean) - Static method in class cz.cuni.amis.utils.ClassUtils
 
GetAllInvetories - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command GETINVS.
GetAllInvetories() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetAllInvetories
Creates new instance of command GetAllInvetories.
GetAllInvetories(GetAllInvetories) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetAllInvetories
Cloning constructor.
getAllItems(double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AdvancedItems
Retrieves map of all items (both known and thrown).
getAllItems(ItemType, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AdvancedItems
Retrieves map of all items of specific type (both known and thrown).
getAllItems(ItemType.Category, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AdvancedItems
Retrieves map of all items of specific category (both known and thrown).
getAllItems(ItemType.Group, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AdvancedItems
Retrieves map of all items of specific group (both known and thrown).
getAllItems() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Retrieves list of all items, which includes all known pickups and all visible thrown items.
getAllItems(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Retrieves list of all items of specific type.
getAllItems(ItemType.Category) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Retrieves map of all items belonging to a specific 'category' of items, which includes all known pickups.
getAllItems(ItemType.Group) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Retrieves map of all items belonging to a specific 'group' of items, which includes all known pickups.
getAllKeys() - Static method in class cz.cuni.amis.pogamut.multi.utils.timekey.TimeKey
 
GetAllNavPoints - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command GETNAVS.
GetAllNavPoints() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetAllNavPoints
Creates new instance of command GetAllNavPoints.
GetAllNavPoints(GetAllNavPoints) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetAllNavPoints
Cloning constructor.
getAllPlaces() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorld
 
getAllRaysInitialized() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Raycasting
 
GetAllStatus - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command ALL.
GetAllStatus() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetAllStatus
Creates new instance of command GetAllStatus.
GetAllStatus(GetAllStatus) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetAllStatus
Cloning constructor.
getAllVisible() - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.VisionWorldView
 
getAllVisible(Class<T>) - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.VisionWorldView
 
getAllVisible() - Method in interface cz.cuni.amis.pogamut.base3d.worldview.IVisionWorldView
Returns map of all visible objects (IViewable instances} - those that the agent can currently see.
getAllVisible(Class<T>) - Method in interface cz.cuni.amis.pogamut.base3d.worldview.IVisionWorldView
Returns map of all visible objects (IViewable instances} - those that the agent can currently see.
getAllVisible() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.VisionLocalWorldView
 
getAllVisible(Class<T>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.VisionLocalWorldView
 
getAllVisible() - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.IVisionLocalWorldView
Returns map of all visible objects (IViewable instances} - those that the agent can currently see.
getAllVisible(Class<T>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.IVisionLocalWorldView
Returns map of all visible objects (IViewable instances} - those that the agent can currently see.
getAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weapon
Returns total ammount of ammo the bot has for the weapon (both primary and secondary).
getAmmo(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Returns an amount of ammo of 'ammoOrWeaponType' the bot currently has.
getAmmos() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Returns a map with current state of ammo (ammo for owned weapons as well as ammo for weapons that the bot do not have yet).
getAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Rotate
Amount in UT units to rotate.
getAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AdrenalineGained
Amount of adrenaline gained.
getAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item
If this item is some ammo or health pack, here we can find out how much of the attribute this item will add.
getAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
If this item is some ammo or health pack, here we can find out how much of the attribute this item will add.
getAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCompositeImpl
 
getAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
 
getAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemStaticMessage
If this item is some ammo or health pack, here we can find out how much of the attribute this item will add.
getAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemPickedUp
If this item is some ammo or health pack, here we can find out how much of the attribute this item will add.
getAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStatic
If this item is some ammo or health pack, here we can find out how much of the attribute this item will add.
getAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl
If this item is some ammo or health pack, here we can find out how much of the attribute this item will add.
getAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventory
If this item is ammo or armor, this holds the amount of the item the player has.
getAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryCompositeImpl
 
getAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocal
If this item is ammo or armor, this holds the amount of the item the player has.
getAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl
If this item is ammo or armor, this holds the amount of the item the player has.
getAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage
 
getAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventoryLocalMessage
If this item is ammo or armor, this holds the amount of the item the player has.
getAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ItemDescriptor
 
getAmountSec() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemPickedUp
Only sent if this item is a weapon.
getArmor() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, how much of combined armor the agent is wearing.
getArmor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
Combined size of high armor and low armor (or small armor).
getArmor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
getArmor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
getArmor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
Combined size of high armor and low armor (or small armor).
getArmor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
Combined size of high armor and low armor (or small armor).
getArmor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Combined size of high armor and low armor (or small armor).
getArmor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle
How much the vehicle has left.
getArmor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleCompositeImpl
 
getArmor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
 
getArmor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleSharedMessage
How much the vehicle has left.
getArmor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
How much the vehicle has left.
getArmor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
How much the vehicle has left.
getAsText() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location.PropertyEditor
 
getAsText() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation.PropertyEditor
 
getAsText() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity.PropertyEditor
 
getAttribute(ObjectName, String) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
getAttributeNoException(String) - Method in class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentJMXProxy
 
getAttributes(ObjectName, String[]) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
getAvailableMaps() - Method in interface cz.cuni.amis.pogamut.unreal.server.IUnrealServer
 
getAvailableMaps() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.AbstractUT2004Server
 
getAvailableMaps() - Method in interface cz.cuni.amis.pogamut.ut2004.server.IUT2004Server
 
getAverage(Collection<Location>) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Calculates average of all 'locations'.
getAverage(TYPE[]) - Method in interface cz.cuni.amis.utils.statistic.IAveragator
Returns an average of all items passed.
getAverage() - Method in interface cz.cuni.amis.utils.statistic.IMovingAverage
Returns an average of all items stored.
getAverage() - Method in class cz.cuni.amis.utils.statistic.MovingAverage
 
getAxis() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Rotate
If provided as "Vertical", rotation will be done to Pitch (up/down).
getBackground() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: PANEL, BUTTON.
getBase(Token) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorld
 
getBase(String) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorld
 
getBase(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorld
 
getBaseMap() - Method in class cz.cuni.amis.utils.collections.LazyMapValuesCollection
 
getBasePos() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover
Base position of the mover.
getBasePos() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
 
getBasePos() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
 
getBasePos() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverStaticMessage
Base position of the mover.
getBasePos() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStatic
Base position of the mover.
getBasePos() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
Base position of the mover.
getBaseRot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover
Base rotation of the mover.
getBaseRot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
 
getBaseRot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
 
getBaseRot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverStaticMessage
Base rotation of the mover.
getBaseRot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStatic
Base rotation of the mover.
getBaseRot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
Base rotation of the mover.
getBases() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorldData
 
getBaseSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives maximum base speed of the agent.
getBgColor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: PANEL, BUTTON.
getBlockedByIp() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Password
IP:Port who has blocked the server
getBlueBaseLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
Location of the base spawning the blue flag (team 1) (BotCTFGame).
getBlueBaseLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
getBlueBaseLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoStaticMessage
Location of the base spawning the blue flag (team 1) (BotCTFGame).
getBlueBaseLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
getBlueBaseLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStatic
Location of the base spawning the blue flag (team 1) (BotCTFGame).
getBlueBaseLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Location of the base spawning the blue flag (team 1) (BotCTFGame).
getBody() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
 
getBoolConfigure(IUT2004Bot.BoolBotParam) - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot
 
getBoolConfigure(IUT2004Bot.BoolBotParam) - Method in interface cz.cuni.amis.pogamut.ut2004.bot.IUT2004Bot
Get configuration parameter value.
getBoolConfigure(IUT2004Bot.BoolBotParam) - Method in class cz.cuni.amis.pogamut.ut2004.bot.jmx.BotJMXProxy
 
getBooleanProperty(String) - Method in class cz.cuni.amis.pogamut.base.utils.DefaultPogamutPlatform
 
getBooleanProperty(String) - Method in interface cz.cuni.amis.pogamut.base.utils.PogamutPlatform
 
getBorder() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: PANEL, BUTTON.
getBotAddress() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
 
getBotDeath() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Provides information about the way this bot has died.
getBotId() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Returns Id of the bot, sensitive to AgentStats.isObserver().
getBotId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange
Unique Id of the bot.
getBotId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
 
getBotId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
Unique Id of the bot.
getBotId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
Unique Id of the bot.
getBotId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeLocalMessage
Unique Id of the bot.
getBotId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
 
getBotId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
A unique unreal Id of the new bot.
getBotId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
getBotId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
A unique unreal Id of the new bot.
getBotId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
A unique unreal Id of the new bot.
getBotId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getBotId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
A unique unreal Id of the new bot.
getBotId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
Unique Id of the observed bot.
getBotId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
getBotId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
getBotId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
Unique Id of the observed bot.
getBotId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
Unique Id of the observed bot.
getBotId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Unique Id of the observed bot.
getBotPort() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
 
getBox() - Method in interface cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealMap
 
getBox() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.UT2004Map
Get smallest box that contains all waypoints of map.
getBubbleSize() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Sets the bubble size behind the emoticons.
getBubbleType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Sets the bubble type behind the emoticons.
getBumpingPlayer() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Returns tha Player object of the player the bot has bumped into (if it was a bot).
getBumpLocation() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Returns location where bumping occurred.
getCalculatedGravityZ() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
TODO: mystery how to interpret
getCategories() - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
getCategories() - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractLogCategories
Returns IMMUTABLE mapping of cathegories names to instances of those log categories.
getCategories() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger
Return immutable map of all log categories.
getCategories() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.ILogCategories
Returns IMMUTABLE mapping of categories names to instances of those log categories.
getCategories() - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogCategories
 
getCategoriesInternal() - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractLogCategories
 
getCategoriesInternal() - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.LogCategoriesJMXProxy
 
getCategoriesInternal() - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategories
 
getCategory(String) - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
getCategory(IComponent) - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
getCategory(IComponent) - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger
Returns LogCategory for specified IComponent.
getCategory(String) - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger
Returns LogCategory for specified name.
getCategory(String) - Method in interface cz.cuni.amis.pogamut.base.utils.logging.ILogCategories
Returns existing category by the name or adds new one.
getCategory(String) - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogCategories
Returns existing category by the name or adds new one.
getCategory(String) - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.LogCategoriesJMXProxy
 
getCategory(String) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategories
Returns existing category by the name or adds new one.
getCategory() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogEnvelope
 
getCategory() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
Retreives category of the item type.
getCategoryName() - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogPublisher
 
getCategoryName() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogPublisherMBean
 
getCategoryName() - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
getCategoryNames() - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractLogCategories
Returns names of all existing log categories.
getCategoryNames() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.ILogCategories
Returns names of all existing log categories.
getCategoryNames() - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogCategories
 
getCategoryNames() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogCategoriesMBean
Returns names of all logging categories.
getCategoryNames() - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.LogCategoriesJMXProxy
 
getCategoryNamesSorted() - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractLogCategories
Returns names of all existing log categories sorted alphabetically.
getCategoryNamesSorted() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.ILogCategories
Returns names of all existing log categories sorted alphabetically.
getCategoryNamesSorted() - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogCategories
 
getCategoryNamesSorted() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogCategoriesMBean
Returns names of all logging categories alphabetically sorted.
getCause() - Method in interface cz.cuni.amis.pogamut.base.component.bus.event.IFatalErrorEvent
Exception associated with the error, may be null.
getCause() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.impl.FatalErrorEvent
 
getCenter() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Sets the center emoticon.
getCenter() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlace
 
getCenterNavPoint() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlace
 
getCenterSize() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Sets the center emoticon size.
getCenterX() - Method in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.Box
 
getCenterX() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Box
 
getCenterY() - Method in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.Box
 
getCenterY() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Box
 
getCenterZ() - Method in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.Box
 
getCenterZ() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Box
 
getChangeWeaponCooldown() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Returns how often the bot may change weapon.
getChecked() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: OPTION.
getCheckThroughput() - Method in class cz.cuni.amis.utils.Throughput
 
getClassLoader(ObjectName) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
getClassLoaderFor(ObjectName) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
getClassLoaderRepository() - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
getClassName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Sets the Unreal Tournament class of the bot that should be used.
getCollisionH() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
Maximum collision height of the path between navigation points.
getCollisionLocation() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells where the agent has collided.
getCollisionNormal() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells the normal of last agent's collision.
getCollisionR() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
Maximum collision radius of the path between navigation points.
getCombo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
Name of the current combo (None if no combo active).
getCombo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
getCombo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
getCombo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
Name of the current combo (None if no combo active).
getCombo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
Name of the current combo (None if no combo active).
getCombo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Name of the current combo (None if no combo active).
getCommand() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CommandPlayer
Available: MOVE, TURNTO.
getCommand() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Console
The actual console command.
getCommand() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogCommand
Type of the command.
getCommunication() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.CompleteBotCommandsWrapper
Returns cz.cuni.amis.pogamut.ut2004.bot.commands.Communication command module.
getComponent(Class<T>) - Method in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
getComponent(IToken) - Method in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
getComponent(IToken) - Method in interface cz.cuni.amis.pogamut.base.component.bus.IComponentBus
Returns registered component of 'componentId'.
getComponent(Class<T>) - Method in interface cz.cuni.amis.pogamut.base.component.bus.IComponentBus
Returns component of class 'cls', if there is more then one component for that class than an exception is thrown.
getComponent() - Method in class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase
 
getComponent() - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControllerBase
Returns controlled component instance.
getComponent(Class<T>) - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
getComponent(IToken) - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
getComponentClass() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.EventFilter
 
getComponentClass() - Method in interface cz.cuni.amis.pogamut.base.component.bus.event.WaitForEvent.IEventFilter
If it does not return null - then only events that happened on this class of component may be accepted (this class or descendants).
getComponentControl() - Method in class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase
 
getComponentControl() - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControllerBase
Returns component control with lifecycle methods of the component controlled by this instance.
getComponentControl() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
getComponentId() - Method in interface cz.cuni.amis.pogamut.base.agent.IAgent
Returns agent id - contains also a human-readable name that can be changed
getComponentId() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
 
getComponentId() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.adapter.AgentMBeanAdapter
 
getComponentId() - Method in interface cz.cuni.amis.pogamut.base.agent.jmx.adapter.IAgentMBeanAdapter
Returns id of the agent - unique across the JVMs.
getComponentId() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentJMXProxy
 
getComponentId() - Method in class cz.cuni.amis.pogamut.base.agent.module.AgentModule
 
getComponentId() - Method in class cz.cuni.amis.pogamut.base.communication.command.impl.Act
 
getComponentId() - Method in class cz.cuni.amis.pogamut.base.communication.connection.impl.AbstractConnection
 
getComponentId() - Method in class cz.cuni.amis.pogamut.base.communication.mediator.impl.Mediator
 
getComponentId() - Method in class cz.cuni.amis.pogamut.base.communication.parser.impl.yylex.YylexParser
 
getComponentId() - Method in class cz.cuni.amis.pogamut.base.communication.translator.impl.WorldMessageTranslator
 
getComponentId() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
getComponentId() - Method in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
getComponentId() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.EventFilter
 
getComponentId() - Method in interface cz.cuni.amis.pogamut.base.component.bus.event.WaitForEvent.IEventFilter
If it does not return null - then only events from the component of this id may be accepted.
getComponentId() - Method in class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase
 
getComponentId() - Method in interface cz.cuni.amis.pogamut.base.component.IComponent
Unique identification of the component.
getComponentId() - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
getComponentId() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
getComponentId() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
getComponentId() - Method in class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
 
getComponentId() - Method in class cz.cuni.amis.pogamut.ut2004.component.ComponentStub
 
getComponents(Class<T>) - Method in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
getComponents(Class<T>) - Method in interface cz.cuni.amis.pogamut.base.component.bus.IComponentBus
Return all registered components that descend from / implement class 'cls'.
getComponents(Class<T>) - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
getComponentState(IToken) - Method in interface cz.cuni.amis.pogamut.base.component.lifecyclebus.ILifecycleBus
Returns current ComponentState of the component identified by 'componentId'.
getComponentState(Class<? extends IComponent>) - Method in interface cz.cuni.amis.pogamut.base.component.lifecyclebus.ILifecycleBus
Returns current ComponentState of the component that implements / inherit the 'cls' class.
getComponentState(IToken) - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
getComponentState(Class<? extends IComponent>) - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
getCompositeClass() - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ILocalWorldObject
 
getCompositeClass() - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ISharedProperty
Class of the compositeObject this property belongs to.
getCompositeClass() - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ISharedWorldObject
 
getCompositeClass() - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.IStaticWorldObject
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocal
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageShared
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageStatic
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocal
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayShared
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStatic
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocal
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoShared
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStatic
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeShared
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStatic
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocal
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoShared
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStatic
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocal
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoShared
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStatic
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocal
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileShared
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStatic
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageShared
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageStatic
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocal
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemShared
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStatic
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocal
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverShared
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStatic
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocal
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryShared
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStatic
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocal
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointShared
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocal
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerStatic
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocal
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStatic
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocal
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreShared
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStatic
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocal
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
 
getCompositeClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStatic
 
getCompositeObjectClass() - Method in interface cz.cuni.amis.pogamut.multi.communication.translator.event.ISharedWorldObjectUpdatedEvent
This is required by SharedWorldView because objects might not have any sharedProperties but the SharedPart will still be required.
getCompositeObjectClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageSharedImpl.AliveMessageSharedUpdate
 
getCompositeObjectClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRaySharedImpl.AutoTraceRaySharedUpdate
 
getCompositeObjectClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl.BombInfoSharedUpdate
 
getCompositeObjectClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeSharedImpl.ConfigChangeSharedUpdate
 
getCompositeObjectClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoSharedImpl.FlagInfoSharedUpdate
 
getCompositeObjectClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl.GameInfoSharedUpdate
 
getCompositeObjectClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileSharedImpl.IncomingProjectileSharedUpdate
 
getCompositeObjectClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageSharedImpl.InitedMessageSharedUpdate
 
getCompositeObjectClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemSharedImpl.ItemSharedUpdate
 
getCompositeObjectClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverSharedImpl.MoverSharedUpdate
 
getCompositeObjectClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventorySharedImpl.MyInventorySharedUpdate
 
getCompositeObjectClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointSharedImpl.NavPointSharedUpdate
 
getCompositeObjectClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl.PlayerSharedUpdate
 
getCompositeObjectClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl.SelfSharedUpdate
 
getCompositeObjectClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreSharedImpl.TeamScoreSharedUpdate
 
getCompositeObjectClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl.VehicleSharedUpdate
 
getConfig() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
Retrieves the configuration of the bot inside UT2004.
getConfig() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retrieves the configuration of the bot inside UT2004.
getConfig() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
 
getConfiguration() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
 
getConfigureCommands() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.CompleteBotCommandsWrapper
Returns cz.cuni.amis.pogamut.ut2004.bot.commands.ConfigureCommands command module.
getConnected() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient
 
getConnectionReader() - Method in class cz.cuni.amis.pogamut.base.communication.connection.impl.AbstractConnection
This should return plain reader for the current connection.
getConnectionReader() - Method in class cz.cuni.amis.pogamut.base.communication.connection.impl.socket.SocketConnection
 
getConnectionWriter() - Method in class cz.cuni.amis.pogamut.base.communication.connection.impl.AbstractConnection
This should return plain writer for the current connection.
getConnectionWriter() - Method in class cz.cuni.amis.pogamut.base.communication.connection.impl.socket.SocketConnection
 
getContainsAllPlaces() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlace
Returns all places that are inside this one.
getContainsAllPlaces() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlaceBase
Base places don't contains any places...
getContainsPlaces() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlace
Returns set with places this one contains (not recursive!).
getContainsPlaces() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlaceBase
Base places don't contains any places...
getController() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot
Returns the bot controller passed inside UT2004Bot#AbstractUT2004Bot(IAgentId, IComponentBus, IAgentLogger, IVisionWorldView, IAct, IUT2004BotInitialization).
getController() - Method in class cz.cuni.amis.pogamut.ut2004.component.ComponentStub
 
getControlPort() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
 
getCostToNode(NODE) - Method in class cz.cuni.amis.utils.astar.AStarResult
Returns cost of the path from startNode to node if the node was touched by A* algorithm (if A* was successful, then this always contains the goalNode and every node on the path).
getCount() - Method in interface cz.cuni.amis.pogamut.base.agent.utils.runner.IAgentDescriptor
How many instances this object describes, i.e., how many agents should be instantiated using IAgentDescriptor.getAgentModule().
getCount() - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentDescriptor
Returns number of agents to be instantiated using current AgentDescriptor.getAgentModule().
getCount() - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentDependencies
 
getCount() - Method in class cz.cuni.amis.utils.NKey
 
getCreated() - Method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogMapMark
 
getCTFFlag(int) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Retrieves FlagInfo object representing the Flag for input team in BotCTFGame.
getCTFFlags() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Retrieves all FlagInfo objects in the game (by default two) in BotCTFGame.
getCurrentAltAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventory
If this item is a weapon, this holds the amount of secondary ammo.
getCurrentAltAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryCompositeImpl
 
getCurrentAltAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocal
If this item is a weapon, this holds the amount of secondary ammo.
getCurrentAltAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl
If this item is a weapon, this holds the amount of secondary ammo.
getCurrentAltAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage
 
getCurrentAltAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventoryLocalMessage
If this item is a weapon, this holds the amount of secondary ammo.
getCurrentAlternateAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Tells, how much ammo is in the agent's inventory for current weapon for alternate firing mode.
getCurrentAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Tells, how much ammo is in the agent's inventory for current weapon - primary + (if has different secondary ammo type) alternate (secondary).
getCurrentAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, how much ammunition the agent has left for the current weapon in its primary firing mode.
getCurrentAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventory
If this item is a weapon, this holds the amount of primary ammo.
getCurrentAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryCompositeImpl
 
getCurrentAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocal
If this item is a weapon, this holds the amount of primary ammo.
getCurrentAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl
If this item is a weapon, this holds the amount of primary ammo.
getCurrentAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage
 
getCurrentAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventoryLocalMessage
If this item is a weapon, this holds the amount of primary ammo.
getCurrentLength() - Method in interface cz.cuni.amis.utils.statistic.IMovingAverage
Return current number of items that are used to compute the average returned via IMovingAverage.getAverage().
getCurrentLength() - Method in class cz.cuni.amis.utils.statistic.MovingAverage
 
getCurrentMatchTime() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Current match time - note that this might different from the current GB2004 time because the match time is reset upon GameRestarted.
getCurrentPrimaryAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Tells, how much ammo is in the agent's inventory for current weapon.
getCurrentSecondaryAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, how much ammunition the agent has left for the current weapon in its alternate (secondary) firing mode.
getCurrentThroughput() - Method in class cz.cuni.amis.utils.Throughput
Return data / secs.
getCurrentTimeKey() - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
 
getCurrentTimeKey() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
getCurrentUT2004Time() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Returns current UT2004 time (without any deltas, i.e., this is completely driven by the time from BeginMessages).
getCurrentVolumeDamagePerSec() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Amount of damage taken for spending time in the current volume.
getCurrentVolumeDamageType() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives type of damage the current volume inflicts to the agent while he spends time in this volume.
getCurrentVolumeFluidFriction() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Friction of the fluid in this map volume.
getCurrentVolumeGroundFriction() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Friction of the floor in this map volume.
getCurrentWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Retrieves current weapon from the agent's inventory.
getCurrentWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives UnrealId of the weapon the agent is currently holding.
getCurrentWeaponName() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Returns name of the currently wielded weapon (or null if no such weapon exists).
getCurrentWeaponType() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Returns type of the weapon the agent is currently holding (or null if no such weapon exists).
getCurrentZoneGravity() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Gravity in this map zone.
getCurrentZoneVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Pulling velocity in this map zone.
getDamage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
Amount of damage taken.
getDamage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerDamaged
Amount of damage done.
getDamagePerSec() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
Amount of damage we will suffer per second if we stay in this zone.
getDamageRadius() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectile
If the projectile has splash damage, how big it is – in ut units.
getDamageRadius() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileCompositeImpl
 
getDamageRadius() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocal
If the projectile has splash damage, how big it is – in ut units.
getDamageRadius() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
If the projectile has splash damage, how big it is – in ut units.
getDamageRadius() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
 
getDamageRadius() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileLocalMessage
If the projectile has splash damage, how big it is – in ut units.
getDamageScaling() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives scaling factor for damage dealt by the agent.
getDamageScaling() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
Damage scaling for this bot.
getDamageScaling() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
getDamageScaling() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
Damage scaling for this bot.
getDamageScaling() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Damage scaling for this bot.
getDamageScaling() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getDamageScaling() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
Damage scaling for this bot.
getDamageType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
A string describing what kind of damage.
getDamageType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
A string describing what kind of damage killed the bot.
getDamageType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerDamaged
A string describing what kind of damage.
getDamageType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
A string describing what kind of damage killed the victim.
getDamageType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
Type of the damage in this zone.
getData() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogCommand
Data carried in the message, usually in form "param1=value1¶m2=value2&...¶mN=valueN", equals, ampersands and backslashes are escaped by backslash.
getDeaths() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives number of deaths the agent took.
getDeaths() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
How many times in total your bot has died (regardless the type of death).
getDeaths() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerScore
Number of players deaths.
getDeathString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
String describing this type of death.
getDeathString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
String describing this type of death.
getDefaultConsoleHandler() - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
getDefaultConsoleHandler() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger
Returns Handler that provides console publishing of all logs.
getDefaultDescriptor(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ItemTranslator
Gets default Pogamut descriptor for this item.
getDefaultDomain() - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
getDefaultNetworkHandler() - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
getDefaultNetworkHandler() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger
Returns Handler that provides publishing of all logs through NetworkLogPublisher.
getDelay() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Jump
After time specified here, the bot performs second jump of a double jump (if DoubleJump is true).
getDelayTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover
Delay before starting to open (or before lift starts to move).
getDelayTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
 
getDelayTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
 
getDelayTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverStaticMessage
Delay before starting to open (or before lift starts to move).
getDelayTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStatic
Delay before starting to open (or before lift starts to move).
getDelayTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
Delay before starting to open (or before lift starts to move).
getDeltaX() - Method in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.Box
 
getDeltaX() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Box
 
getDeltaY() - Method in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.Box
 
getDeltaY() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Box
 
getDeltaZ() - Method in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.Box
 
getDeltaZ() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Box
 
getDependencies() - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentDependencies
 
getDescription() - Method in class cz.cuni.amis.pogamut.base.agent.state.impl.AgentState
 
getDescription() - Method in interface cz.cuni.amis.pogamut.base.agent.state.level0.IAgentState
Additional information about the state - this is inlcuded to hashCode() and equals() methods.
getDescriptor() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weapon
Returns complete descriptor of the weapon containing various information about the weapon behavior in game.
getDescriptor(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.ItemDescriptors
Returns the descriptor for the given 'itemType'.
getDescriptor(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.ItemDescriptors
Returns the descriptor for the given 'inventoryType'.
getDescriptor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
Descriptor of the item - according the ItemType you may cast this to various XYZDescriptor.
getDescriptor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item
Descriptor of the item - according the ItemType you may cast this to various XYZDescriptor.
getDescriptor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCompositeImpl
 
getDescriptor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
 
getDescriptor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemStaticMessage
Descriptor of the item - according the ItemType you may cast this to various XYZDescriptor.
getDescriptor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemPickedUp
Descriptor of the item - according the ItemType you may cast this to various XYZDescriptor.
getDescriptor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStatic
Descriptor of the item - according the ItemType you may cast this to various XYZDescriptor.
getDescriptor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl
Descriptor of the item - according the ItemType you may cast this to various XYZDescriptor.
getDescriptor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventory
Descriptor of the item - according the ItemType you may cast this to various XYZDescriptor.
getDescriptor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryCompositeImpl
 
getDescriptor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage
 
getDescriptor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventoryStaticMessage
Descriptor of the item - according the ItemType you may cast this to various XYZDescriptor.
getDescriptor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStatic
Descriptor of the item - according the ItemType you may cast this to various XYZDescriptor.
getDescriptor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStaticImpl
Descriptor of the item - according the ItemType you may cast this to various XYZDescriptor.
getDescriptor(ItemTyped) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ItemTranslator
 
getDescriptor(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ItemTranslator
Gets descriptor for this item.
getDescriptorForId(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Returns WeaponDescriptor for a given inventory UnrealId of the weapon.
getDescriptors() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
 
getDesiredSkill() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Can range from 0 to 7.
getDesiredTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChanged
This is the team we wanted to change to (0 for red,1 for blue, etc..).
getDestination() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
Final destination where the camera should move.
getDialogId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Id of dialog, which should the message alter.
getDialogId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
Our Id of the dialog - we will match this Id in response messages and in PLI messages.
getDialogId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerInput
An Id of the dialog (if set any) that the player has visible on the HUD.
getDirection() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddRay
Vector direction of the ray (it will be relative - added to the vector, where the bot is looking, also takes into account angle of the floor the bot is standing on).
getDirection() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Dodge
Relative vector, will be normalized.
getDirection() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
Vector that sets direction of the move of this camera.
getDirection() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectile
Which direction projectile is heading to -> orientation vector.
getDirection() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileCompositeImpl
 
getDirection() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocal
Which direction projectile is heading to -> orientation vector.
getDirection() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
Which direction projectile is heading to -> orientation vector.
getDirection() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
 
getDirection() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileLocalMessage
Which direction projectile is heading to -> orientation vector.
getDisperserLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
Sent only in BotScenario game type.
getDisperserLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
getDisperserLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoStaticMessage
Sent only in BotScenario game type.
getDisperserLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
getDisperserLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStatic
Sent only in BotScenario game type.
getDisperserLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Sent only in BotScenario game type.
getDisperserRadius() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
Sent only in BotScenario game type.
getDisperserRadius() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
getDisperserRadius() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoStaticMessage
Sent only in BotScenario game type.
getDisperserRadius() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
getDisperserRadius() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStatic
Sent only in BotScenario game type.
getDisperserRadius() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Sent only in BotScenario game type.
getDistance(Location) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Calculates the distance between this and given location.
getDistance(Location, Location) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Calculates the distance between two given locations.
getDistance(ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Computes crow-fly distance of the agent from given location.
getDistance(NavPoint, NavPoint) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap
Calculate's distance between two nav points (using pathfinding).
getDistance() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap.PathMatrixNode
 
getDistance2D(Location) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Calculates the distance between this and given location (ignoring 'z' coordinate).
getDistance2D(Location, Location) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Calculates the distance between two given locations (ignoring 'z' coordinate).
getDistanceL1(Location) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Calculates the Manhattan distance between this and given location.
getDistanceL1(Location, Location) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Calculates the Manhattan distance between two given locations.
getDistanceLinf(Location) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Calculates the Chebyshev distance between this and given location.
getDistanceLinf(Location, Location) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Calculates the Chebyshev distance between two given locations.
getDistancePlane(Location) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Calculates the distance between this and given location after being projected to the (x,y) plane.
getDistancePlane(Location, Location) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Calculates the distance between two given locations after being projected to the (x,y) plane.
getDistanceSquare(Location) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Calculates the square of the distance between this and given location.
getDistanceSquare(Location, Location) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Calculates the square of the distance between two given locations.
getDistanceToGoal() - Method in class cz.cuni.amis.utils.astar.AStarResult
If the AStar succeeded then it returns the distance to the goal.
getDistanceZ(Location) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Returns difference between z-coords (this.z - location.z).
getDodgeSpeedFactor() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives maximum speed of the agent while using dodge.
getDodgeSpeedFactor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
Dodge speed factor.
getDodgeSpeedFactor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
getDodgeSpeedFactor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
Dodge speed factor.
getDodgeSpeedFactor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Dodge speed factor.
getDodgeSpeedFactor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getDodgeSpeedFactor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
Dodge speed factor.
getDodgeSpeedZ() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
Dodge jump Z boost of the bot.
getDodgeSpeedZ() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
getDodgeSpeedZ() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
Dodge jump Z boost of the bot.
getDodgeSpeedZ() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Dodge jump Z boost of the bot.
getDodgeSpeedZ() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getDodgeSpeedZ() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
Dodge jump Z boost of the bot.
getDodgeZBoost() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives boost of the agent in the Z axis while using dodge.
getDomains() - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
getDominationPoints() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Retrieves all domination points in the game (by default two) in BotDoubleDomination.
getDomPointController() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
Exported if this NavPoint is a DominationPoint (for BotDoubleDomination game) - which team controls this point.
getDomPointController() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
getDomPointController() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
getDomPointController() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
Exported if this NavPoint is a DominationPoint (for BotDoubleDomination game) - which team controls this point.
getDomPointController() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
Exported if this NavPoint is a DominationPoint (for BotDoubleDomination game) - which team controls this point.
getDomPointController() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Exported if this NavPoint is a DominationPoint (for BotDoubleDomination game) - which team controls this point.
getDoubleDamageCount() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
How many times your bot had double damage so far.
getDoubleDamageTime() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
For how long (in total) your bot had double damage.
getDoubleId() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId
Returns id as 'double', only iff WorldObjectId.isDoubleId(), otherwise it raises a PogamutException.
getDriver() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle
Unique Id of the driver - if any.
getDriver() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleCompositeImpl
 
getDriver() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
 
getDriver() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleSharedMessage
Unique Id of the driver - if any.
getDriver() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
Unique Id of the driver - if any.
getDriver() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
Unique Id of the driver - if any.
getDuration() - Method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogEventMark
 
getDuration() - Method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogMapMark
 
getEdgeCost(Node, Node) - Method in interface cz.cuni.amis.pogamut.ut2004.communication.worldview.map.IGraph
 
getEdgeCost(NODE, NODE) - Method in interface cz.cuni.amis.utils.astar.AStarMap
Should return the distance from nodeFrom to nodeTo You can be sure that nodeTo is among the neighbours of nodeFrom.
getEffect() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
What should this message do.
getEnd() - Method in interface cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealWaylink
 
getEnd() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Waylink
 
getEndId() - Method in interface cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealWaylink
 
getEndId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Waylink
 
getEndMark() - Method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogEventMark
Get ending mark for variable length event.
getEndMark() - Method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogMapMark
Get end mark to make some map mark disappear from map.
getEndVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
This is relative velocity direction vector that will affect the speed and direction of the balls going in.
getEnemies() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Retreives a Map of all enemies.
getEstimatedCostToNode(NODE) - Method in class cz.cuni.amis.utils.astar.AStarResult
Returns estimated cost of the path from startNode to goal through node.
getEstimatedDistanceToGoal(NODE) - Method in interface cz.cuni.amis.utils.astar.AStarHeuristic
This is heuristic function.
getEvent() - Method in interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEventOutput
Returns next event of the world.
getEvent() - Method in class cz.cuni.amis.pogamut.base.communication.translator.impl.WorldMessageTranslator
 
getEvent() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.impl.FatalErrorPropagatingEvent
 
getEvent() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.IAnalyzerObserverListener.ObserverAddedNotifier
 
getEvent() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.IAnalyzerObserverListener.ObserverRemovedNotifier
 
getEvent() - Method in class cz.cuni.amis.utils.flag.FlagListener.FlagListenerNotifier
 
getEvent() - Method in class cz.cuni.amis.utils.listener.IListener.Notifier
 
getEvent() - Method in class cz.cuni.amis.utils.listener.Listeners.AdaptableListenerNotifier
 
getEvent() - Method in interface cz.cuni.amis.utils.listener.Listeners.ListenerNotifier
 
getEventBus() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
 
getEventBus() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentJMXProxy
 
getEventBus() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
getEventBus() - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.IWorldView
 
getEventBus() - Method in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
getEventBus() - Method in interface cz.cuni.amis.pogamut.base.component.IComponentAware
IComponentBus that the instance is working with.
getEventBus() - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
getEventBus() - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
 
getEventBus() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
getEventBus() - Method in class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
 
getEventClass() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.EventFilter
 
getEventClass() - Method in interface cz.cuni.amis.pogamut.base.component.bus.event.WaitForEvent.IEventFilter
Must return class of the event that the object may accept.
getEventInstigator() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Trigger
Should be the Id of the player who triggered this (ourself?).
getEventQueue() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.TranslatorContext
 
getException() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient
 
getException() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient.LoggingStopped
 
getException() - Method in class cz.cuni.amis.utils.future.FutureWithListeners
Contains an exception that has happened during the computation in the case of (FutureWithListeners.getStatus() == EXCEPTION).
getException() - Method in class cz.cuni.amis.utils.Job
If isException() this returns an exception that has occured.
getExtraCost(NODE, NODE) - Method in interface cz.cuni.amis.utils.astar.AStarEvaluator
Returns extra cost to add to value when trying to go nodeFrom to nodeTo ...
getFactoryAdrenalineCount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
Sent only in BotScenario game type.
getFactoryAdrenalineCount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
getFactoryAdrenalineCount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoStaticMessage
Sent only in BotScenario game type.
getFactoryAdrenalineCount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
getFactoryAdrenalineCount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStatic
Sent only in BotScenario game type.
getFactoryAdrenalineCount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Sent only in BotScenario game type.
getFactoryLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
Sent only in BotScenario game type.
getFactoryLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
getFactoryLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoStaticMessage
Sent only in BotScenario game type.
getFactoryLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
getFactoryLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStatic
Sent only in BotScenario game type.
getFactoryLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Sent only in BotScenario game type.
getFactoryRadius() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
Sent only in BotScenario game type.
getFactoryRadius() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
getFactoryRadius() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoStaticMessage
Sent only in BotScenario game type.
getFactoryRadius() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
getFactoryRadius() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStatic
Sent only in BotScenario game type.
getFactoryRadius() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Sent only in BotScenario game type.
getFactorySpawnType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
Sent only in BotScenario game type.
getFactorySpawnType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
getFactorySpawnType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoStaticMessage
Sent only in BotScenario game type.
getFactorySpawnType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
getFactorySpawnType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStatic
Sent only in BotScenario game type.
getFactorySpawnType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Sent only in BotScenario game type.
getFadeOut() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SendMessage
Enables text bubble.
getFadeTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
This will affect the fade in and fade out times of the balls.
getFallSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives maximum speed of the agent while falling.
getFatalError() - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentController
 
getFatalError() - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControllerBase
Returns last fatal error event that has triggered the system failure.
getFatalError() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
getFile() - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher.FilePublisher
 
getFile() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorldData
 
getFileName() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerObserverParameters
Returns file name that should be used for outputting data (just file name, must be combined with UT2004AnalyzerObserver.getOutputFilePath().
getFileName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Record
Name of the saved demo file.
getFileNames() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerParameters
This may be used to provide concrete filenames for outputting stats for bots identified by their id.
getFilterCategories() - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategoryFilter
Returns cathegories the filter is looking for (taking / allowing the log record to be published).
getFiring() - Method in interface cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IPlayer
0 means is not firing, 1 - firing in primary mode, 2 - firing in secondary mode (alt firing).
getFiring() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player
0 means is not firing, 1 - firing in primary mode, 2 - firing in secondary mode (alt firing).
getFiring() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerCompositeImpl
 
getFiring() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
 
getFiring() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerSharedMessage
0 means is not firing, 1 - firing in primary mode, 2 - firing in secondary mode (alt firing).
getFiring() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
0 means is not firing, 1 - firing in primary mode, 2 - firing in secondary mode (alt firing).
getFiring() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
0 means is not firing, 1 - firing in primary mode, 2 - firing in secondary mode (alt firing).
getFirst() - Method in class cz.cuni.amis.utils.Tuple2
 
getFirst() - Method in class cz.cuni.amis.utils.Tuple3
 
getFirstC() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
Starting color of the floating balls.
getFirstDomPointLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
Location of the first dom point (BotDoubleDomination).
getFirstDomPointLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
getFirstDomPointLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoStaticMessage
Location of the first dom point (BotDoubleDomination).
getFirstDomPointLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
getFirstDomPointLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStatic
Location of the first dom point (BotDoubleDomination).
getFirstDomPointLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Location of the first dom point (BotDoubleDomination).
getFirstLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Move
The bot will start moving to this location first.
getFlag() - Method in class cz.cuni.amis.pogamut.base.utils.jmx.flag.JMXFlagDecorator
 
getFlag() - Method in interface cz.cuni.amis.pogamut.base.utils.jmx.flag.JMXFlagDecoratorMBean
 
getFlag() - Method in interface cz.cuni.amis.pogamut.ut2004.communication.messages.INavPoint
What type is this NavPoint.
getFlag() - Method in class cz.cuni.amis.utils.flag.Flag.DoInSync
 
getFlag() - Method in class cz.cuni.amis.utils.flag.Flag
Returns the value of the flag.
getFlag() - Method in class cz.cuni.amis.utils.flag.FlagInteger.DoInSyncWithReason
 
getFlag() - Method in interface cz.cuni.amis.utils.flag.IFlag
 
getFlag() - Method in class cz.cuni.amis.utils.flag.ImmutableFlag
 
getFlags() - Method in interface cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealWaylink
 
getFlags() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
Holds information about the path from the NavPoint to its neighbour that is represented by this message.
getFlags() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Waylink
 
getFlags(int) - Static method in enum cz.cuni.amis.pogamut.ut2004.utils.LinkFlag
Returns list of flags, which are raised.
getFlagsString(int) - Static method in enum cz.cuni.amis.pogamut.ut2004.utils.LinkFlag
 
getFloorLocation() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives location of the nearest map geometry directly beneath the agent.
getFloorLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
Holds current floor location under the bot.
getFloorLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
getFloorLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
getFloorLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
Holds current floor location under the bot.
getFloorLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
Holds current floor location under the bot.
getFloorLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Holds current floor location under the bot.
getFloorNormal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
Holds current floor normal under the bot.
getFloorNormal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
getFloorNormal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
getFloorNormal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
Holds current floor normal under the bot.
getFloorNormal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
Holds current floor normal under the bot.
getFloorNormal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Holds current floor normal under the bot.
getFluidFriction() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
Friction of the fluid.
getFocus() - Method in interface cz.cuni.amis.pogamut.unreal.agent.navigation.IUnrealPathExecutor
Return current focus of the bot, null means "default" provided by the path executor.
getFocus() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004PathExecutor
 
getFocusLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CommandPlayer
Applicable for: MOVE.
getFocusLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Move
Here you can specify location you want to face during movement.
getFocusTarget() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Move
Here you can specify UnrealId of the object you want to face during movement (typically enemy player you want to shoot at).
getFolderObjectNameForParent(ObjectName, String) - Static method in class cz.cuni.amis.pogamut.base.utils.jmx.FolderToIJMXEnabledAdapter
 
getForce() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Jump
Force vector specifying how big the jump should be.
getFormatter() - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher
 
getFragLimit() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
BotDeathMatch only:
getFragLimit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
Number of kills needed to win game (BotDeathMatch only).
getFragLimit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
getFragLimit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoSharedMessage
Number of kills needed to win game (BotDeathMatch only).
getFragLimit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
getFragLimit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoShared
Number of kills needed to win game (BotDeathMatch only).
getFragLimit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl
Number of kills needed to win game (BotDeathMatch only).
getFriends() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Retreives a Map of all friends.
getFrom() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.FastTrace
Origin point of the ray.
getFrom() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Trace
Origin point of the ray.
getFrom() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay
Location from which the ray is emitted.
getFrom() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayCompositeImpl
 
getFrom() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocal
Location from which the ray is emitted.
getFrom() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
Location from which the ray is emitted.
getFrom() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRayLocalMessage
Location from which the ray is emitted.
getFrom() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
 
getFrom() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FastTraceResponse
Location from which the ray is emitted.
getFrom() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Reachable
Exact location of bot at time of check.
getFrom() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TraceResponse
Location from which the ray is emitted.
getFromNavPoint() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
Start of the link (edge), where the link originates.
getFullHealth() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Retreives maximum level of non-boosted health.
getFurthestNavPoint(SPLocation) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlace
 
getFurthestNavPoint(SPLocation) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorld
 
getFutures() - Method in class cz.cuni.amis.utils.future.CombinedBooleanFuture
 
getFwMap() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
 
getGame() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
 
getGameBotsPack() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.UCCWrapperConf
 
getGameInfo() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Returns original GameInfo message.
GetGameInfo - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command GAME.
GetGameInfo() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetGameInfo
Creates new instance of command GetGameInfo.
GetGameInfo(GetGameInfo) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetGameInfo
Cloning constructor.
getGameInfo() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.AbstractUT2004Server
 
getGameMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GameConfiguration
Message that will be displayed in the middle of the HUD.
getGameMessageTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GameConfiguration
Time the displayed message will stay on the HUD.
getGameSpeedFlag() - Method in interface cz.cuni.amis.pogamut.unreal.server.IUnrealServer
The flag raises events even when the game speed was changed by another UTServer instance or directly in game.
getGameSpeedFlag() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.AbstractUT2004Server
 
getGameSpeedFlag() - Method in interface cz.cuni.amis.pogamut.ut2004.server.IUT2004Server
The flag raises events even when the game speed was changed by another UTServer instance or directly in game.
getGameType() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Retreives the type of the game.
getGametype() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
What you are playing (BotDeathMatch, BotTeamGame, BotCTFGame,BotDoubleDomination).
getGametype() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
getGametype() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoStaticMessage
What you are playing (BotDeathMatch, BotTeamGame, BotCTFGame,BotDoubleDomination).
getGametype() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
getGametype() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStatic
What you are playing (BotDeathMatch, BotTeamGame, BotCTFGame,BotDoubleDomination).
getGametype() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
What you are playing (BotDeathMatch, BotTeamGame, BotCTFGame,BotDoubleDomination).
getGameType() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.UCCWrapperConf
 
getGoalTeamScore() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
Number of points a team needs to win the game (BotTeamGame, BotCTFGame, BotDoubleDomination).
getGoalTeamScore() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
getGoalTeamScore() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoSharedMessage
Number of points a team needs to win the game (BotTeamGame, BotCTFGame, BotDoubleDomination).
getGoalTeamScore() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
getGoalTeamScore() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoShared
Number of points a team needs to win the game (BotTeamGame, BotCTFGame, BotDoubleDomination).
getGoalTeamScore() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl
Number of points a team needs to win the game (BotTeamGame, BotCTFGame, BotDoubleDomination).
getGroundFriction() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
Friction of the floor.
getGroundSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
Groundspeed of the bot (on the ground).
getGroundSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
getGroundSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
Groundspeed of the bot (on the ground).
getGroundSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Groundspeed of the bot (on the ground).
getGroundSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getGroundSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
Groundspeed of the bot (on the ground).
getGroup() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weapon
Returns group of the weapon.
getGroup() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
Retreives group of the item type.
getHash() - Method in class cz.cuni.amis.utils.HashCode
 
getHealth() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, how much health the agent has.
getHealth() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeAttribute
Sets the bot health.
getHealth() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
How much health the bot has left.
getHealth() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
getHealth() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
getHealth() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
How much health the bot has left.
getHealth() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
How much health the bot has left.
getHealth() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
How much health the bot has left.
getHealth() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle
How much health the vehicle has left.
getHealth() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleCompositeImpl
 
getHealth() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
 
getHealth() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleSharedMessage
How much health the vehicle has left.
getHealth() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
How much health the vehicle has left.
getHealth() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
How much health the vehicle has left.
getHealthFull() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
Full health of the bot (usually 100).
getHealthFull() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
getHealthFull() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
Full health of the bot (usually 100).
getHealthFull() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Full health of the bot (usually 100).
getHealthFull() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getHealthFull() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
Full health of the bot (usually 100).
getHealthMax() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
Maximum health of the bot (default 199).
getHealthMax() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
getHealthMax() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
Maximum health of the bot (default 199).
getHealthMax() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Maximum health of the bot (default 199).
getHealthMax() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getHealthMax() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
Maximum health of the bot (default 199).
getHealthStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
Bot will always start with this health amount (usually 100).
getHealthStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
getHealthStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
Bot will always start with this health amount (usually 100).
getHealthStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Bot will always start with this health amount (usually 100).
getHealthStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getHealthStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
Bot will always start with this health amount (usually 100).
getHeight() - Method in interface cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealMapInfo
 
getHeight() - Method in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.MapInfo
 
getHeight() - Method in class cz.cuni.amis.utils.Dimension2D_Double
 
getHeldKeys() - Method in class cz.cuni.amis.pogamut.multi.utils.timekey.TimeKeyManager
Returns an immutable collection of currently held timeKeys.
getHeldKeysStr() - Method in class cz.cuni.amis.pogamut.multi.utils.timekey.TimeKeyManager
Returns an immutable collection of currently held timeKeys as string.
getHighArmor() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, how much of high armor the agent is wearing.
getHigherPlaces() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlace
Returns set of all places this one is a part of.
getHitId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay
Id of the actor we have hit.
getHitId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayCompositeImpl
 
getHitId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocal
Id of the actor we have hit.
getHitId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
Id of the actor we have hit.
getHitId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRayLocalMessage
Id of the actor we have hit.
getHitId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
 
getHitID() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TraceResponse
Id of the thing we have hit.
getHitLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay
Vector with location of the collision (not sent if FastTrace is True).
getHitLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayCompositeImpl
 
getHitLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocal
Vector with location of the collision (not sent if FastTrace is True).
getHitLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
Vector with location of the collision (not sent if FastTrace is True).
getHitLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRayLocalMessage
Vector with location of the collision (not sent if FastTrace is True).
getHitLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
 
getHitLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TraceResponse
Point of the hit.
getHitNormal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay
Vector with normal of the plane we have hit (not sent if FastTrace is True).
getHitNormal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayCompositeImpl
 
getHitNormal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocal
Vector with normal of the plane we have hit (not sent if FastTrace is True).
getHitNormal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
Vector with normal of the plane we have hit (not sent if FastTrace is True).
getHitNormal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRayLocalMessage
Vector with normal of the plane we have hit (not sent if FastTrace is True).
getHitNormal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
 
getHitNormal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Landed
Normal of the plane we have landed on.
getHitNormal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TraceResponse
Normal vector to the trace ray in the point of hit.
getHolder() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo
Id of player/bot holding the bomb.
getHolder() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoCompositeImpl
 
getHolder() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoSharedMessage
Id of player/bot holding the bomb.
getHolder() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
 
getHolder() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoShared
Id of player/bot holding the bomb.
getHolder() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl
Id of player/bot holding the bomb.
getHolder() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo
Id of player/bot holding the flag.
getHolder() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoCompositeImpl
 
getHolder() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoSharedMessage
Id of player/bot holding the flag.
getHolder() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
 
getHolder() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoShared
Id of player/bot holding the flag.
getHolder() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoSharedImpl
Id of player/bot holding the flag.
getHolderTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo
The team of the current holder (if any).
getHolderTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoCompositeImpl
 
getHolderTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoSharedMessage
The team of the current holder (if any).
getHolderTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
 
getHolderTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoShared
The team of the current holder (if any).
getHolderTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl
The team of the current holder (if any).
getHorizontalRotation() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives absolute rotation of the agent within the map.
getHost() - Method in interface cz.cuni.amis.pogamut.base.communication.connection.impl.socket.ISocketConnectionAddress
 
getHost() - Method in class cz.cuni.amis.pogamut.base.communication.connection.impl.socket.SocketConnectionAddress
 
getHost() - Method in class cz.cuni.amis.pogamut.ut2004.utils.MultipleUT2004BotRunner
Returns host, where newly launched bots will be connected to.
getHost() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
 
getHost() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UT2004BotRunner
Returns host, where newly launched bots will be connected to.
getId() - Method in interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdatedEvent
 
getId(Method, ObjectListener) - Static method in class cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.AnnotationListenerRegistrator
Returns a new WorldObjectId for the given 'annotation'.
getId(Method, ObjectEventListener) - Static method in class cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.AnnotationListenerRegistrator
Returns a new WorldObjectId for the given 'annotation'.
getId() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.object.event.WorldObjectEvent
 
getId() - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObject
Returns an id of the object that is unique among all world objects.
getId() - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObjectEvent
Id of the object where the event has occurred.
getId() - Method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogEventMark
Get unique id of event.
getId() - Method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogMapMark
Get unique id of this map mark
getId() - Method in interface cz.cuni.amis.pogamut.multi.communication.translator.event.ICompositeWorldObjectUpdatedEvent
Returns WorldObjectId of the updatedObject.
getId() - Method in interface cz.cuni.amis.pogamut.multi.communication.translator.event.ILocalWorldObjectUpdatedEvent
 
getId() - Method in interface cz.cuni.amis.pogamut.multi.communication.translator.event.ISharedWorldObjectUpdatedEvent
 
getId() - Method in interface cz.cuni.amis.pogamut.multi.communication.translator.event.IStaticWorldObjectUpdatedEvent
 
getId() - Method in interface cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IMutator
 
getId() - Method in interface cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IPlayer
 
getID() - Method in interface cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealWaypoint
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives a unique ID of the agent in the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddInventory
Id of the target bot.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddRay
User set Id of the ray, so the ray can be identified.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeAttribute
Id of the target bot.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeTeam
Id of the target bot (won't be parsed if sent to bot connection).
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeWeapon
Unique Id of weapon to switch to.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CheckReachability
Message Id made up by you and echoed in response so you can match up response with query.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Id of the target bot.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogBegin
Id of this dialog.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogCancel
Id of the cancelled dialog.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogEnd
Dialog identification.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Identification of this component.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.EnterVehicle
Id of the vehicle we want to enter.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.FastTrace
Message Id made up by you and echoed in response so you can match up response with query.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetPath
Message Id made up by you and echoed in response so you can match up response with query.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.InitializeObserver
The ID of the player you want to observe.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Kick
Id of the bot to be kicked.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
UnrealId of the player that is a camera and that we want to move.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Pick
Id of the pickup we want to pick up.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.RemoveRay
Id of the ray to be removed.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Respawn
Id of the bot to be respawned (not used if command sent to bot).
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SendMessage
Here we can specify Id of the bot, that will receive this message privately (with "Private:" string at the beginning of the message).
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCamera
UnrealId of the player we want to set as a camera.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
Id of the player we want to set dialog for.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Trace
Message Id made up by you and echoed in response so you can match up response with query.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
A unique Id for this inventory item, assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessage.AliveMessageUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageCompositeImpl
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocal
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocalImpl.AliveMessageLocalUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocalImpl
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage.AliveMessageLocalMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage.AliveMessageSharedMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage.AliveMessageStaticMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageShared
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageSharedImpl.AliveMessageSharedUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageSharedImpl
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageStatic
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageStaticImpl.AliveMessageStaticUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageStaticImpl
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationBotID
id for animation of a bot.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay.AutoTraceRayUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay
An Id for this ray (should be unique), assigned by the user when adding ray.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayCompositeImpl
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocal
An Id for this ray (should be unique), assigned by the user when adding ray.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl.AutoTraceRayLocalUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
An Id for this ray (should be unique), assigned by the user when adding ray.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRayLocalMessage
An Id for this ray (should be unique), assigned by the user when adding ray.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRaySharedMessage
An Id for this ray (should be unique), assigned by the user when adding ray.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRayStaticMessage
An Id for this ray (should be unique), assigned by the user when adding ray.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayShared
An Id for this ray (should be unique), assigned by the user when adding ray.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRaySharedImpl.AutoTraceRaySharedUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRaySharedImpl
An Id for this ray (should be unique), assigned by the user when adding ray.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStatic
An Id for this ray (should be unique), assigned by the user when adding ray.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStaticImpl.AutoTraceRayStaticUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStaticImpl
An Id for this ray (should be unique), assigned by the user when adding ray.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo.BombInfoUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo
An unique Id for this bomb, assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo.ObjectDisappeared
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoCompositeImpl
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocal
An unique Id for this bomb, assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocal.ObjectDisappeared
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl.BombInfoLocalUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl
An unique Id for this bomb, assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoLocalMessage
An unique Id for this bomb, assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoSharedMessage
An unique Id for this bomb, assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoStaticMessage
An unique Id for this bomb, assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoShared
An unique Id for this bomb, assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl.BombInfoSharedUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl
An unique Id for this bomb, assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStatic
An unique Id for this bomb, assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStaticImpl.BombInfoStaticUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStaticImpl
An unique Id for this bomb, assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Bumped
Unique Id of the actor we have bumped to (actors include other players or bots and other physical objects that can block your path).
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ChangedWeapon
Unique Id of new weapon, based on the inventory weapon's name (this is different from the Id of the weapon that can be picked up in the map).
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange.ConfigChangeUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange
Id of this config message.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
Id of this config message.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl.ConfigChangeLocalUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
Id of this config message.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeLocalMessage
Id of this config message.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeSharedMessage
Id of this config message.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeStaticMessage
Id of this config message.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeShared
Id of this config message.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeSharedImpl.ConfigChangeSharedUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeSharedImpl
Id of this config message.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStatic
Id of this config message.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStaticImpl.ConfigChangeStaticUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStaticImpl
Id of this config message.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogCommand
Id of the dialog for with which is this command related to.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogFailed
An Id of the dialog matching the one sent by client.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogOk
An Id of the dialog matching the one sent by client.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EnteredVehicle
Id of the vehicle entered.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FastTraceResponse
An Id matching the one sent by client.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo.FlagInfoUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo
An unique Id for this flag, assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo.ObjectDisappeared
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoCompositeImpl
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocal
An unique Id for this flag, assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocal.ObjectDisappeared
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocalImpl.FlagInfoLocalUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocalImpl
An unique Id for this flag, assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoLocalMessage
An unique Id for this flag, assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoSharedMessage
An unique Id for this flag, assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoStaticMessage
An unique Id for this flag, assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoShared
An unique Id for this flag, assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoSharedImpl.FlagInfoSharedUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoSharedImpl
An unique Id for this flag, assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStatic
An unique Id for this flag, assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStaticImpl.FlagInfoStaticUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStaticImpl
An unique Id for this flag, assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo.GameInfoUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocal
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocalImpl.GameInfoLocalUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocalImpl
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoLocalMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoSharedMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoStaticMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoShared
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl.GameInfoSharedUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStatic
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl.GameInfoStaticUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GlobalChat
Unique UnrealId of the sender.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectile
Unique Id of the projectile.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectile.IncomingProjectileUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileCompositeImpl
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocal
Unique Id of the projectile.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
Unique Id of the projectile.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl.IncomingProjectileLocalUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileLocalMessage
Unique Id of the projectile.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileSharedMessage
Unique Id of the projectile.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileStaticMessage
Unique Id of the projectile.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileShared
Unique Id of the projectile.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileSharedImpl
Unique Id of the projectile.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileSharedImpl.IncomingProjectileSharedUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStatic
Unique Id of the projectile.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStaticImpl
Unique Id of the projectile.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStaticImpl.IncomingProjectileStaticUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage.InitedMessageUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl.InitedMessageLocalUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageSharedMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageStaticMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageShared
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageSharedImpl
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageSharedImpl.InitedMessageSharedUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageStatic
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageStaticImpl
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageStaticImpl.InitedMessageStaticUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item
Unique Id of the item.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item.ItemUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item.ObjectDisappeared
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCompositeImpl
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocal
Unique Id of the item.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocal.ObjectDisappeared
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocalImpl
Unique Id of the item.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocalImpl.ItemLocalUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemLocalMessage
Unique Id of the item.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemSharedMessage
Unique Id of the item.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemStaticMessage
Unique Id of the item.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemPickedUp
Unique Id of the item.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemShared
Unique Id of the item.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemSharedImpl
Unique Id of the item.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemSharedImpl.ItemSharedUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStatic
Unique Id of the item.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl
Unique Id of the item.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl.ItemStaticUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LockedVehicle
Id of the vehicle, which we cannot enter, because it is locked.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LostInventory
Id of the inventory lost.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover
A unique Id of this mover assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover.MoverUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover.ObjectDisappeared
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocal
A unique Id of this mover assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocal.ObjectDisappeared
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocalImpl
A unique Id of this mover assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocalImpl.MoverLocalUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverLocalMessage
A unique Id of this mover assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverSharedMessage
A unique Id of this mover assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverStaticMessage
A unique Id of this mover assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverShared
A unique Id of this mover assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverSharedImpl
A unique Id of this mover assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverSharedImpl.MoverSharedUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStatic
A unique Id of this mover assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
A unique Id of this mover assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl.MoverStaticUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mutator
Id of the mutator.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventory
Unique Id of the item.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventory.MyInventoryUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryCompositeImpl
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocal
Unique Id of the item.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl
Unique Id of the item.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl.MyInventoryLocalUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventoryLocalMessage
Unique Id of the item.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventorySharedMessage
Unique Id of the item.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventoryStaticMessage
Unique Id of the item.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryShared
Unique Id of the item.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventorySharedImpl
Unique Id of the item.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventorySharedImpl.MyInventorySharedUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStatic
Unique Id of the item.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStaticImpl
Unique Id of the item.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStaticImpl.MyInventoryStaticUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
A unique Id of this navigation point assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint.NavPointUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint.ObjectDisappeared
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocal
A unique Id of this navigation point assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocal.ObjectDisappeared
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl
A unique Id of this navigation point assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl.NavPointLocalUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointLocalMessage
A unique Id of this navigation point assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointSharedMessage
A unique Id of this navigation point assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
A unique Id of this navigation point assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
Unique Id of the NavPoint the link is leading to (end of the link).
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointShared
A unique Id of this navigation point assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointSharedImpl
A unique Id of this navigation point assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointSharedImpl.NavPointSharedUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
A unique Id of this navigation point assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
A unique Id of this navigation point assigned by the game.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl.NavPointStaticUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player
Unique Id of the player.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player.ObjectDisappeared
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player.PlayerUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerCompositeImpl
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerDamaged
Unique Id of the player hit.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerInput
Id of the player that sent the input.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerJoinsGame
Unique Id of the player.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
Unique Id of the dead player.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLeft
Unique Id of the player who left.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocal
Unique Id of the player.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocal.ObjectDisappeared
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl
Unique Id of the player.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl.PlayerLocalUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerLocalMessage
Unique Id of the player.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerSharedMessage
Unique Id of the player.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerStaticMessage
Unique Id of the player.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerScore
Unique Id of the player.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
Unique Id of the player.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
Unique Id of the player.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl.PlayerSharedUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerStatic
Unique Id of the player.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerStaticImpl
Unique Id of the player.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerStaticImpl.PlayerStaticUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Reachable
An Id matching the one sent by client.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
Unique Id of the bot.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self.SelfUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocal
Unique Id of the bot.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl
Unique Id of the bot.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl.SelfLocalUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfLocalMessage
Unique Id of the bot.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
Unique Id of the bot.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfStaticMessage
Unique Id of the bot.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
Unique Id of the bot.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Unique Id of the bot.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl.SelfSharedUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStatic
Unique Id of the bot.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStaticImpl
Unique Id of the bot.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStaticImpl.SelfStaticUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChanged
Sent only for ControlServer connections, so they know which bot changed the team.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChat
Unique UnrealId of the sender.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScore
Message identifier.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScore.TeamScoreUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreCompositeImpl
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocal
Message identifier.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocalImpl
Message identifier.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocalImpl.TeamScoreLocalUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage.TeamScoreLocalMessage
Message identifier.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage.TeamScoreSharedMessage
Message identifier.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage.TeamScoreStaticMessage
Message identifier.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreShared
Message identifier.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreSharedImpl
Message identifier.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreSharedImpl.TeamScoreSharedUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStatic
Message identifier.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStaticImpl
Message identifier.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStaticImpl.TeamScoreStaticUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Thrown
Inventory Id of the weapon thrown out.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TraceResponse
An Id matching the one sent by client.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle
Unique Id of the vehicle or vehicle part.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle.ObjectDisappeared
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle.VehicleUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleCompositeImpl
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocal
Unique Id of the vehicle or vehicle part.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocal.ObjectDisappeared
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocalImpl
Unique Id of the vehicle or vehicle part.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocalImpl.VehicleLocalUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleLocalMessage
Unique Id of the vehicle or vehicle part.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleSharedMessage
Unique Id of the vehicle or vehicle part.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleStaticMessage
Unique Id of the vehicle or vehicle part.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
Unique Id of the vehicle or vehicle part.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
Unique Id of the vehicle or vehicle part.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl.VehicleSharedUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStatic
Unique Id of the vehicle or vehicle part.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStaticImpl
Unique Id of the vehicle or vehicle part.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStaticImpl.VehicleStaticUpdate
 
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
Id of the zone entered.
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WallCollision
Id of the wall we have hit (level geometry).
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WeaponUpdate
Unique Id of the weapon, based on the inventory weapon's name (this is different from the Id of the weapon that can be picked up in the map).
getId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ZoneChangedBot
Id of a zone entered.
getId() - Method in interface cz.cuni.amis.pogamut.ut2004.communication.messages.INavPoint
A unique Id of this navigation point assigned by the game.
getId(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.UnrealIdTranslator
Returns UnrealId object for a specified string, creates a new one if none exists.
getID() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Waypoint
 
getIds() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AgentId
 
getIds() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentIdJMXProxy
 
getIds() - Method in interface cz.cuni.amis.utils.token.IToken
 
getIds() - Method in class cz.cuni.amis.utils.token.Token
Returns unique ID of the token.
getImage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: IMAGE.
getImagePoints() - Method in interface cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealMapInfo
 
getImagePoints() - Method in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.MapInfo
 
getImgRGBData() - Method in interface cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealMapInfo
 
getImgRGBData() - Method in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.MapInfo
 
getImmutable() - Method in class cz.cuni.amis.utils.flag.Flag
 
getImmutable() - Method in interface cz.cuni.amis.utils.flag.IFlag
 
getImmutable() - Method in class cz.cuni.amis.utils.flag.ImmutableFlag
 
getImmutable() - Method in class cz.cuni.amis.utils.flag.ReasonFlag
 
getImpactTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectile
Estimated time till impact.
getImpactTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileCompositeImpl
 
getImpactTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocal
Estimated time till impact.
getImpactTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
Estimated time till impact.
getImpactTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
 
getImpactTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileLocalMessage
Estimated time till impact.
getIncomingEdges() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
Maps edge-ORIGINATES_FROM-navpoint-UnrealId to neighbour link, those are incoming edges (those edges that originates in different navpoint and ends here, do not use this to ask whether you can get to navpoint of specific unreal id, use OutgoingEdges instead).
getIncomingEdges() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
getIncomingEdges() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
getIncomingEdges() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
Maps edge-ORIGINATES_FROM-navpoint-UnrealId to neighbour link, those are incoming edges (those edges that originates in different navpoint and ends here, do not use this to ask whether you can get to navpoint of specific unreal id, use OutgoingEdges instead).
getIncomingEdges() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
Maps edge-ORIGINATES_FROM-navpoint-UnrealId to neighbour link, those are incoming edges (those edges that originates in different navpoint and ends here, do not use this to ask whether you can get to navpoint of specific unreal id, use OutgoingEdges instead).
getIncomingEdges() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Maps edge-ORIGINATES_FROM-navpoint-UnrealId to neighbour link, those are incoming edges (those edges that originates in different navpoint and ends here, do not use this to ask whether you can get to navpoint of specific unreal id, use OutgoingEdges instead).
getInfo() - Method in interface cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealMap
 
getInfo() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
 
getInfo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.UT2004Map
 
getInitializeCommand() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotController
 
getInitializeCommand() - Method in interface cz.cuni.amis.pogamut.ut2004.bot.IUT2004BotController
This method is called after handshake with GameBots2004 is over and the GameBots2004 is awaiting the INIT command (Initialize class).
getInjector() - Method in class cz.cuni.amis.pogamut.base.factory.guice.AbstractGuiceAgentFactory
Injector that should be used to instantiates new objects according to the module.
getInsidePlace() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlace
Returns the place that this one is a part.
getInsidePlaceName() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlace
Returns name of the place this one is inside.
getInstance() - Static method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AdrenalineDescriptorFactory
 
getInstance() - Static method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AmmoDescriptorFactory
 
getInstance() - Static method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ArmorDescriptorFactory
 
getInstance() - Static method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.GeneralDescriptorFactory
 
getInstance() - Static method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.HealthDescriptorFactory
 
getInstance() - Static method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ItemDescriptorFactory
 
getInstance() - Static method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.OtherDescriptorFactory
 
getInstance() - Static method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ShieldDescriptorFactory
 
getInstance() - Static method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptorFactory
 
getInstances() - Static method in class cz.cuni.amis.pogamut.multi.utils.timekey.TimeKey
 
getInstigator() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
Id of the player who is damaging the bot, filled only if instigator is in the field of view of the bot.
getIntProperty(String) - Method in class cz.cuni.amis.pogamut.base.utils.DefaultPogamutPlatform
 
getIntProperty(String) - Method in interface cz.cuni.amis.pogamut.base.utils.PogamutPlatform
 
getIntrospection() - Method in interface cz.cuni.amis.pogamut.base.agent.IAgent
Returns folder with introspection information.
getIntrospection() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
 
getIntrospection() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentJMXProxy
 
getIntrospection() - Method in class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
 
getInventoryId() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weapon
Returns inventory ID of the weapon.
getInventoryId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemPickedUp
Unique Id of the item in our inventory - use this Id to do changeweapons etc.
getInventoryType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
By this class the item is represented in inventory.
getInventoryType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WeaponUpdate
Class of the weapon in the inventory.
getInventoryType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ItemDescriptor
 
getItem(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Retrieves a specific item from the all items in the map.
getItem(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Retrieves a specific item from the all items in the map.
getItem() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
Unique Id of the respawned item (the item respawns at this point).
getItem() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
getItem() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
getItem() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
Unique Id of the respawned item (the item respawns at this point).
getItem() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
Unique Id of the respawned item (the item respawns at this point).
getItem() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Unique Id of the respawned item (the item respawns at this point).
getItem() - Method in interface cz.cuni.amis.pogamut.ut2004.communication.messages.INavPoint
Unique Id of the respawned item (the item respawns at this point).
GetItemCategory - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command GETITC.
GetItemCategory(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetItemCategory
Creates new instance of command GetItemCategory.
GetItemCategory() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetItemCategory
Creates new instance of command GetItemCategory.
GetItemCategory(GetItemCategory) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetItemCategory
Cloning constructor.
getItemCategory() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
Category of the item.
getItemCategory() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ItemDescriptor
 
getItemClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
Class of the item (e.g.
getItemClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
getItemClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
getItemClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
Class of the item (e.g.
getItemClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
Class of the item (e.g.
getItemClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Class of the item (e.g.
getItemDescriptor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.ItemDescriptorObtained
 
getItemId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GiveInventory
Id of the item in the inventory chain of the giver.
getItemInstance() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
If item should be present at this navpoint it's instance will be here.
getItemInstance() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
getItemInstance() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
getItemInstance() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
If item should be present at this navpoint it's instance will be here.
getItemInstance() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
If item should be present at this navpoint it's instance will be here.
getItemInstance() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If item should be present at this navpoint it's instance will be here.
getItemPickedUp() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Provides information about the last item the bot has picked up.
getItemRespawnTime(Item) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Returns how fast are the items respawning based on their item type (in UT time == seconds).
getItemRespawnTime(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Returns how fast are the items respawning based on their item type (in UT time == seconds).
getItems() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AdvancedItems
Returns underlying Items module.
getItems() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
 
getItems() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.MapPointListObtained
 
getItems() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.TranslatorContext
 
getItemsByCategoryCollected() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
How many items (per respective ItemType.Category) your bot has collected so far.
getItemsCollected() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
How many items (per ItemType) your bot has collected so far (in total).
getItemTranslator() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.TranslatorContext
 
getItemType(String) - Static method in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
Retrieves an ItemType for the specified item type name.
getItemTypeForId(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Returns an item type for a given inventory UnrealId of the weapon.
getItemTypes() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ItemTranslator
 
getItemUsefulness(AdvancedItems, Items, Item, double) - Method in interface cz.cuni.amis.pogamut.ut2004.agent.module.sensor.IItemUsefulness
Tells how much the item is useful to the bot - must return values between 0 and 1 (inclusive).
getIterable() - Method in class cz.cuni.amis.utils.iterators.CircularIterator
 
getIterable() - Method in class cz.cuni.amis.utils.iterators.CircularListIterator
 
getIterator() - Method in class cz.cuni.amis.utils.iterators.CircularIterator
 
getIterator() - Method in class cz.cuni.amis.utils.iterators.CircularListIterator
 
getJMX() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Returns support class for the JMX feature of the agent.
getJmx() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Sets the jmx adress we can use to debug the bot from Java (if we are using Pogamut).
getJmx() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player
Exported just for control server.
getJmx() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerCompositeImpl
 
getJmx() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocal
Exported just for control server.
getJmx() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl
Exported just for control server.
getJmx() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
 
getJmx() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerLocalMessage
Exported just for control server.
getJMXAgentLoggerName(ObjectName) - Static method in class cz.cuni.amis.pogamut.base.utils.logging.AgentLogger
 
getJMXDomain() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.AgentJMXComponents
JMX domain of the whole agent - used to construct ObjectName instances.
getJMXLogCategoriesName() - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogCategories
 
getJMXLogCategoriesName(ObjectName) - Static method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogCategories
Gets LogCategories's object name given parent's name.
getJMXLogCategoriesName() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogCategoriesMBean
Returns actual JMX object name for this object.
getJMXLogCategoryName(String) - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogCategories
 
getJMXLogCategoryName(ObjectName, String) - Static method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogCategories
 
getJMXLogCategoryName(String) - Method in interface cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogCategoriesMBean
Returns jmx name for the specified category name (obtained from getCategoryNames()).
getJumpZ() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
Bot Jump's Z boost.
getJumpZ() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
getJumpZ() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
Bot Jump's Z boost.
getJumpZ() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Bot Jump's Z boost.
getJumpZ() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getJumpZ() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
Bot Jump's Z boost.
getJumpZBoost() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives boost of the agent in the Z axis while jumping.
getKey() - Method in enum cz.cuni.amis.pogamut.base.utils.PogamutProperty
 
getKey() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.KeyEvent
Key that has been pressed, released or held.
getKey() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerInput
Which key was pressed.
getKey() - Method in enum cz.cuni.amis.pogamut.ut2004.utils.PogamutUT2004Property
 
getKey(int) - Method in class cz.cuni.amis.utils.NKey
 
getKeyForObj(U) - Method in class cz.cuni.amis.utils.collections.TranslatedObservableCollection
 
getKeys() - Method in class cz.cuni.amis.utils.IniFile.Section
Returns all keys stored within the map.
getKilled() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Returns map that counts how many time your bot kills other bot (according to opponent bot ID), i.e., under the key (other bot ID) is "how many time your bot has billed the other bot".
getKilledBy() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Who has killed your bot the most? This map holds number according to killers' ides.
getKilledByOthers() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
How many times your bot has been killed by other bots.
getKilledOthers() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
How many other bots your bot has killed so far.
getKilledPawn() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
The UT Pawn that was killed - support for vehicles.
getKiller() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
Unique Id of player that killed our bot if any (may have walked off a ledge).
getKiller() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
Unique Id of player that killed if any (the victim might have walked off a ledge).
getKills() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives number of kills the agent scored.
getKnownPickup(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Retrieves a specific pickup point.
getKnownPickup(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Retrieves a specific pickup point.
getKnownPickups(double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AdvancedItems
Retrieves map of all item pickup points.
getKnownPickups(ItemType, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AdvancedItems
Retrieves map of all item pickup points of items of a specific type.
getKnownPickups(ItemType.Category, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AdvancedItems
Retrieves map of all item pickup points of items of a specific category.
getKnownPickups(ItemType.Group, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AdvancedItems
Retrieves map of all item pickup points of items of a specific group.
getKnownPickups() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Retrieves list of all known item pickup points.
getKnownPickups(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Retrieves list of all known item pickup points of specific type.
getKnownPickups(ItemType.Category) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Retrieves map of all known pickups belonging to a specific 'category' of items, which includes all known pickups.
getKnownPickups(ItemType.Group) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Retrieves map of all known pickups belonging to a specific 'group' of items, which includes all known pickups.
getLadderSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives maximum speed of the agent while moving on a ladder.
getLadderSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
Ladderspeed of the bot (on the ladder).
getLadderSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
getLadderSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
Ladderspeed of the bot (on the ladder).
getLadderSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Ladderspeed of the bot (on the ladder).
getLadderSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getLadderSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
Ladderspeed of the bot (on the ladder).
getLastCausedDamage() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Returns the description of the last damage caused by the bot.
getLastChangeWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
System.currentTimeMillis() when the bot changed the weapon for the last time.
getLastDamage() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Returns the description of the last damage done to the bot.
getLastHitPlayer() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Returns the description of the last hit of another player.
getLastIncomingProjectile() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Provides access to the last incoming-projectile object.
getLastPong() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Requests
Returns flag that holds the value of 'last pong receive time'.
getLastSeenTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerScore
When was the last time we've received info about this object.
getLastShooting() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Return last type of weapon / mode of firing you've used (or null, if you have issued StopShooting command.
getLastShot() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Returns the description of the last shot that has hit the bot.
getLeft() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Sets the left emoticon.
getLeftSize() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Sets the left emoticon size.
getLength() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Calculates length of Location
getLength() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddRay
Specifies the length of the ray (in UT units).
getLevel() - Method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogEventMark
What is level of this event?
getLevel() - Method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogMapMark
Get level of mark, used mainly to send end marks at same level as starting.
getLevel() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogEnvelope
 
getLevel() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
Name of map in game.
getLevel() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
getLevel() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoStaticMessage
Name of map in game.
getLevel() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
getLevel() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStatic
Name of map in game.
getLevel() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Name of map in game.
getLifeTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
This will affect the life time of the balls and radius and speed they will be traversing.
getLiftOffset() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
Starting vector between MyLift location and LiftCenter location.
getLiftOffset() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
getLiftOffset() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
getLiftOffset() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
Starting vector between MyLift location and LiftCenter location.
getLiftOffset() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
Starting vector between MyLift location and LiftCenter location.
getLiftOffset() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Starting vector between MyLift location and LiftCenter location.
getLink() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.KefikRunner
Returns link the bot is currently running on ...
getList() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.BotListState
 
getList() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support.ObserverListState
 
getList() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.ServerListState
 
getList() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.ListObtained
Returns list of received objects.
getList() - Method in class cz.cuni.amis.utils.collections.ObservableList
Returns the wrapped List instance.
getListenerLevel(Method) - Static method in class cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.AnnotationListenerRegistrator
Returns listener level that is gained from the method's annotation.
getListenersCount() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.AnnotationListenerRegistrator
 
getLoadedMeleeWeapons() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Retrieves loaded melee weapons from the agent's inventory.
getLoadedRangedWeapons() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Retrieves loaded ranged weapons from the agent's inventory.
getLoadedWeapons() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Retrieves all loaded weapons from the agent's inventory.
getLocal(WorldObjectId) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
Returns the most current LocalObject.
getLocal(WorldObjectId) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
getLocal(WorldObjectId, TimeKey) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
Returns the LocalObject associated with the provided TimeKey.
getLocal() - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ICompositeWorldObject
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageCompositeImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocal
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocalImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage.AliveMessageLocalMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayCompositeImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocal
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRayLocalMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoCompositeImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocal
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoLocalMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeLocalMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoCompositeImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocal
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocalImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoLocalMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocal
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocalImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoLocalMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileCompositeImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocal
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileLocalMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCompositeImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocal
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocalImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemLocalMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocal
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocalImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverLocalMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryCompositeImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocal
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventoryLocalMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocal
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointLocalMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerCompositeImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocal
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerLocalMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocal
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfLocalMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreCompositeImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocal
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocalImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage.TeamScoreLocalMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleCompositeImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocal
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocalImpl
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
 
getLocal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleLocalMessage
 
getLocalEvent() - Method in interface cz.cuni.amis.pogamut.multi.communication.translator.event.ICompositeWorldObjectUpdatedEvent
Returns the event updating the local part of the object.
getLocalEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessage.AliveMessageUpdate
 
getLocalEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay.AutoTraceRayUpdate
 
getLocalEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo.BombInfoUpdate
 
getLocalEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange.ConfigChangeUpdate
 
getLocalEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo.FlagInfoUpdate
 
getLocalEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo.GameInfoUpdate
 
getLocalEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectile.IncomingProjectileUpdate
 
getLocalEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage.InitedMessageUpdate
 
getLocalEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item.ItemUpdate
 
getLocalEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover.MoverUpdate
 
getLocalEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventory.MyInventoryUpdate
 
getLocalEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint.NavPointUpdate
 
getLocalEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player.PlayerUpdate
 
getLocalEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self.SelfUpdate
 
getLocalEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScore.TeamScoreUpdate
 
getLocalEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle.VehicleUpdate
 
getLocation() - Method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogMapMark
Get location of mark.
getLocation(Location) - Method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogMapMark
Get location, where mark is supposed to be.
getLocation() - Method in class cz.cuni.amis.pogamut.base3d.agent.jmx.Agent3DJMXProxy
 
getLocation() - Method in class cz.cuni.amis.pogamut.base3d.agent.jmx.Agent3DMBeanAdapter
 
getLocation() - Method in interface cz.cuni.amis.pogamut.base3d.agent.jmx.Agent3DMBeanAdapterMBean
 
getLocation() - Method in interface cz.cuni.amis.pogamut.base3d.worldview.object.ILocated
Retreives current location of the object.
getLocation() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Retreives the location itself to implement ILocated.
getLocation() - Method in class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
 
getLocation() - Method in interface cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IPlayer
An absolute location of the player within the map.
getLocation() - Method in interface cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealWaypoint
 
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives absolute location of the agent within the map.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot
 
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CheckReachability
Location you want to go to.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CommandPlayer
Applicable for: MOVE, TURNTO.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetPath
Location you want to go to.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Specify start location, if unspecified, then random.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCamera
Initial location of this camera.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Shoot
Location you want to shoot at.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SpawnActor
Location where the actor will be spawned.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.TurnTo
Location you want to face.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo
An absolute location of the bomb (Sent if we can actually see the flag).
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoCompositeImpl
 
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoSharedMessage
An absolute location of the bomb (Sent if we can actually see the flag).
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
 
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoShared
An absolute location of the bomb (Sent if we can actually see the flag).
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl
An absolute location of the bomb (Sent if we can actually see the flag).
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Bumped
Location of thing you've rammed into.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EnteredVehicle
Location of the vehicle.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FallEdge
Current location of the bot.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo
An absolute location of the flag (Sent if we can actually see the flag).
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoCompositeImpl
 
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoSharedMessage
An absolute location of the flag (Sent if we can actually see the flag).
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
 
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoShared
An absolute location of the flag (Sent if we can actually see the flag).
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoSharedImpl
An absolute location of the flag (Sent if we can actually see the flag).
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectile
Current location of the projectile.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileCompositeImpl
 
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocal
Current location of the projectile.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
Current location of the projectile.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
 
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileLocalMessage
Current location of the projectile.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item
Location of the item.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCompositeImpl
 
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
 
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemSharedMessage
Location of the item.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemPickedUp
Location of the item.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemShared
Location of the item.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemSharedImpl
Location of the item.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LockedVehicle
Location of the vehicle.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover
Location of the mover.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
 
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
 
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverSharedMessage
Location of the mover.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverShared
Location of the mover.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverSharedImpl
Location of the mover.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
Location of navigation point.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointSharedMessage
Location of navigation point.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointShared
Location of navigation point.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointSharedImpl
Location of navigation point.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathList
Location of one navigation point in the path.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player
An absolute location of the player within the map.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerCompositeImpl
 
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
 
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerSharedMessage
An absolute location of the player within the map.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
An absolute location of the player within the map.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
An absolute location of the player within the map.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
An absolute location of the bot.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
An absolute location of the bot.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
An absolute location of the bot.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
An absolute location of the bot.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle
An absolute location of the vehicle within the map.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleCompositeImpl
 
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
 
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleSharedMessage
An absolute location of the vehicle within the map.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
An absolute location of the vehicle within the map.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
An absolute location of the vehicle within the map.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WallCollision
Absolute location of bot at the time of impact.
getLocation() - Method in interface cz.cuni.amis.pogamut.ut2004.communication.messages.INavPoint
Location of navigation point.
getLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Waypoint
 
getLocomotion() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.CompleteBotCommandsWrapper
Returns cz.cuni.amis.pogamut.ut2004.bot.commands.AdvancedLocomotion command module.
getLog() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Returns log category of the agent, used by agent lifecycle management methods itself.
getLog() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentJMXProxy
 
getLog() - Method in class cz.cuni.amis.pogamut.base.agent.module.AgentModule
Returns a logger used by the AgentModule.
getLog() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.AbstractPathExecutor
 
getLog() - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutor
Returns log used by path executor (may be null, you should always check that).
getLog() - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
 
getLog() - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
 
getLog() - Method in class cz.cuni.amis.pogamut.base.communication.command.impl.Act
 
getLog() - Method in class cz.cuni.amis.pogamut.base.communication.connection.impl.AbstractConnection
 
getLog() - Method in class cz.cuni.amis.pogamut.base.communication.mediator.impl.Mediator
 
getLog() - Method in class cz.cuni.amis.pogamut.base.communication.parser.impl.yylex.YylexParser
 
getLog() - Method in class cz.cuni.amis.pogamut.base.communication.translator.impl.WorldMessageTranslator
 
getLog() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
getLog() - Method in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
getLog() - Method in class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase
 
getLog() - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
getLog() - Static method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogManager
Returns a logger that the NetworkLogManager is using.
getLog() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.CompleteBotCommandsWrapper
 
getLog() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotController
Returns user logger.
getLog() - Method in interface cz.cuni.amis.pogamut.ut2004.bot.IUT2004BotController
Returns user log of the controller.
getLog() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.UCCWrapperConf
 
getLog() - Method in class cz.cuni.amis.utils.StreamSink
 
getLogCategories() - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
getLogCategories() - Method in class cz.cuni.amis.pogamut.base.utils.logging.AgentLogger
 
getLogCategories() - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.AgentLoggerJMXProxy
 
getLogger() - Method in interface cz.cuni.amis.pogamut.base.agent.IAgent
Returns AgentLogger for the instance allowing creating new log categories or adding new handlers to them.
getLogger() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
 
getLogger() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentJMXProxy
 
getLogger() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient
 
getLogger() - Method in class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
 
getLogger() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.TranslatorContext
 
getLogger() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
 
getLoggerHost() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogManager
 
getLoggerPort() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogManager
 
getLogicException() - Method in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
getLogicFrequency() - Method in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
getLogicInitializeTime() - Method in interface cz.cuni.amis.pogamut.base.agent.module.IAgentLogic
Returns upper-estimation of IAgentLogic#initializeLogic() method running time in millis.
getLogicInitializeTime() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotLogicController
 
getLogicPeriod() - Method in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
getLogicShutdownTime() - Method in interface cz.cuni.amis.pogamut.base.agent.module.IAgentLogic
Returns upper-estimation of IAgentLogic.logicShutdown() method running time in millis.
getLogicShutdownTime() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotLogicController
 
getLogId() - Method in class cz.cuni.amis.utils.StreamSink
 
getLogLevel() - Method in class cz.cuni.amis.utils.StreamSink
 
getLongId() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId
Returns id as 'long', only iff WorldObjectId.isLongId(), otherwise it raises a PogamutException.
getLowArmor() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, how much of low armor the agent is wearing.
getMap() - Method in interface cz.cuni.amis.pogamut.unreal.server.IUnrealServer
Get current map from the server
getMap() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.AbstractUT2004Server
 
getMap() - Method in interface cz.cuni.amis.pogamut.ut2004.server.IUT2004Server
Get current map from the server
getMapName() - Method in interface cz.cuni.amis.pogamut.unreal.server.IUnrealServer
 
getMapName() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Retreives the name of current map.
getMapName() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder
Returns name of the map the UT2004 is currently running.
getMapName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeMap
Name of the new map.
getMapName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapChange
Name of the new map.
getMapName() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.AbstractUT2004Server
 
getMapName() - Method in interface cz.cuni.amis.pogamut.ut2004.server.IUT2004Server
 
getMapName() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.UCCWrapperConf
 
GetMaps - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command GETMAPS.
GetMaps() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetMaps
Creates new instance of command GetMaps.
GetMaps(GetMaps) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetMaps
Cloning constructor.
getMaps() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.MapListObtained
 
getMatchStartTime() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Returns the global UT2004 time that we're considering as a start-of-match.
getMaxAdrenaline() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Retreives maximum level of adrenaline that can be gained.
getMaxArmor() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Retreives maximum level of combined armor.
getMaxDistance() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefsRange
Maximum distance for preferences.
getMaxFallSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
Max fall speed of the bot.
getMaxFallSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
getMaxFallSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
Max fall speed of the bot.
getMaxFallSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Max fall speed of the bot.
getMaxFallSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getMaxFallSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
Max fall speed of the bot.
getMaxHealth() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Retreives maximum level of boosted health.
getMaxHighArmor() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Retreives maximum level of high armor.
getMaxLength() - Method in interface cz.cuni.amis.utils.statistic.IMovingAverage
Return max number of consecutive items (added via IMovingAverage.add(Object) that are used to compute the average returned via IMovingAverage.getAverage().
getMaxLength() - Method in class cz.cuni.amis.utils.statistic.MovingAverage
 
getMaxLowArmor() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Retreives maximum level of low armor.
getMaxMultiJump() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Retreives the maximum number of multi-jumping combos.
getMaxMultiJump() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
Maximum amount of succesing jumps.
getMaxMultiJump() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
getMaxMultiJump() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
Maximum amount of succesing jumps.
getMaxMultiJump() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Maximum amount of succesing jumps.
getMaxMultiJump() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getMaxMultiJump() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
Maximum amount of succesing jumps.
getMaxPrimaryAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
If the item is a weapon, contains information how much primary ammo the weapon may have.
getMaxSecondaryAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
If the item is a weapon, contains information how much secondary ammo the weapon may have.
getMaxTeams() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
BotTeamGame, BotCTFGame, BotDoubleDomination only:
getMaxTeams() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
Max number of teams.
getMaxTeams() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
getMaxTeams() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoStaticMessage
Max number of teams.
getMaxTeams() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
getMaxTeams() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStatic
Max number of teams.
getMaxTeams() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Max number of teams.
getMaxTeamSize() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
BotTeamGame, BotCTFGame, BotDoubleDomination only:
getMaxTeamSize() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
Max number of players per side (BotTeamGame, BotCTFGame, BotDoubleDomination).
getMaxTeamSize() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
getMaxTeamSize() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoSharedMessage
Max number of players per side (BotTeamGame, BotCTFGame, BotDoubleDomination).
getMaxTeamSize() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
getMaxTeamSize() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoShared
Max number of players per side (BotTeamGame, BotCTFGame, BotDoubleDomination).
getMaxTeamSize() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl
Max number of players per side (BotTeamGame, BotCTFGame, BotDoubleDomination).
getMBeanCount() - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
getMBeanInfo(ObjectName) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
getMBeanNotificationInfo() - Method in class cz.cuni.amis.pogamut.base.utils.jmx.flag.JMXFlagDecorator
 
getMBeanServer() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.AgentJMXComponents
MBeanServer, if null the jmx is not enabled.
getMBeanServer() - Method in class cz.cuni.amis.pogamut.base.utils.DefaultPogamutPlatform
Returns MBeans server for the Pogamut Platform.
getMBeanServer() - Method in interface cz.cuni.amis.pogamut.base.utils.PogamutPlatform
 
getMBeanServer() - Method in class cz.cuni.amis.pogamut.base.utils.PogamutPlatformProxy
 
getMBeanServerConnection() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentJMXProxy
 
getMBeanServerConnection() - Method in class cz.cuni.amis.pogamut.base.utils.DefaultPogamutPlatform
 
getMBeanServerConnection() - Method in interface cz.cuni.amis.pogamut.base.utils.PogamutPlatform
 
getMBeanServerConnection() - Method in class cz.cuni.amis.pogamut.base.utils.PogamutPlatformProxy
 
getMBeanServerURL() - Method in class cz.cuni.amis.pogamut.base.utils.DefaultPogamutPlatform
 
getMBeanServerURL() - Method in interface cz.cuni.amis.pogamut.base.utils.PogamutPlatform
 
getMBeanServerURL() - Method in class cz.cuni.amis.pogamut.base.utils.PogamutPlatformProxy
 
getMeleeWeapons() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Retrieves melee weapons from the agent's inventory.
getMessage() - Method in interface cz.cuni.amis.pogamut.base.component.bus.event.IFatalErrorEvent
Returns description of what went wrong.
getMessage() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.impl.FatalErrorEvent
 
getMessage() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.impl.PausedEvent
 
getMessage() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.impl.PausingEvent
 
getMessage() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.impl.ResumedEvent
 
getMessage() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.impl.ResumingEvent
 
getMessage() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.impl.StartedEvent
 
getMessage() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.impl.StartingEvent
 
getMessage() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.impl.StartingPausedEvent
 
getMessage() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.impl.StoppedEvent
 
getMessage() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.impl.StoppingEvent
 
getMessage() - Method in interface cz.cuni.amis.pogamut.base.component.bus.event.IPausedEvent
 
getMessage() - Method in interface cz.cuni.amis.pogamut.base.component.bus.event.IPausingEvent
 
getMessage() - Method in interface cz.cuni.amis.pogamut.base.component.bus.event.IResumedEvent
 
getMessage() - Method in interface cz.cuni.amis.pogamut.base.component.bus.event.IResumingEvent
 
getMessage() - Method in interface cz.cuni.amis.pogamut.base.component.bus.event.IStartedEvent
Provides human readable information why the component has started.
getMessage() - Method in interface cz.cuni.amis.pogamut.base.component.bus.event.IStartingEvent
Provides human readable information why the component is starting.
getMessage() - Method in interface cz.cuni.amis.pogamut.base.component.bus.event.IStartingPausedEvent
Provides human readable information why the component is starting.
getMessage() - Method in interface cz.cuni.amis.pogamut.base.component.bus.event.IStoppedEvent
Provides human readable information why the component is stopping.
getMessage() - Method in interface cz.cuni.amis.pogamut.base.component.bus.event.IStoppingEvent
Provides human readable information why the component is stopping.
getMessage() - Method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogMapMark
 
getMessage() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogEnvelope
 
getMessageEnd() - Method in class cz.cuni.amis.pogamut.base.communication.connection.impl.AbstractConnection
 
getMessageId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathListStart
An Id matching the one sent by client.
getMethodSignature(Method) - Static method in class cz.cuni.amis.utils.ClassUtils
 
getMillis() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogEnvelope
 
getMin() - Method in class cz.cuni.amis.utils.astar.AStarHeap
 
getMinDelta() - Method in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.Box
Get minimal dimension of a box.
getMinDelta() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Box
Get minimal dimension of a box.
getMinDistance() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefsRange
Minimum distance for preferences.
getMode() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: OPTIONLIST.
getMostRecentLocalWorldObject(WorldObjectId) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
Returns the most recent instance of object with the specified id.
getMove() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
 
getMover() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
If this NavPoint is marking some mover, the mover id will be here.
getMover() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
getMover() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
getMover() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
If this NavPoint is marking some mover, the mover id will be here.
getMover() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
If this NavPoint is marking some mover, the mover id will be here.
getMover() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If this NavPoint is marking some mover, the mover id will be here.
getMovers() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.MoverListObtained
 
getMoveTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover
How long the mover moves, when it becomes triggered, before it stops.
getMoveTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
 
getMoveTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
 
getMoveTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverStaticMessage
How long the mover moves, when it becomes triggered, before it stops.
getMoveTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStatic
How long the mover moves, when it becomes triggered, before it stops.
getMoveTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
How long the mover moves, when it becomes triggered, before it stops.
getMultiJumpBoost() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
Not used in GB.
getMultiJumpBoost() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
getMultiJumpBoost() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
Not used in GB.
getMultiJumpBoost() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Not used in GB.
getMultiJumpBoost() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getMultiJumpBoost() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
Not used in GB.
getMutators() - Method in interface cz.cuni.amis.pogamut.unreal.server.IUnrealServer
Reeturns list of all mutators available on the server.
getMutators() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Returns list of mutators that are active in the current game.
getMutators() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.MutatorListObtained
 
getMutators() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.AbstractUT2004Server
 
getMutators() - Method in interface cz.cuni.amis.pogamut.ut2004.server.IUT2004Server
Reeturns list of all mutators available on the server.
getMutators() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.UCCWrapperConf
 
getMutex() - Method in class cz.cuni.amis.utils.Job
Returns object we used as a mutex for this class.
getName() - Method in interface cz.cuni.amis.pogamut.base.agent.IAgent
Returns human-readable agent's name.
getName() - Method in interface cz.cuni.amis.pogamut.base.agent.IAgentId
Contains a human-readable name of the agent.
getName() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
 
getName() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AgentId
 
getName() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.adapter.AgentMBeanAdapter
 
getName() - Method in interface cz.cuni.amis.pogamut.base.agent.jmx.adapter.IAgentMBeanAdapter
Returns human readable name.
getName() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentIdJMXProxy
 
getName() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentJMXProxy
 
getName() - Method in class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
 
getName() - Method in interface cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IMapList
Name of one map in map list on the server.
getName() - Method in interface cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IMutator
Name of the mutator.
getName() - Method in interface cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IPlayer
 
getName() - Method in interface cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealMap
 
getName() - Method in interface cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealMapInfo
 
getName() - Method in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.MapInfo
 
getName() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
The bot's name.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives current name of the agent in the game.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddBot
Optional name of the bot.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
You can change the name of the bot in the game.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Desired name.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.InitializeObserver
Name of the player you wannt to observe.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlayAnimation
Name of the animation.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationChange
Name of the animation.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange
The bot's name.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
 
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
The bot's name.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
The bot's name.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeLocalMessage
The bot's name.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
 
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GlobalChat
Human readable name of the sender.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapList
Name of one map in map list on the server.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mutator
Name of the mutator.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player
Human readable name of the player.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerCompositeImpl
 
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerJoinsGame
Name of the player.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLeft
The name of the player.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
 
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerSharedMessage
Human readable name of the player.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
Human readable name of the player.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
Human readable name of the player.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
Human readable bot name.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
Human readable bot name.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
Human readable bot name.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Human readable bot name.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChat
Human readable name of the sender.
getName() - Method in interface cz.cuni.amis.pogamut.ut2004.communication.messages.IPerson
 
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
 
getName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.UT2004Map
 
getName() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlace
 
getName() - Method in class cz.cuni.amis.pogamut.ut2004.utils.MultipleUT2004BotRunner
Returns name that is going to be used to form new IAgentId of the bots.
getName() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UT2004BotRunner
Returns name that is going to be used to form new IAgentId of the bots.
getName() - Method in class cz.cuni.amis.utils.IniFile.Section
Returns name of the section.
getName() - Method in class cz.cuni.amis.utils.Throughput
 
getNameWithIds() - Method in class cz.cuni.amis.utils.token.Token
Returns the name with ids as suffix enclosed inside '[', ']' brackets.
getNativeAgents() - Method in interface cz.cuni.amis.pogamut.unreal.server.IUnrealServer
Returns list of all non pogamut players connected to the game server.
getNativeAgents() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.AbstractUT2004Server
 
getNativeAgents() - Method in interface cz.cuni.amis.pogamut.ut2004.server.IUT2004Server
Returns list of all non pogamut players connected to the game server.
getNavBuilder() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
 
getNavigation() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorld
 
getNavPoint(ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueNavigator
Returns NavPoint instance for a given location.
getNavPoint() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item
If the Item is not dropped then it's item that is laying at some navpoint and this is that NavPoint instance.
getNavPoint() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCompositeImpl
 
getNavPoint() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
 
getNavPoint() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemStaticMessage
If the Item is not dropped then it's item that is laying at some navpoint and this is that NavPoint instance.
getNavPoint() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStatic
If the Item is not dropped then it's item that is laying at some navpoint and this is that NavPoint instance.
getNavPoint() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl
If the Item is not dropped then it's item that is laying at some navpoint and this is that NavPoint instance.
getNavPoint(String) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorld
 
getNavPointDistances(SPLocation) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlace
 
getNavPointDistancesSwapped(SPLocation) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlace
 
getNavPointId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item
Id of the navpoint where the item is laying.
getNavPointId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCompositeImpl
 
getNavPointId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
 
getNavPointId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemStaticMessage
Id of the navpoint where the item is laying.
getNavPointId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStatic
Id of the navpoint where the item is laying.
getNavPointId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl
Id of the navpoint where the item is laying.
getNavPointLinks() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.TranslatorContext
 
getNavPointMarker() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover
Navigation point marking this mover.
getNavPointMarker() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
 
getNavPointMarker() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
 
getNavPointMarker() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverStaticMessage
Navigation point marking this mover.
getNavPointMarker() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStatic
Navigation point marking this mover.
getNavPointMarker() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
Navigation point marking this mover.
getNavPoints() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.MapPointListObtained
 
getNavPoints() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.TranslatorContext
 
getNavPoints() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlace
Returns places inside the virtual world that belongs to this place.
getNavPoints() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlaceBase
Returns places inside the virtual world that belongs to this place.
getNavPoints() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorld
Returns places inside the virtual world.
getNavPointsList() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlace
Returns places inside the virtual world that belongs to this place.
getNavPointsToPlaceMap() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorld
 
getNearest(Collection<T>, ILocated) - Static method in class cz.cuni.amis.pogamut.base.utils.math.DistanceUtils
Returns the nearest object to 'target'.
getNearest2D(Collection<T>, ILocated) - Static method in class cz.cuni.amis.pogamut.base.utils.math.DistanceUtils
Returns the nearest object to 'target' (ignoring 'z' coordinate).
getNearestEnemy(double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Returns nearest enemy that is visible or that was 'recently' visible.
getNearestFiltered(Collection<T>, ILocated, IFilter<T>) - Static method in class cz.cuni.amis.pogamut.base.utils.math.DistanceUtils
Returns the nearest object to 'target'.
getNearestFiltered2D(Collection<T>, ILocated, IFilter<T>) - Static method in class cz.cuni.amis.pogamut.base.utils.math.DistanceUtils
Returns the nearest object to 'target' (ignoring 'z' coordinate).
getNearestFriend(double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Returns nearest friend that is visible or that was 'recently' visible.
getNearestItem() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retrieves nearest known item to current agent location.
getNearestNavPoint() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retrieves nearest known navpoint to current agent location.
getNearestNavPoint(SPLocation) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlace
 
getNearestNavPoint(SPLocation) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorld
 
getNearestPlayer() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retrieves nearest known player to current agent location.
getNearestPlayer(double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Returns nearest player that is visible or that was 'recently' visible.
getNearestVisible(Collection<T>, ILocated) - Static method in class cz.cuni.amis.pogamut.base.utils.math.DistanceUtils
Returns the nearest object to 'target'.
getNearestVisible2D(Collection<T>, ILocated) - Static method in class cz.cuni.amis.pogamut.base.utils.math.DistanceUtils
Returns the nearest object to 'target' (ignoring 'z' coordinate).
getNearestVisibleEnemy() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Returns nearest-visible enemy - if no enemy is visible returns null.
getNearestVisibleFriend() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Returns nearest-visible friend - if no friend is visible returns null.
getNearestVisibleItem() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retrieves nearest visible item to current agent location.
getNearestVisibleNavPoint() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retrieves nearest visible navpoint to current agent location.
getNearestVisiblePlayer() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retrieves nearest visible player to current agent location.
getNearestVisiblePlayer() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Returns nearest-visible player - if no if no player is visible returns null.
getNearestVisiblePlayer(Collection<Player>) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Returns nearest-visible player to the bot from the collection of 'players' - if no player is visible returns null.
getNeededJump() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
TODO: mystery how to interpret
getNeighbourLinks() - Method in interface cz.cuni.amis.pogamut.ut2004.communication.messages.INavPoint
Retuns map with links to navpoint neighbours.
getNeighbours() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.TranslatorContext
 
getNeighbours(Node) - Method in interface cz.cuni.amis.pogamut.ut2004.communication.worldview.map.IGraph
 
getNetworkLoggerHost() - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
getNetworkLoggerHost() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger
Returns a host where NetworkLogManager is listening.
getNetworkLoggerHost() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IJMXAgentLogger
Returns a host where NetworkLogManager is listening.
getNetworkLoggerHost() - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.AgentLoggerJMXProxy
Executes JMX remote call to the proxied IAgentLogger.getNetworkLoggerHost() method.
getNetworkLoggerPort() - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
getNetworkLoggerPort() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger
Returns port where NetworkLogManager is listening.
getNetworkLoggerPort() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IJMXAgentLogger
Returns port where NetworkLogManager is listening.
getNetworkLoggerPort() - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.AgentLoggerJMXProxy
Executes JMX remote call to the proxied IAgentLogger.getNetworkLoggerPort() method.
getNetworkLogManager() - Static method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogManager
 
getNewDescriptor(ItemTyped) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AdrenalineDescriptorFactory
 
getNewDescriptor(ItemTyped) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AmmoDescriptorFactory
 
getNewDescriptor(ItemTyped) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ArmorDescriptorFactory
 
getNewDescriptor(ItemTyped) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.GeneralDescriptorFactory
 
getNewDescriptor(ItemTyped) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.HealthDescriptorFactory
 
getNewDescriptor(ItemTyped) - Method in interface cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.IDescriptorFactory
 
getNewDescriptor(ItemTyped) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ItemDescriptorFactory
 
getNewDescriptor(ItemTyped) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.OtherDescriptorFactory
 
getNewDescriptor(ItemTyped) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ShieldDescriptorFactory
 
getNewDescriptor(ItemTyped) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptorFactory
 
getNextRestart() - Method in class cz.cuni.amis.pogamut.base.agent.utils.AgentKeepAlive
 
getNodeNeighbours(NODE) - Method in interface cz.cuni.amis.utils.astar.AStarMap
This should return a collection of nodes which are connected to this one.
getNoiseRotation() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells where the noise is coming from.
getNoiseSource() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells what has caused a noise (may be null).
getNoiseType() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells what type the noise is.
getNormal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WallCollision
Normal of the wall bot collided with.
getNormalized() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Normalizes this Location
getNotChecked() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: OPTION.
getNotificationInfo() - Method in class cz.cuni.amis.pogamut.base.utils.jmx.flag.JMXFlagDecorator
 
getNotificationInfo() - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogPublisher
 
getNumberOfPlayersKilledWithoutDeath() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
The biggest number of other bots killed in a row (without being killed).
getObject() - Method in interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult
Returns the updated object.
getObject() - Method in class cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.WorldObjectUpdateResult
 
getObject() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.object.event.WorldObjectEvent
 
getObject() - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObjectEvent
Instance of the object.
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessage.AliveMessageUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocalImpl.AliveMessageLocalUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay.AutoTraceRayUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl.AutoTraceRayLocalUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo.BombInfoUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl.BombInfoLocalUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange.ConfigChangeUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl.ConfigChangeLocalUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo.FlagInfoUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocalImpl.FlagInfoLocalUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo.GameInfoUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocalImpl.GameInfoLocalUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectile.IncomingProjectileUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl.IncomingProjectileLocalUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage.InitedMessageUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl.InitedMessageLocalUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item.ItemUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocalImpl.ItemLocalUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover.MoverUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocalImpl.MoverLocalUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventory.MyInventoryUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl.MyInventoryLocalUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint.NavPointUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl.NavPointLocalUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player.PlayerUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl.PlayerLocalUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self.SelfUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl.SelfLocalUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScore.TeamScoreUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocalImpl.TeamScoreLocalUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle.VehicleUpdate
 
getObject() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocalImpl.VehicleLocalUpdate
 
getObjectHitLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ObjectSelected
Location of the hit point that we have selected this actor through.
getObjectId() - Method in interface cz.cuni.amis.pogamut.multi.communication.translator.event.ISharedPropertyUpdatedEvent
 
getObjectId() - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ISharedProperty
ObjectId of the object that this property is part of.
getObjectId() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty.GenericPropertyUpdate
 
getObjectId() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty
 
getObjectId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ObjectSelected
Id of the actor the player selected (actors include other players or bots and other physical objects that can block your path and even level geometry actors).
getObjectInstance(ObjectName) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
getObjectLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ObjectSelected
Location of the actor the player selected.
getObjectName(String) - Method in class cz.cuni.amis.pogamut.base.agent.jmx.adapter.AgentMBeanAdapter
 
getObjectName(String) - Method in interface cz.cuni.amis.pogamut.base.agent.jmx.adapter.IAgentMBeanAdapter
Returns JMX object name of the MBean.
getObjectName() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentJMXProxy
 
getObjectName(ObjectName, String, String) - Static method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutJMX
Creates hierarchical ObjectNames given a parent and name of the MBean.
getObjectName(ObjectName, String) - Static method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutJMX
Creates hierarchical ObjectNames given a parent and name of the MBean.
getObjectName(String, String, String) - Static method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutJMX
Returns well formed JMX indentificator based on the domain / type / name.
getObservedAgentId() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerObserverParameters
Returns ID of the player that should be observed.
getObservedBotId() - Method in interface cz.cuni.amis.pogamut.ut2004.analyzer.IUT2004AnalyzerObserver
Returns id of the bot that the observer is sniffing info from.
getObservedBotId() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerObserver
 
getObserverAddress() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerParameters
Returns observer address that should be used for spawning new observers.
getObserverAddress() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
 
getObserverModule() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerParameters
 
getObserverPort() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
 
getObservers() - Method in interface cz.cuni.amis.pogamut.ut2004.analyzer.IUT2004Analyzer
Returns all observers currently owned by the analyzer.
getObservers() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004Analyzer
 
getOpenTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover
How long the mover stands still when it reaches its destination position.
getOpenTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
 
getOpenTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
 
getOpenTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverStaticMessage
How long the mover stands still when it reaches its destination position.
getOpenTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStatic
How long the mover stands still when it reaches its destination position.
getOpenTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
How long the mover stands still when it reaches its destination position.
getOption0() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
getOption1() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
getOption2() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
getOption3() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
getOption4() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
getOption5() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
getOption6() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
getOption7() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
getOption8() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
getOption9() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
getOptions() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.UCCWrapperConf
 
getOrigin() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: IMAGE.
getOrigin() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectile
Possition of the origin, when combined with direction can define the line of fire.
getOrigin() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileCompositeImpl
 
getOrigin() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocal
Possition of the origin, when combined with direction can define the line of fire.
getOrigin() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
Possition of the origin, when combined with direction can define the line of fire.
getOrigin() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
 
getOrigin() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileLocalMessage
Possition of the origin, when combined with direction can define the line of fire.
getOrigin() - Method in exception cz.cuni.amis.utils.exception.PogamutException
Returns the object that has thrown the exception.
getOutgoingEdges() - Method in interface cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealWaypoint
 
getOutgoingEdges() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
Maps edge-LEADING_TO-navpoint-UnrealId to neighbour link, those are outgoing edges (those edges that originates in this navpoint going to another one, those you may usually travel).
getOutgoingEdges() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
getOutgoingEdges() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
getOutgoingEdges() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
Maps edge-LEADING_TO-navpoint-UnrealId to neighbour link, those are outgoing edges (those edges that originates in this navpoint going to another one, those you may usually travel).
getOutgoingEdges() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
Maps edge-LEADING_TO-navpoint-UnrealId to neighbour link, those are outgoing edges (those edges that originates in this navpoint going to another one, those you may usually travel).
getOutgoingEdges() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Maps edge-LEADING_TO-navpoint-UnrealId to neighbour link, those are outgoing edges (those edges that originates in this navpoint going to another one, those you may usually travel).
getOutgoingEdges() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Waypoint
 
getOutputFile() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Actually used file for outputting of stats.
getOutputFile(String, boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Returns File for a given 'pathToFile'.
getOutputFilePath() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerObserver
Returns path to file that should be used for outputting the data
getOutputPath() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Returns the output path as supplied in AgentStats.startOutput(String) or AgentStats.startOutput(String, boolean).
getOutputPath() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerObserverParameters
Contains path to directory where the observer should output its results.
getOutputPath() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerParameters
Contains path to directory where the observer should output its results.
getOwner() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefsRange
Owner of this preferences.
getParams() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004Analyzer
 
getParams() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerObserver
 
getParams() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot
Returns parameters that were passed into the agent during the construction.
getParams() - Method in class cz.cuni.amis.pogamut.ut2004.observer.impl.UT2004Observer
Returns parameters that were passed into the agent during the construction.
getParams() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server
Returns parameters that were passed into the agent during the construction.
getParent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Id of parent component.
getPassword() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotController
 
getPassword() - Method in interface cz.cuni.amis.pogamut.ut2004.bot.IUT2004BotController
Returns password that should be used to access the GameBots2004 server.
getPassword() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PasswordReply
The password.
getPassword() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetPassword
Holds the password.
getPasswordReply() - Method in class cz.cuni.amis.pogamut.ut2004.observer.impl.AbstractUT2004Observer
Instance of the password reply command that was sent upon receivieng request for the password (the world is locked).
getPasswordReply() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.AbstractUT2004Server
Instance of the password reply command that was sent upon receivieng request for the password (the world is locked).
getPath() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.AbstractPathExecutor
 
getPath() - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutor
If the IPathExecutor.isExecuting() and the path has been already computed, returns path the executor is currently following.
getPath(NavPoint, NavPoint) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap
Returns path between navpoints 'from' -> 'to'.
getPath() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap.PathMatrixNode
 
GetPath - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command GETPATH.
GetPath(String, UnrealId, Location) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetPath
Creates new instance of command GetPath.
GetPath() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetPath
Creates new instance of command GetPath.
GetPath(GetPath) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetPath
Cloning constructor.
getPath() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.Path
Returns list of navpoints you have to follow
getPath(SPLocation, SPLocation) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorld
Finds path between navpoints that are the nearest to "from" / "to" location.
getPath(SPLocation, NavPoint) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorld
Finds path between navpoint that is the nearest to "from" and navpoint "to".
getPath(SPLocation, SPStoryPlace) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorld
Finds shortest path between the nearest navpoint to "from" and the "place", searching all the navpoints that is contained inside the place.
getPath() - Method in class cz.cuni.amis.utils.astar.AStarResult
Returns the path from startNode to goalNode.
getPathElement() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.AbstractPathExecutor
Returns correct path element only if the AbstractPathExecutor.getPathElementIndex() is in the range of AbstractPathExecutor.getPath().
getPathElement() - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutor
If the IPathExecutor.isExecuting() and the path has been already computed, returns current path element the executor is navigating to.
getPathElementIndex() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.AbstractPathExecutor
 
getPathElementIndex() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
 
getPathElementIndex() - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutor
Returns an index pointing into IPathExecutor.getPath() that marks the element the path executor is currently heading to.
getPathExecutor() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
 
getPathFrom() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.PathFuture
 
getPathFrom() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.PrecomputedPathFuture
 
getPathFrom() - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathFuture
Where does the path start.
getPathFuture() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.AbstractPathExecutor
 
getPathFuture() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
 
getPathFuture() - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutor
Returns current path that the executor is following.
getPathId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.Path
Returns a path id (as requested by the GETPATH command).
getPathMatrixNode(NavPoint, NavPoint) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap
 
getPathPlanner() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
 
getPathTo() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.PathFuture
 
getPathTo() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.PrecomputedPathFuture
 
getPathTo() - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathFuture
Where does the path end.
getPickupNoiseRotation() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells where the pickup noise is coming from.
getPickupNoiseSource() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells what has caused the pickup noise (may be null).
getPickupNoiseType() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells what type the pickup noise is.
getPickupType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
We get this item if we pick up this pickup class in the map.
getPickupType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
By this class the item is represented in the map.
getPickupType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ItemDescriptor
 
getPitch() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Rotation pitch.
getPlace(Token) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorld
 
getPlace(String) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorld
 
getPlaces() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorldData
 
getPlatform() - Static method in class cz.cuni.amis.pogamut.base.utils.Pogamut
 
getPlayer(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Retreives last known info about given player.
getPlayer() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CommandPlayer
Name of the affected player.
getPlayer() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogBegin
Name of the player on who's HUD should be the dialog shown.
getPlayer() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogCancel
Name of the player on who's HUD is the dialog.
getPlayer() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogEnd
Name of the player on who's HUD should be the dialog shown.
getPlayer() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Name of the player on who's HUD should the dialog show.
getPlayer() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlaySound
Name of the affected player.
getPlayer() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetPlayerControl
Name of the affected player.
getPlayer() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSendKeys
Name of the affected player.
getPlayer() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ShowText
Name of the player on who's HUD should be the text shown.
getPlayer() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.KeyEvent
Name of player who has triggered the key event.
getPlayerDeaths(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Retreives number of deaths the agent took.
getPlayerId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSendKeys
Id of the affected player.
getPlayerId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.KeyEvent
Id of player who has triggered the key event.
getPlayerId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ObjectSelected
Unique Id of the player that this event is for.
getPlayerKilled(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Returns detail information about the way the player of id 'playerId' has died.
getPlayerKilled(Player) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Returns detail information about the way the player has died.
getPlayerName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.KeyEvent
Name of player who has triggered the key event.
getPlayerName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ObjectSelected
Name of the player that this event is for.
getPlayers() - Method in interface cz.cuni.amis.pogamut.unreal.server.IUnrealServer
Returns list of all players connected to the game server.
getPlayers() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Retreives a Map of all players.
getPlayers() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
 
GetPlayers - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command GETPLRS.
GetPlayers() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetPlayers
Creates new instance of command GetPlayers.
GetPlayers(GetPlayers) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetPlayers
Cloning constructor.
getPlayers() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.PlayerListObtained
 
getPlayers() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.AbstractUT2004Server
 
getPlayers() - Method in interface cz.cuni.amis.pogamut.ut2004.server.IUT2004Server
Returns list of all players connected to the game server.
getPlayerScore(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Retreives agent score.
getPlayerScores() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Returns map with scores of respective players in the game.
getPlayerScores() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Returns unmodifiable map with player scores.
getPogamutJMXDomain() - Static method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutJMX
Returns an JMX Domain id used by Pogamut's agents.
getPoint0() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint1() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint10() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint11() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint12() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint13() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint14() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint15() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint16() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint17() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint18() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint19() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint2() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint20() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint21() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint22() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint23() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint24() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint25() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint26() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint27() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint28() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint29() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint3() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint30() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint31() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint3d() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Retreives javax.vecmath.Point3d representation of the location.
getPoint3d() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Retreives javax.vecmath.Point3d representation of the rotation.
getPoint4() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint5() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint6() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint7() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint8() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPoint9() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
getPort() - Method in interface cz.cuni.amis.pogamut.base.communication.connection.impl.socket.ISocketConnectionAddress
 
getPort() - Method in class cz.cuni.amis.pogamut.base.communication.connection.impl.socket.SocketConnectionAddress
 
getPort() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient
 
getPort() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationPort
Port number.
getPort() - Method in class cz.cuni.amis.pogamut.ut2004.utils.MultipleUT2004BotRunner
Returns port, where newly launched bots will be connected to.
getPort() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UT2004BotRunner
Returns port, where newly launched bots will be connected to.
getPosition() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: PANEL, BUTTON, TEXT, OPTIONLIST, IMAGE.
getPreferedWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
Class of the weapon that should be prefered when using this point for AIMarker specified action.
getPreferedWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
getPreferedWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
getPreferedWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
Class of the weapon that should be prefered when using this point for AIMarker specified action.
getPreferedWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
Class of the weapon that should be prefered when using this point for AIMarker specified action.
getPreferedWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Class of the weapon that should be prefered when using this point for AIMarker specified action.
getPreferedWeapon() - Method in interface cz.cuni.amis.pogamut.ut2004.communication.messages.INavPoint
Class of the weapon that should be prefered when using this point for AIMarker specified action.
getPrefixed(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
It returns 'objectId' prefixed with "Game.getMapName().".
getPrefixed(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder
It returns 'navPointId' prefixed with "NavigationGraphBuilder.getMapName().".
getPrefixedId(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
It returns 'objectId' prefixed with "Game.getMapName().".
getPrefs() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefsRange
Returns list of preferences (from the most preferred one to the least one).
getPreviousNode(NODE) - Method in class cz.cuni.amis.utils.astar.AStarResult
Used by getPath() method when creating a list of nodes (the path) from startNode to goalNode.
getPreviousRange(WeaponPrefsRange) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefs
Get range that is right after "weaponPrefsRange".
getPriAimError() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
getPriAimError() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
How big aiming error this firing mode has.
getPriAmmoClipSize() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
getPriAmmoClipSize() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If this mode has clips how big they are.
getPriAmmoItemType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
 
getPriAmmoPerFire() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
getPriAmmoPerFire() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
How much ammo this weapon consumes for one shot.
getPriAmmoType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
getPriAmmoType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AmmoDescriptor
The class of this ammunition type.
getPriAmmoType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
The class of primary firing mode ammunition type.
getPriBotRefireRate() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
getPriBotRefireRate() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
How fast we can refire the weapon.
getPriDamage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
getPriDamage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AmmoDescriptor
Damage of the projectile.
getPriDamage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Damage of the projectile.
getPriDamageAtten() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
getPriDamageAtten() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Attenuate instant-hit/projectile damage by this multiplier.
getPriDamageMax() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
getPriDamageMin() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
getPriDamageRadius() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
getPriDamageRadius() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AmmoDescriptor
If the projectile does splash damage, the value here won't be zero and will specify the radius of the splash damage in ut units.
getPriDamageRadius() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If the projectile does splash damage, the value here won't be zero and will specify the radius of the splash damage in ut units.
getPriDamageType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
getPriDamageType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AmmoDescriptor
Class of this ammunitions damage type.
getPriDamageType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Class of this ammunitions damage type.
getPriFireCount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
getPriFireCount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Firing mode fire count.
getPriFireModeType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
getPriFireModeType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Returns the class of primary firing mode.
getPriFireRate() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
getPriFireRate() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
How fast this weapon fires.
getPriInitialAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
getPriInitialAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AmmoDescriptor
Initial amount of ammunition.
getPriInitialAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Initial amount of ammunition.
getPriLifeSpan() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
getPriLifeSpan() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AmmoDescriptor
Life span of this projectile.
getPriLifeSpan() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Life span of this projectile.
getPrimaryAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weapon
Returns how many primary ammo the bot is wielding for this weapon.
getPrimaryAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ChangedWeapon
Holding current primary ammo of the new weapon.
getPrimaryAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
How much ammo the bot has left for current weapon primary mode.
getPrimaryAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
getPrimaryAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
getPrimaryAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
How much ammo the bot has left for current weapon primary mode.
getPrimaryAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
How much ammo the bot has left for current weapon primary mode.
getPrimaryAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
How much ammo the bot has left for current weapon primary mode.
getPrimaryAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WeaponUpdate
Holding primary ammo of the old weapon (that was changed).
getPrimaryInitialAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
If the item is a weapon, contains information how much primary ammo the weapon initial has.
getPrimaryWeaponAmmo(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Returns an amount of primary ammo of a given 'weaponType' the bot currently has.
getPrimaryWeaponAmmoType(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Return primary-ammo ItemType for a weapon.
getPriMaxAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
getPriMaxAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AmmoDescriptor
Maximum amount of this ammunition we can hold in our inventory.
getPriMaxAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Maximum amount of this ammunition we can hold in our inventory.
getPriMaxEffectDistance() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
getPriMaxEffectDistance() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AmmoDescriptor
Maximum effective distance of the projectile.
getPriMaxEffectDistance() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Maximum effective distance of the projectile.
getPriMaxRange() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
getPriMaxRange() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AmmoDescriptor
Maximum firing range.
getPriMaxRange() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Maximum firing range.
getPriMaxSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
getPriMaxSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AmmoDescriptor
Maximum possible speed of this projectile.
getPriMaxSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Maximum possible speed of this projectile.
getPriority() - Method in class cz.cuni.amis.pogamut.base.utils.configuration.CustomPropertiesProvider
 
getPriority() - Method in class cz.cuni.amis.pogamut.base.utils.configuration.PlatformPropertiesProvider
 
getPriority() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UT2004PropertiesProvider
 
getPriority() - Method in class cz.cuni.amis.utils.configuration.PropertyProvider
Priority of this provider.
getPriority() - Method in class cz.cuni.amis.utils.configuration.providers.EnvironmentVariableProvider
 
getPriority() - Method in class cz.cuni.amis.utils.configuration.providers.JVMOptionsProvider
 
getPriProjType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
getPriProjType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AmmoDescriptor
Holds the class of the projectile spawn by this ammo type.
getPriProjType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Holds the class of the projectile of this firing mode.
getPriSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
getPriSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AmmoDescriptor
Default speed of the projectile - probably the projectile has this speed when fired.
getPriSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Default speed of the projectile - probably the projectile has this speed when fired.
getPriSpread() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
getPriSpread() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
When the weapon is spreading some projectiles, here is how big the spread is.
getPriSpreadStyle() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
getPriSpreadStyle() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
The style of weapon spread.
getPriTossZ() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
getPriTossZ() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AmmoDescriptor
Probably the amount of speed added to Z velocity vector when this projectile is fired.
getPriTossZ() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Probably the amount of speed added to Z velocity vector when this projectile is fired.
getProcess() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
Process of the
getProperties() - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ISharedWorldObject
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage.AliveMessageSharedMessage
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageSharedImpl
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRaySharedMessage
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRaySharedImpl
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoSharedMessage
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeSharedMessage
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeSharedImpl
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoSharedMessage
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoSharedImpl
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoSharedMessage
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileSharedMessage
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileSharedImpl
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageSharedMessage
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageSharedImpl
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemSharedMessage
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemSharedImpl
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverSharedMessage
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverSharedImpl
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventorySharedMessage
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventorySharedImpl
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointSharedMessage
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointSharedImpl
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerSharedMessage
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage.TeamScoreSharedMessage
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreSharedImpl
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleSharedMessage
 
getProperties() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
 
getProperty(String) - Method in class cz.cuni.amis.pogamut.base.utils.configuration.CustomPropertiesProvider
 
getProperty(String, String) - Method in class cz.cuni.amis.pogamut.base.utils.DefaultPogamutPlatform
 
getProperty(String) - Method in class cz.cuni.amis.pogamut.base.utils.DefaultPogamutPlatform
Returns property value.
getProperty(String) - Method in interface cz.cuni.amis.pogamut.base.utils.PogamutPlatform
 
getProperty(String, String) - Method in interface cz.cuni.amis.pogamut.base.utils.PogamutPlatform
 
getProperty(String) - Method in class cz.cuni.amis.pogamut.base.utils.PogamutPlatformProxy
 
getProperty(String, String) - Method in class cz.cuni.amis.pogamut.base.utils.PogamutPlatformProxy
 
getProperty() - Method in interface cz.cuni.amis.pogamut.multi.communication.translator.event.ISharedPropertyUpdateResult
 
getProperty() - Method in class cz.cuni.amis.pogamut.multi.communication.translator.event.ISharedPropertyUpdateResult.SharedPropertyUpdateResult
 
getProperty(PropertyId) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ISharedWorldObject
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage.AliveMessageSharedMessage
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageSharedImpl
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRaySharedMessage
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRaySharedImpl
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoSharedMessage
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeSharedMessage
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeSharedImpl
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoSharedMessage
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoSharedImpl
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoSharedMessage
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileSharedMessage
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileSharedImpl
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageSharedMessage
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageSharedImpl
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemSharedMessage
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemSharedImpl
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverSharedMessage
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverSharedImpl
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventorySharedMessage
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventorySharedImpl
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointSharedMessage
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointSharedImpl
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerSharedMessage
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage.TeamScoreSharedMessage
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreSharedImpl
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleSharedMessage
 
getProperty(PropertyId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
 
getProperty(String) - Method in class cz.cuni.amis.utils.configuration.PropertiesManager
Returns property for given key.
getProperty(String) - Method in class cz.cuni.amis.utils.configuration.PropertyProvider
Searches for given property key.
getProperty(String) - Method in class cz.cuni.amis.utils.configuration.providers.AbstractPropertiesProvider
 
getProperty(String) - Method in class cz.cuni.amis.utils.configuration.providers.EnvironmentVariableProvider
 
getProperty(String) - Method in class cz.cuni.amis.utils.configuration.providers.JVMOptionsProvider
 
getPropertyEvents() - Method in interface cz.cuni.amis.pogamut.multi.communication.translator.event.ISharedWorldObjectUpdatedEvent
 
getPropertyEvents() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageSharedImpl.AliveMessageSharedUpdate
 
getPropertyEvents() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRaySharedImpl.AutoTraceRaySharedUpdate
 
getPropertyEvents() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl.BombInfoSharedUpdate
 
getPropertyEvents() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeSharedImpl.ConfigChangeSharedUpdate
 
getPropertyEvents() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoSharedImpl.FlagInfoSharedUpdate
 
getPropertyEvents() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl.GameInfoSharedUpdate
 
getPropertyEvents() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileSharedImpl.IncomingProjectileSharedUpdate
 
getPropertyEvents() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageSharedImpl.InitedMessageSharedUpdate
 
getPropertyEvents() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemSharedImpl.ItemSharedUpdate
 
getPropertyEvents() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverSharedImpl.MoverSharedUpdate
 
getPropertyEvents() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventorySharedImpl.MyInventorySharedUpdate
 
getPropertyEvents() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointSharedImpl.NavPointSharedUpdate
 
getPropertyEvents() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl.PlayerSharedUpdate
 
getPropertyEvents() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl.SelfSharedUpdate
 
getPropertyEvents() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreSharedImpl.TeamScoreSharedUpdate
 
getPropertyEvents() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl.VehicleSharedUpdate
 
getPropertyId() - Method in interface cz.cuni.amis.pogamut.multi.communication.translator.event.ISharedPropertyUpdatedEvent
 
getPropertyId() - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ISharedProperty
Unique Id of this property.
getPropertyId() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty.GenericPropertyUpdate
 
getPropertyId() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty
 
getPropertyToken() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.PropertyId
 
getPropertyValueClass() - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ISharedProperty
Returns class of the property value.
getPropertyValueClass() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.BooleanProperty
 
getPropertyValueClass() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.ColorProperty
 
getPropertyValueClass() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.Dimension2DProperty
 
getPropertyValueClass() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.DoubleProperty
 
getPropertyValueClass() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.FloatProperty
 
getPropertyValueClass() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.IntegerProperty
 
getPropertyValueClass() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.IntProperty
 
getPropertyValueClass() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.LocationProperty
 
getPropertyValueClass() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.LongProperty
 
getPropertyValueClass() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.RotationProperty
 
getPropertyValueClass() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.StringProperty
 
getPropertyValueClass() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.Vector3dProperty
 
getPropertyValueClass() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.VelocityProperty
 
getPropertyValueClass() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.property.ItemTypeProperty
 
getPropertyValueClass() - Method in class cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.UnrealIdProperty
 
getPropName() - Method in enum cz.cuni.amis.pogamut.ut2004.bot.IUT2004Bot.BoolBotParam
Gets property name corresponding to enum constant.
getProvidersList() - Method in class cz.cuni.amis.utils.configuration.PropertiesManager
 
getPublisher() - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogHandler
Returns actual publisher of the hanlder.
getQuatLikeRotationSeq(Rotation.Order) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
WIP not completed yet.
getRandom() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
 
getRandom(Collection<T>) - Static method in class cz.cuni.amis.utils.collections.MyCollections
Returns random element from the collection.
getRandom(List<T>) - Static method in class cz.cuni.amis.utils.collections.MyCollections
Returns random element from the list.
getRandom(T[]) - Static method in class cz.cuni.amis.utils.collections.MyCollections
Returns random element from the array.
getRandomItem() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Returns random item from 'all' items.
getRandomNavPoint() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlace
 
getRandomNavPoint(SPLocation, double) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlace
 
getRandomVisibleEnemy() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Returns random visible enemy - if no enemy is visible returns null.
getRandomVisibleFriend() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Returns random friend - if no friend is visible returns null.
getRandomVisiblePlayer() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Returns random visible player - if no if no player is visible returns null.
getRangedWeapons() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Retrieves ranged weapons from the agent's inventory.
getRay(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Raycasting
Returns a ray of specified id.
getRaycasting() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
 
getReachableEnemies() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Retreives a Map of all reachable enemies.
getReachableFriends() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Retreives a Map of all reachable friends.
getReachableItem(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Retrieves a specific item from the all items in the map that is currently reachable.
getReachableItem(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Retrieves a specific item from the all items in the map that is currently reachable.
getReachableItems(double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AdvancedItems
Retrieves map of all reachable items.
getReachableItems(ItemType, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AdvancedItems
Retrieves map of all reachable items of a specific type.
getReachableItems(ItemType.Category, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AdvancedItems
Retrieves map of all reachable items of a specific category.
getReachableItems(ItemType.Group, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AdvancedItems
Retrieves map of all reachable items of a specific group.
getReachableItems() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Retrieves list of all reachable items, which includes all reachable known pickups and all reachable and visible thrown items.
getReachableItems(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Retrieves list of all reachable items of specific type, which includes all reachable known pickups and all reachable and visible thrown items.
getReachableItems(ItemType.Category) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Retrieves map of reachable items belonging to a specific 'category' of items, which includes all known pickups.
getReachableItems(ItemType.Group) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Retrieves map of reachable items belonging to a specific 'group' of items, which includes all known pickups.
getReachablePlayer(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Retreives info about given player, but only it the player is reachable.
getReachablePlayers() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Retreives a Map of all reachable players.
getReader() - Method in class cz.cuni.amis.pogamut.base.communication.connection.impl.AbstractConnection
 
getReader() - Method in interface cz.cuni.amis.pogamut.base.communication.connection.IWorldReaderProvider
To be used by (usually) IParser upon IParser.start() method call to obtain a world reader.
getReason() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FactoryUsed
If success is false, the reason why we couldn't use a factory will be here.
getRecord() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient.LogRead
 
getRecordWithParameters() - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogRecordContainer
 
getRedBaseLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
Location of the base spawning the red flag (team 0) (BotCTFGame).
getRedBaseLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
getRedBaseLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoStaticMessage
Location of the base spawning the red flag (team 0) (BotCTFGame).
getRedBaseLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
getRedBaseLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStatic
Location of the base spawning the red flag (team 0) (BotCTFGame).
getRedBaseLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Location of the base spawning the red flag (team 0) (BotCTFGame).
getRemainingTime() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Retreives time remaining for the game.
getRemainingTime() - Method in class cz.cuni.amis.utils.Cooldown
How much time we need to wait before the effect will cool down.
getRemainingTime() - Method in class cz.cuni.amis.utils.Heatup
How much time we still have until the object becomes cold, i.e., !Heatup.isHot().
getRemainingUDamageTime() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells whether the agent has the damage multiplier (UDamage) bonus boost activated and how long will the UDamage boost remain active.
getResult() - Method in interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult
Returns result type.
getResult() - Method in class cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.WorldObjectUpdateResult
 
getResult() - Method in interface cz.cuni.amis.pogamut.multi.communication.translator.event.ISharedPropertyUpdateResult
 
getResult() - Method in class cz.cuni.amis.pogamut.multi.communication.translator.event.ISharedPropertyUpdateResult.SharedPropertyUpdateResult
 
getResult() - Method in class cz.cuni.amis.utils.Job
Returns job result - should be used
getRight() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Sets the right emoticon.
getRightSize() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Sets the right emoticon size.
getRMIPort() - Method in class cz.cuni.amis.pogamut.base.utils.DefaultPogamutPlatform
 
getRoll() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Rotation roll.
getRotation() - Method in class cz.cuni.amis.pogamut.base3d.agent.jmx.Agent3DJMXProxy
 
getRotation() - Method in class cz.cuni.amis.pogamut.base3d.agent.jmx.Agent3DMBeanAdapter
 
getRotation() - Method in interface cz.cuni.amis.pogamut.base3d.agent.jmx.Agent3DMBeanAdapterMBean
 
getRotation() - Method in interface cz.cuni.amis.pogamut.base3d.worldview.object.IRotable
Retreives current rotation of the object.
getRotation(Rotation.Order) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Converts Location into Rotation.
getRotation() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Retreives the rotation itself to implement IRotable.
getRotation() - Method in class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
 
getRotation() - Method in interface cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IPlayer
Which direction the player is facing in absolute terms.
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives absolute rotation of the agent within the map.
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot
 
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CommandPlayer
Applicable for: TURNTO.
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Specify start rotation, if unspecified, then random.
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
Desired rotation.
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCamera
Initial rotation of this camera.
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SpawnActor
Initial rotation of the actor.
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.TurnTo
Absolute rotation you want to spin to.
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearNoise
How should bot rotate if it would like to be in the direction of the "noisy" actor.
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearPickup
How should bot rotate if it would like to be in the direction of the pickuped actor
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
If the type is AIMarker.
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
If the type is AIMarker.
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
If the type is AIMarker.
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If the type is AIMarker.
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player
Which direction the player is facing in absolute terms.
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerCompositeImpl
 
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
 
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerSharedMessage
Which direction the player is facing in absolute terms.
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
Which direction the player is facing in absolute terms.
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
Which direction the player is facing in absolute terms.
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
Which direction the bot is facing in absolute terms.
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
Which direction the bot is facing in absolute terms.
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
Which direction the bot is facing in absolute terms.
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Which direction the bot is facing in absolute terms.
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle
Which direction the vehicle is facing in absolute terms.
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleCompositeImpl
 
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
 
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleSharedMessage
Which direction the vehicle is facing in absolute terms.
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
Which direction the vehicle is facing in absolute terms.
getRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
Which direction the vehicle is facing in absolute terms.
getRotation() - Method in interface cz.cuni.amis.pogamut.ut2004.communication.messages.INavPoint
If the type is AIMarker.
getRotationRate() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Sets the bot rotation rate.
getRotationRate() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange
Bot rotation rate.
getRotationRate() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
 
getRotationRate() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
Bot rotation rate.
getRotationRate() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
Bot rotation rate.
getRotationRate() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeLocalMessage
Bot rotation rate.
getRotationRate() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
 
getRotationSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
Tells how fast the bot is rotating in all three directions (pitch, yaw, roll).
getRotationSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
Desired rotation speed.
getRouteId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathList
Unique Id of one navigation point in the path (well it should be navigation point - safer is to use location).
getRunAnim() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetWalk
Change name of running animation.
getRunning() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient
 
getRunningFlag() - Method in class cz.cuni.amis.utils.Job
Returns you a flag that is marking whether the job is running or not.
getSafeObjectNamePart(String) - Static method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutJMX
Replaces JMX URL chars with '_'.
getScale() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: IMAGE.
getScore() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives current agent score.
getScore() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Current score of your bot.
getScore() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerScore
Number of player frags (how many times the player killed other players) or number of victory points (player frags + some special measurement that can differ from game type to game type).
getScore() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScore
The score of the team (can be some special measurement that differs from game type to game type - number of stolen flags in CTF game, number of team frags in TeamGame, etc.)
getScore() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreCompositeImpl
 
getScore() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage
 
getScore() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage.TeamScoreSharedMessage
The score of the team (can be some special measurement that differs from game type to game type - number of stolen flags in CTF game, number of team frags in TeamGame, etc.)
getScore() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreShared
The score of the team (can be some special measurement that differs from game type to game type - number of stolen flags in CTF game, number of team frags in TeamGame, etc.)
getScore() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreSharedImpl
The score of the team (can be some special measurement that differs from game type to game type - number of stolen flags in CTF game, number of team frags in TeamGame, etc.)
getSecAimError() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
getSecAimError() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
How big aiming error this firing mode has.
getSecAmmoClipSize() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
getSecAmmoClipSize() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If this mode has clips how big they are.
getSecAmmoItemType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
 
getSecAmmoPerFire() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
getSecAmmoPerFire() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
How much ammo this weapon consumes for one shot.
getSecAmmoType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
getSecAmmoType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
The class of secondary firing mode ammunition type.
getSecBotRefireRate() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
getSecBotRefireRate() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
How fast we can refire the weapon.
getSecDamage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
getSecDamage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Damage of the projectile.
getSecDamageAtten() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
getSecDamageAtten() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Attenuate instant-hit/projectile damage by this multiplier.
getSecDamageMax() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
getSecDamageMin() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
getSecDamageRadius() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
getSecDamageRadius() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If the projectile does splash damage, the value here won't be zero and will specify the radius of the splash damage in ut units.
getSecDamageType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
getSecDamageType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Class of this ammunitions damage type.
getSecFireCount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
getSecFireCount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Firing mode fire count.
getSecFireModeType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
getSecFireModeType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Returns the class of secondary firing mode.
getSecFireRate() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
getSecFireRate() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
How fast this weapon fires.
getSecInitialAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
getSecInitialAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Initial amount of ammunition.
getSecLifeSpan() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
getSecLifeSpan() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Life span of this projectile.
getSecMaxAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
getSecMaxAmount() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Maximum amount of this ammunition we can hold in our inventory.
getSecMaxEffectDistance() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
getSecMaxEffectDistance() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Maximum effective distance of the projectile.
getSecMaxRange() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
getSecMaxRange() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Maximum firing range.
getSecMaxSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
getSecMaxSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Maximum possible speed of this projectile.
getSecond() - Method in class cz.cuni.amis.utils.Tuple2
 
getSecond() - Method in class cz.cuni.amis.utils.Tuple3
 
getSecondaryAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weapon
Returns how many secondary ammo the bot is wielding for this weapon.
getSecondaryAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ChangedWeapon
Holding current secondary ammo of the new weapon.
getSecondaryAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
How much ammo the bot has left for current weapon secondary mode.
getSecondaryAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
getSecondaryAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
getSecondaryAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
How much ammo the bot has left for current weapon secondary mode.
getSecondaryAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
How much ammo the bot has left for current weapon secondary mode.
getSecondaryAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
How much ammo the bot has left for current weapon secondary mode.
getSecondaryAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WeaponUpdate
Holding secondary ammo of the old weapon (that was changed)
getSecondaryInitialAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
If the item is a weapon, contains information how much secondary ammo the weapon initial has.
getSecondaryWeaponAmmo(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Returns an amount of secondary ammo of a given 'weaponType' the bot currently has.
getSecondaryWeaponAmmoType(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Return secondary-ammo ItemType for a weapon.
getSecondC() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
Finishing color of the floating balls.
getSecondDomPointLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
Location of the second dom point (BotDoubleDomination).
getSecondDomPointLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
getSecondDomPointLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoStaticMessage
Location of the second dom point (BotDoubleDomination).
getSecondDomPointLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
getSecondDomPointLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStatic
Location of the second dom point (BotDoubleDomination).
getSecondDomPointLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Location of the second dom point (BotDoubleDomination).
getSecondLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Move
After reaching FirstLocation, the bot will start moving to location specified here.
getSecondNearest(Collection<T>, ILocated) - Static method in class cz.cuni.amis.pogamut.base.utils.math.DistanceUtils
Returns the second nearest object to 'target'.
getSecondNearest2D(Collection<T>, ILocated) - Static method in class cz.cuni.amis.pogamut.base.utils.math.DistanceUtils
Returns the second nearest object to 'target' (ignoring 'z' coordinate).
getSecondNearestVisible(Collection<T>, ILocated) - Static method in class cz.cuni.amis.pogamut.base.utils.math.DistanceUtils
Returns the second nearest object to 'target'.
getSecondNearestVisible2D(Collection<T>, ILocated) - Static method in class cz.cuni.amis.pogamut.base.utils.math.DistanceUtils
Returns the second nearest object to 'target' (ignoring 'z' coordinate).
getSecProjType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
getSecProjType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Holds the class of the projectile of this firing mode.
getSecSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
getSecSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Default speed of the projectile - probably the projectile has this speed when fired.
getSecSpread() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
getSecSpread() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
When the weapon is spreading some projectiles, here is how big the spread is.
getSecSpreadStyle() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
getSecSpreadStyle() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
The style of weapon spread.
getSection(String) - Method in class cz.cuni.amis.utils.IniFile
 
getSectionNames() - Method in class cz.cuni.amis.utils.IniFile
 
getSections() - Method in class cz.cuni.amis.utils.IniFile
 
getSecTossZ() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
getSecTossZ() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Probably the amount of speed added to Z velocity vector when this projectile is fired.
getSee() - Method in class cz.cuni.amis.pogamut.base3d.worldview.Vision
Returns map of all objects the agent can currently see.
getSee(Class<T>) - Method in class cz.cuni.amis.pogamut.base3d.worldview.Vision
Returns map map of all objects of a certain type the agent can currently see.
getSee(WorldObjectId) - Method in class cz.cuni.amis.pogamut.base3d.worldview.Vision
If agents sees item of 'id' it returns it instances, otherwise it returns null.
getSeeObject(WorldObjectId) - Method in class cz.cuni.amis.pogamut.base3d.worldview.Vision
Returns world object of the given id or null if the object is not yet in the world view.
getSelf() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
 
GetSelf - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command SELF.
GetSelf() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetSelf
Creates new instance of command GetSelf.
GetSelf(GetSelf) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetSelf
Cloning constructor.
getSenses() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
 
getServerAddress() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
 
getServersList() - Static method in class cz.cuni.amis.pogamut.base.debug.DebugServersProvider
 
getShared(ITeamId, WorldObjectId, TimeKey) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
getShared(ITeamId, WorldObjectId, TimeKey) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ISharedWorldView
Returns the shared part of a requested object.
getShared() - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ICompositeWorldObject
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageCompositeImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocal
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocalImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage.AliveMessageLocalMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayCompositeImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocal
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRayLocalMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoCompositeImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocal
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoLocalMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeLocalMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoCompositeImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocal
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocalImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoLocalMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocal
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocalImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoLocalMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileCompositeImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocal
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileLocalMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCompositeImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocal
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocalImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemLocalMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocal
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocalImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverLocalMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryCompositeImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocal
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventoryLocalMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocal
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointLocalMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerCompositeImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocal
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerLocalMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocal
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfLocalMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreCompositeImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocal
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocalImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage.TeamScoreLocalMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleCompositeImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocal
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocalImpl
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
 
getShared() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleLocalMessage
 
getSharedEvent() - Method in interface cz.cuni.amis.pogamut.multi.communication.translator.event.ICompositeWorldObjectUpdatedEvent
Returns the event updating the shared part of the object.
getSharedEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessage.AliveMessageUpdate
 
getSharedEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay.AutoTraceRayUpdate
 
getSharedEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo.BombInfoUpdate
 
getSharedEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange.ConfigChangeUpdate
 
getSharedEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo.FlagInfoUpdate
 
getSharedEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo.GameInfoUpdate
 
getSharedEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectile.IncomingProjectileUpdate
 
getSharedEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage.InitedMessageUpdate
 
getSharedEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item.ItemUpdate
 
getSharedEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover.MoverUpdate
 
getSharedEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventory.MyInventoryUpdate
 
getSharedEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint.NavPointUpdate
 
getSharedEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player.PlayerUpdate
 
getSharedEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self.SelfUpdate
 
getSharedEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScore.TeamScoreUpdate
 
getSharedEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle.VehicleUpdate
 
getSharedProperties(WorldObjectId, ITeamId, TimeKey) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
Returns all shared properties belonging to the specified object.
getSharedProperty(PropertyId, ITeamId, TimeKey) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
Returns exactly the requested property
getSharedWorldView() - Method in class cz.cuni.amis.pogamut.multi.params.impl.TeamRemoteAgentParameters
 
getSharedWorldView() - Method in interface cz.cuni.amis.pogamut.multi.params.ITeamAgentParameters
 
getSharedWorldViewProvider() - Method in class cz.cuni.amis.pogamut.multi.factory.guice.GuiceTeamRemoteAgentModule
 
getShieldStrengthMax() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
Maximum strength of the bot armor (usually 150).
getShieldStrengthMax() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
getShieldStrengthMax() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
Maximum strength of the bot armor (usually 150).
getShieldStrengthMax() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Maximum strength of the bot armor (usually 150).
getShieldStrengthMax() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getShieldStrengthMax() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
Maximum strength of the bot armor (usually 150).
getShieldStrengthStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
Starting strength of the bot armor (usually 0).
getShieldStrengthStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
getShieldStrengthStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
Starting strength of the bot armor (usually 0).
getShieldStrengthStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Starting strength of the bot armor (usually 0).
getShieldStrengthStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getShieldStrengthStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
Starting strength of the bot armor (usually 0).
getShoot() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
 
getShooting() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.CompleteBotCommandsWrapper
Returns cz.cuni.amis.pogamut.ut2004.bot.commands.AdvancedShooting command module.
getSimpleRayCasting() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.CompleteBotCommandsWrapper
Returns cz.cuni.amis.pogamut.ut2004.bot.commands.SimpleRayCasting command module.
getSimTime() - Method in class cz.cuni.amis.pogamut.base.communication.messages.IBatchEndEvent.BatchEndEventStub
 
getSimTime() - Method in interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent
Time when the change has happened inside the environment.
getSimTime() - Method in class cz.cuni.amis.pogamut.base.communication.translator.event.WorldEventIdentityWrapper
 
getSimTime() - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEvent
Returns the simulation time when the event has occurred.
getSimTime() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.object.event.WorldObjectEvent
 
getSimTime() - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObject
Returns world time when the object was seen/updated for the last time.
getSimTime() - Method in class cz.cuni.amis.pogamut.multi.communication.messages.SharedBatchBeginEvent
 
getSimTime() - Method in class cz.cuni.amis.pogamut.multi.communication.messages.SharedBatchFinishedEvent
 
getSimTime() - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ISharedWorldObject
Returns world time when the object was seen/updated for the last time.
getSimTime() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty.GenericPropertyUpdate
 
getSimTime() - Method in interface cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IPlayer
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.GBEvent
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AdrenalineGained
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessage.AliveMessageUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessage
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocal
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocalImpl.AliveMessageLocalUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageShared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageSharedImpl.AliveMessageSharedUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageStatic
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageStaticImpl.AliveMessageStaticUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationBotID
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationChange
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationPort
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationStop
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay.AutoTraceRayUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocal
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl.AutoTraceRayLocalUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayShared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRaySharedImpl.AutoTraceRaySharedUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStatic
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStaticImpl.AutoTraceRayStaticUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BeginMessage
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo.BombInfoUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo.ObjectDisappeared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocal
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocal.ObjectDisappeared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl.BombInfoLocalUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoShared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl.BombInfoSharedUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStatic
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStaticImpl.BombInfoStaticUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Bumped
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ChangedWeapon
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ComboStarted
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange.ConfigChangeUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl.ConfigChangeLocalUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeShared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeSharedImpl.ConfigChangeSharedUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStatic
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStaticImpl.ConfigChangeStaticUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogCommand
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogFailed
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogOk
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EndMessage
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EnteredVehicle
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FactoryUsed
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FallEdge
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FastTraceResponse
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo.FlagInfoUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo.ObjectDisappeared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocal
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocal.ObjectDisappeared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocalImpl.FlagInfoLocalUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoShared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoSharedImpl.FlagInfoSharedUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStatic
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStaticImpl.FlagInfoStaticUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo.GameInfoUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocal
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocalImpl.GameInfoLocalUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoShared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl.GameInfoSharedUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStatic
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl.GameInfoStaticUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GamePaused
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameRestarted
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameResumed
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GlobalChat
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HandShakeEnd
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HandShakeStart
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearNoise
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearPickup
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloBotHandshake
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloControlServerHandshake
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloObserverHandshake
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectile
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectile.IncomingProjectileUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocal
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl.IncomingProjectileLocalUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileShared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileSharedImpl.IncomingProjectileSharedUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStatic
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStaticImpl.IncomingProjectileStaticUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage.InitedMessageUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl.InitedMessageLocalUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageShared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageSharedImpl.InitedMessageSharedUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageStatic
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageStaticImpl.InitedMessageStaticUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item.ItemUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item.ObjectDisappeared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategoryEnd
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategoryStart
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemListEnd
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemListStart
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocal
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocal.ObjectDisappeared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocalImpl.ItemLocalUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemPickedUp
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemShared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemSharedImpl.ItemSharedUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStatic
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl.ItemStaticUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.JumpPerformed
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.KeyEvent
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Landed
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LockedVehicle
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LostChild
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LostInventory
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapChange
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapFinished
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapList
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapListEnd
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapListStart
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover.MoverUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover.ObjectDisappeared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverListEnd
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverListStart
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocal
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocal.ObjectDisappeared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocalImpl.MoverLocalUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverShared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverSharedImpl.MoverSharedUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStatic
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl.MoverStaticUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mutator
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MutatorListEnd
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MutatorListStart
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventory
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventory.MyInventoryUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryEnd
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocal
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl.MyInventoryLocalUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryShared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventorySharedImpl.MyInventorySharedUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStart
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStatic
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStaticImpl.MyInventoryStaticUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint.NavPointUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint.ObjectDisappeared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointListEnd
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointListStart
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocal
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocal.ObjectDisappeared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl.NavPointLocalUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLinkEnd
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLinkStart
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointShared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointSharedImpl.NavPointSharedUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl.NavPointStaticUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ObjectSelected
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PasswdOk
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PasswdWrong
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Password
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathList
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathListEnd
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathListStart
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player.ObjectDisappeared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player.PlayerUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerDamaged
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerInput
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerJoinsGame
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLeft
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerListEnd
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerListStart
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocal
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocal.ObjectDisappeared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl.PlayerLocalUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerScore
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl.PlayerSharedUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerStatic
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerStaticImpl.PlayerStaticUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Pong
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Reachable
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.RecordingEnded
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.RecordingStarted
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self.SelfUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocal
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl.SelfLocalUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl.SelfSharedUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStatic
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStaticImpl.SelfStaticUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ShootingStarted
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ShootingStopped
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Spawn
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChanged
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChat
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScore
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScore.TeamScoreUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocal
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocalImpl.TeamScoreLocalUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreShared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreSharedImpl.TeamScoreSharedUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStatic
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStaticImpl.TeamScoreStaticUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Thrown
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TraceResponse
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Trigger
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle.ObjectDisappeared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle.VehicleUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocal
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocal.ObjectDisappeared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocalImpl.VehicleLocalUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl.VehicleSharedUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStatic
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStaticImpl.VehicleStaticUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WallCollision
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WeaponUpdate
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ZoneChangedBot
 
getSimTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.TranslatorEvent
 
getSingle(Class<T>) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
getSingle(Class<T>) - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.IWorldView
Returns the only instance of required object if present, if there are more instances of this object then IllegalArgumentException will be thrown.
getSingle(Class<T>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
 
getSingle(Class<T>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
getSingle(Class<T>, TimeKey) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
getSize() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: PANEL, BUTTON, TEXT, OPTIONLIST, IMAGE.
getSize() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
This will affect the size of the balls.
getSkill() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddBot
Skill of the bot - from 1 to 7 (best).
getSkin() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Sets the bot current skin (e.g.
getSkin() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSkin
Holds the desired skin.
getSmallArmor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
Also refered to as a "low armor".
getSmallArmor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
getSmallArmor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
getSmallArmor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
Also refered to as a "low armor".
getSmallArmor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
Also refered to as a "low armor".
getSmallArmor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Also refered to as a "low armor".
getSound() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlaySound
Name of the sound that should be played.
getSource() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.impl.ComponentEvent
 
getSource() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.impl.FatalErrorEvent
 
getSource() - Method in interface cz.cuni.amis.pogamut.base.component.bus.IComponentEvent
 
getSource() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearNoise
Unique ID of actor making the noise - may be other player or some other object in the game.
getSource() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearPickup
Unique Id of an object picked up.
getSourceId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogCommand
Id of the component from where the command originates.
getSpawnedItems(double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AdvancedItems
Returns a filtered list of items that are guessed to be currently spawned in the map.
getSpawnedItems(ItemType, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AdvancedItems
Returns a filtered list of items of a specific type that are guessed to be currently spawned in the map.
getSpawnedItems(ItemType.Category, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AdvancedItems
Returns a filtered list of items of a specific category that are guessed to be currently spawned in the map.
getSpawnedItems(ItemType.Group, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AdvancedItems
Returns a filtered list of items of a specific group that are guessed to be currently spawned in the map.
getSpawnedItems() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Uses Items.isPickupSpawned(Item) to return all items that are believed to be currently spawned.
getSpawnedItems(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Uses Items.isPickupSpawned(Item) to return all items of 'type' that are believed to be currently spawned.
getSpawnedItems(ItemType.Category) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Uses Items.isPickupSpawned(Item) to return all items belonging to a specific 'category' that are believed to be currently spawned.
getSpawnedItems(ItemType.Group) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Uses Items.isPickupSpawned(Item) to return all items belonging to a specific 'group' that are believed to be currently spawned.
GetSpecialObjects - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command SPECIAL.
GetSpecialObjects() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetSpecialObjects
Creates new instance of command GetSpecialObjects.
GetSpecialObjects(GetSpecialObjects) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetSpecialObjects
Cloning constructor.
getSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
Set the speed of the move of this camera.
getSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetGameSpeed
Can range from 0.1 to 50.
getSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectile
Current speed of the projectile.
getSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileCompositeImpl
 
getSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocal
Current speed of the projectile.
getSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
Current speed of the projectile.
getSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
 
getSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileLocalMessage
Current speed of the projectile.
getSpeedMultiplier() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
Bots default speed will be multiplied by this number.
getSpeedMultiplier() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Bots default speed will be multiplied by this number.
getSpeedMultiplier() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange
Bots default speed will be multiplied by this number.
getSpeedMultiplier() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
 
getSpeedMultiplier() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
Bots default speed will be multiplied by this number.
getSpeedMultiplier() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
Bots default speed will be multiplied by this number.
getSpeedMultiplier() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeLocalMessage
Bots default speed will be multiplied by this number.
getSpeedMultiplier() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
 
getStackTrace() - Method in interface cz.cuni.amis.pogamut.base.component.bus.event.IFatalErrorEvent
Stack trace of the error - first element of the stacktrace should be the place where the fatal error event has been created.
getStackTrace() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.impl.FatalErrorEvent
 
getStart() - Method in interface cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealWaylink
 
getStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Waylink
 
getStartAdrenaline() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Retreives starting level of adrenaline.
getStartHealth() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Retreives starting level of health.
getStartLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddBot
Optional start location of the bot.
getStartLocation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Respawn
Where bot respawns.
getStartRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddBot
Optional start rotation of the bot.
getStartRotation() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Respawn
Initial rotation of the bot.
getStartVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
This is relative velocity direction vector that will affect the speed and direction of the balls going out.
getState(Class<? extends IFSMState>, Logger) - Static method in class cz.cuni.amis.fsm.FSM
Construct and returns IFSMState of the given class, parameter-less constructor is sought.
getState() - Method in interface cz.cuni.amis.pogamut.base.agent.IAgent
Returns the state of the agent (whether it's running / dead / etc.).
getState() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
 
getState() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.adapter.AgentMBeanAdapter
 
getState() - Method in interface cz.cuni.amis.pogamut.base.agent.jmx.adapter.IAgentMBeanAdapter
Returns the state of the agent (whether it's running / dead / etc.).
getState() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentJMXProxy
 
getState() - Method in class cz.cuni.amis.pogamut.base.agent.module.AgentModule
Returns state of the component.
getState() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.AbstractPathExecutor
 
getState(PathExecutorState) - Static method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutorState
 
getState() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutorState
 
getState() - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutor
Returns a flag with the state of the executor - it is desirable you to set up listeners on this flag as it publish important informations about the path execution.
getState() - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutorState
Returns current high-level state of the IPathExecutor.
getState() - Method in class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase
 
getState() - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControllerBase
Returns state of the controlled component (state of the component life-cycle).
getState() - Method in class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
 
getState() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo
Represents the state the bomb is in.
getState() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoCompositeImpl
 
getState() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoSharedMessage
Represents the state the bomb is in.
getState() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
 
getState() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoShared
Represents the state the bomb is in.
getState() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl
Represents the state the bomb is in.
getState() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo
Represents the state the flag is in.
getState() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoCompositeImpl
 
getState() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoSharedMessage
Represents the state the flag is in.
getState() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
 
getState() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoShared
Represents the state the flag is in.
getState() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoSharedImpl
Represents the state the flag is in.
getState() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover
Name of the state Mover is currently in.
getState() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
 
getState() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
 
getState() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverSharedMessage
Name of the state Mover is currently in.
getState() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverShared
Name of the state Mover is currently in.
getState() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverSharedImpl
Name of the state Mover is currently in.
getStateCount(ComponentState...) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
Return how many components are in one of 'states'
getStates() - Method in class cz.cuni.amis.fsm.FSM
 
getStatic(WorldObjectId) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
getStatic(WorldObjectId) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ISharedWorldView
Returns only the static part of a requested object, static part of each objects only contains properties, that will NOT be changed over time.
getStatic() - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ICompositeWorldObject
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageCompositeImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocal
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocalImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage.AliveMessageLocalMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayCompositeImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocal
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRayLocalMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoCompositeImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocal
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoLocalMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeLocalMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoCompositeImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocal
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocalImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoLocalMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocal
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocalImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoLocalMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileCompositeImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocal
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileLocalMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCompositeImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocal
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocalImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemLocalMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocal
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocalImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverLocalMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryCompositeImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocal
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventoryLocalMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocal
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointLocalMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerCompositeImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocal
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerLocalMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocal
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfLocalMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreCompositeImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocal
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocalImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage.TeamScoreLocalMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleCompositeImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocal
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocalImpl
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
 
getStatic() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleLocalMessage
 
getStaticEvent() - Method in interface cz.cuni.amis.pogamut.multi.communication.translator.event.ICompositeWorldObjectUpdatedEvent
Returns the update related to the static part of the object.
getStaticEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessage.AliveMessageUpdate
 
getStaticEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay.AutoTraceRayUpdate
 
getStaticEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo.BombInfoUpdate
 
getStaticEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange.ConfigChangeUpdate
 
getStaticEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo.FlagInfoUpdate
 
getStaticEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo.GameInfoUpdate
 
getStaticEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectile.IncomingProjectileUpdate
 
getStaticEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage.InitedMessageUpdate
 
getStaticEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item.ItemUpdate
 
getStaticEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover.MoverUpdate
 
getStaticEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventory.MyInventoryUpdate
 
getStaticEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint.NavPointUpdate
 
getStaticEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player.PlayerUpdate
 
getStaticEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self.SelfUpdate
 
getStaticEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScore.TeamScoreUpdate
 
getStaticEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle.VehicleUpdate
 
getStats() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.stats.UT2004AnalyzerObsStats
Returns detailed statistics about the agent.
getStats() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
 
getStatus() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.PrecomputedPathFuture
 
getStatus() - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathFuture
Current status of the path computation.
getStatus() - Method in class cz.cuni.amis.utils.future.FutureWithListeners
Current status of the future computation.
getStoryWorldData() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorld
 
getString() - Method in class cz.cuni.amis.utils.StringOutputStream
Returns string from the underlying buffer
getStringId() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId
Always returns a string representation of the ID.
getStringId() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.PropertyId
 
getStuckDetectors() - Method in interface cz.cuni.amis.pogamut.ut2004.agent.navigation.IUT2004PathExecutorHelper
Returns list of all stuck detectors registered inside the executor.
getStuckDetectors() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004PathExecutor
 
getSubclasses(Class) - Static method in class cz.cuni.amis.utils.ClassUtils
Returns all interfaces and super-classes the class 'cls' implements / inherit including 'cls' itself.
getSuicides() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives number of suicides the agent commited.
getSuicides() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
How many times your bot has committed suicide.
getSummary() - Method in interface cz.cuni.amis.pogamut.base.component.bus.event.IFatalErrorEvent
Called to get a long human-readable description of the fatal error.
getSummary() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.impl.FatalErrorEvent
 
getTabooTime(T) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.utils.TabooSet
If not tabooized forever, it returns remaining time for the item to remain taboo.
getTarget() - Method in class cz.cuni.amis.fsm.FSM.TransitionWrapper
 
getTarget() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CheckReachability
The unique Id of a player/object/nav point/whatever.
getTarget() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DriveTo
The unique id of a NavPoint, Mover or item (beware, not all of the items have unique id).
getTarget() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetPath
UnrealId of navigation point you want to find path to.
getTarget() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GiveInventory
Id of the receiving bot.
getTarget() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Shoot
The unique Id of your target.
getTarget() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.TurnTo
The unique id of a player/object/nav point/whatever that you want to face.
getTargetAdrenaline() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Retreives target level of adrenaline that need to be gained to start special bonus actions.
getTeam() - Method in interface cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IPlayer
What team the player is on.
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives team number the agent is on.
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeTeam
This is the team we want to change to (0 for red, 1 for blue, etc.).
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Preferred team.
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo
The owner team of this flag.
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoCompositeImpl
 
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoSharedMessage
The owner team of this flag.
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
 
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoShared
The owner team of this flag.
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoSharedImpl
The owner team of this flag.
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player
What team the player is on.
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerCompositeImpl
 
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
 
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerSharedMessage
What team the player is on.
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
What team the player is on.
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
What team the player is on.
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
What team the bot is on.
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
What team the bot is on.
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
What team the bot is on.
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
What team the bot is on.
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScore
Team identifier.
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreCompositeImpl
 
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage
 
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage.TeamScoreSharedMessage
Team identifier.
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreShared
Team identifier.
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreSharedImpl
Team identifier.
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle
What team the vehicle is on.
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleCompositeImpl
 
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
 
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleSharedMessage
What team the vehicle is on.
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
What team the vehicle is on.
getTeam() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
What team the vehicle is on.
getTeamId() - Method in class cz.cuni.amis.pogamut.multi.agent.impl.TeamedAgentId
 
getTeamId() - Method in interface cz.cuni.amis.pogamut.multi.agent.ITeamedAgentId
 
getTeamId() - Method in interface cz.cuni.amis.pogamut.multi.communication.translator.event.ISharedPropertyUpdatedEvent
 
getTeamId() - Method in interface cz.cuni.amis.pogamut.multi.communication.translator.event.ISharedWorldObjectUpdatedEvent
 
getTeamId() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty.GenericPropertyUpdate
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageSharedImpl.AliveMessageSharedUpdate
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRaySharedImpl.AutoTraceRaySharedUpdate
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl.BombInfoSharedUpdate
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeSharedImpl.ConfigChangeSharedUpdate
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoSharedImpl.FlagInfoSharedUpdate
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl.GameInfoSharedUpdate
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileSharedImpl.IncomingProjectileSharedUpdate
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageSharedImpl.InitedMessageSharedUpdate
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemSharedImpl.ItemSharedUpdate
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverSharedImpl.MoverSharedUpdate
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventorySharedImpl.MyInventorySharedUpdate
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointSharedImpl.NavPointSharedUpdate
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl.PlayerSharedUpdate
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl.SelfSharedUpdate
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreSharedImpl.TeamScoreSharedUpdate
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
 
getTeamId() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl.VehicleSharedUpdate
 
getTeamNumber() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
Will be sent if this is a player start.
getTeamNumber() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
getTeamNumber() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
getTeamNumber() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
Will be sent if this is a player start.
getTeamNumber() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
Will be sent if this is a player start.
getTeamNumber() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Will be sent if this is a player start.
getTeamScore() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives current agent's team score.
getTeamScore() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Current score of the bot's team.
getTeamScore(int) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Retrieves teams team score.
getTeamScoreLimit() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
BotTeamGame, BotCTFGame, BotBombingRun, BotDoubleDomination only:
getTeamScores() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Returns map with scores of respective teams in the game.
getTeamScores() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Returns unmodifiable map with team scores.
getTerminalVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
Terminal velocity (?).
getText() - Method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogEventMark
 
getText() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: TEXT, BUTTON, OPTION.
getText() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SendMessage
Text to send.
getText() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
Text of the dialog.
getText() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ShowText
The text that should be shown.
getText() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GlobalChat
A human readable message sent by another player in the game on the global channel.
getText() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChat
A human readable message sent by a team mate in the game on the private team channel.
getTextColor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: TEXT, BUTTON, OPTION.
getTextColor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ShowText
The color of text.
getThird() - Method in class cz.cuni.amis.utils.Tuple3
 
getThroughput() - Method in class cz.cuni.amis.utils.Throughput
 
getTime() - Method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogEventMark
 
getTime() - Method in class cz.cuni.amis.pogamut.multi.utils.timekey.TimeKey
returns the integer time for this timekey.
getTime() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives current game time, since the game started.
getTime() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Retreives current game time, since the game started.
getTime() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.utils.TabooSet
Returns current UT2004 time that is used by the TabooSet.
getTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
How long this move of this camera will last (in seconds).
getTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Fade out of the emoticons in seconds.
getTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ShowText
Number of seconds for which should be the text shown.
getTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessage
Game time when this message was send.
getTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageCompositeImpl
 
getTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocal
Game time when this message was send.
getTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocalImpl
Game time when this message was send.
getTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage.AliveMessageLocalMessage
Game time when this message was send.
getTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage
 
getTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationChange
Time of the animation change.
getTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BeginMessage
Timestamp form the GameBots.
getTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EndMessage
Time, when the message was sent - intern UT time.
getTimeDelta() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Returns UT2004 time delta.
getTimeLimit() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Retreives time limit for the game.
getTimeLimit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
Maximum time game will last (if tied at end may goe to "sudden death overtime" - depends on the game type).
getTimeLimit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
getTimeLimit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoSharedMessage
Maximum time game will last (if tied at end may goe to "sudden death overtime" - depends on the game type).
getTimeLimit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
getTimeLimit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoShared
Maximum time game will last (if tied at end may goe to "sudden death overtime" - depends on the game type).
getTimeLimit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl
Maximum time game will last (if tied at end may goe to "sudden death overtime" - depends on the game type).
getTimeMoving() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
For how long your bot was moving (in total).
getTimeout(List<PATH_ELEMENT>) - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutionEstimator
Returns maximum amount of time (in ms) that is needed to follow the path and reach its end.
getTimeout(List<PATH_ELEMENT>) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.timeoutestimator.UT2004BasicTimeoutEstimator
 
getTimeShooting() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
For how long your bot was shooting (in total).
getTo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.FastTrace
Target point of the ray.
getTo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Trace
Target point of the ray.
getTo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay
Location to which the ray is sent.
getTo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayCompositeImpl
 
getTo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocal
Location to which the ray is sent.
getTo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
Location to which the ray is sent.
getTo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRayLocalMessage
Location to which the ray is sent.
getTo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
 
getTo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FastTraceResponse
Location to which the ray is sent.
getTo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TraceResponse
Location to which the ray is sent.
getToken() - Method in interface cz.cuni.amis.pogamut.base.agent.IAgentId
Must return token that is unique even across different JVMs.
getToken() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AgentId
 
getToken() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentIdJMXProxy
 
getToken(String, String, int) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Returns 'num'-th token from 'text' using 'delimiters'.
getToken(String, int) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Returns 'num'-th token from 'text' using DELIMITERS_STANDARD.
getToken() - Method in interface cz.cuni.amis.utils.token.IToken
 
getToken() - Method in class cz.cuni.amis.utils.token.Token
Returns an underlying String identifier (might be useful when storing human-readable names).
getToNavPoint() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
End of the link (edge), where the link ends.
getTotalData() - Method in class cz.cuni.amis.utils.Throughput
 
getTotalItemsCollected() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Total number of items the bot collected (including items received when the bot respawns).
getTotalRecords() - Method in class cz.cuni.amis.utils.Throughput
 
getTransition(Class<? extends IFSMTransition>, Logger) - Static method in class cz.cuni.amis.fsm.FSM
Constructs and returns IFSMTransition of the given class, parameter-less constructor is sought.
getTransitions() - Method in class cz.cuni.amis.fsm.FSM
 
getTransitions() - Method in class cz.cuni.amis.fsm.FSM.StateWrapper
 
getTranslocTargetTag() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
TODO: mystery - we haven't figure it out so far.
getTranslocZOffset() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
TODO: mystery - we haven't figure it out so far.
getTravelledDistance() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
How big distance your bot has travelled so far.
getTriple(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Return a triple (double[]{x,y,z}) starting from num token(tokens are separated by space) in 'txt'
getType() - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentDependencies
 
getType() - Method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogEventMark
 
getType() - Method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogMapMark
 
getType() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weapon
Returns type of the weapon.
getType(String) - Static method in enum cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game.GameType
Tedious work this is..
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddBot
The class of the added bot - optional.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddInventory
Class of the item we want to add.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Combo
Holds the class name of the desired adrenaline combo (can be xGame.ComboBerserk, xGame.ComboDefensive, xGame.ComboInvis or xGame.ComboSpeed).
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Type of the new component.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetItemCategory
Class of the item we want to export ITC message for.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SpawnActor
Holds the desired actor class (e.g.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
A string representing type (inventory type) of the object.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ChangedWeapon
A string representing the type of the weapon.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ComboStarted
Holds the class name of the desired adrenaline combo (can be xGame.ComboBerserk, xGame.ComboDefensive, xGame.ComboInvis or xGame.ComboSpeed).
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EnteredVehicle
Type of the vehicle entered.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearNoise
What class this actor is - item, projectile, player...
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearPickup
Class of the picked up actor.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectile
The class of the projectile (so you know what is flying against you).
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileCompositeImpl
 
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocal
The class of the projectile (so you know what is flying against you).
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
The class of the projectile (so you know what is flying against you).
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
 
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileLocalMessage
The class of the projectile (so you know what is flying against you).
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item
Class of the item (e.g.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
 
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCompositeImpl
 
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
 
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemStaticMessage
Class of the item (e.g.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemPickedUp
Class of the item (e.g.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStatic
Class of the item (e.g.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl
Class of the item (e.g.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LockedVehicle
Type of the vehicle we wanted to enter.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover
String class of the mover.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
 
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
 
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverStaticMessage
String class of the mover.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStatic
String class of the mover.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
String class of the mover.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventory
Class of the item (e.g.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryCompositeImpl
 
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage
 
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventoryStaticMessage
Class of the item (e.g.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStatic
Class of the item (e.g.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStaticImpl
Class of the item (e.g.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle
Class of the vehicle.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleCompositeImpl
 
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
 
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleStaticMessage
Class of the vehicle.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStatic
Class of the vehicle.
getType() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStaticImpl
Class of the vehicle.
getType() - Method in interface cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ItemTyped
Returns ItemType as injected by ItemTranslator.
getTypes() - Method in enum cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category
Return all item types of a certain category.
getTypes() - Method in enum cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Group
 
getUDamageTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
Time when the UDamage effect expires.
getUDamageTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
getUDamageTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
getUDamageTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
Time when the UDamage effect expires.
getUDamageTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
Time when the UDamage effect expires.
getUDamageTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Time when the UDamage effect expires.
getUnrealHome() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
 
getUnrealHome() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.UCCWrapperConf
Returns Pogamut.getPlatform().getProperty(PogamutUT2004Property.POGAMUT_UNREAL_HOME) if not specified.
getUpdate() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
The frequency (in seconds) you will receive updates from the observer.
getUpdateTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
The frequency (in seconds) you will receive updates from the observer.
getURClothes() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSkin
A number representing clothes.
getURHair() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSkin
A number representing hair.
getURSkin() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSkin
A number representing skin.
getUTServer() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
 
getVal() - Method in class cz.cuni.amis.utils.Lazy
Deprecated.  
getVal() - Method in class cz.cuni.amis.utils.SyncLazy
Deprecated.  
getValue() - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ISharedProperty
Returns value of the property.
getValue() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty
 
getVector3d() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Retreives javax.vecmath.Vector3d representation of the velocity.
getVelocity() - Method in class cz.cuni.amis.pogamut.base3d.agent.jmx.Agent3DJMXProxy
 
getVelocity() - Method in class cz.cuni.amis.pogamut.base3d.agent.jmx.Agent3DMBeanAdapter
 
getVelocity() - Method in interface cz.cuni.amis.pogamut.base3d.agent.jmx.Agent3DMBeanAdapterMBean
 
getVelocity() - Method in interface cz.cuni.amis.pogamut.base3d.worldview.object.ILocomotive
Retreives current direction and velocity of movement of the object.
getVelocity() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Retreives the velocity itself to implement ILocomotive.
getVelocity() - Method in class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
 
getVelocity() - Method in interface cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IPlayer
Absolute velocity of the player as a vector of movement per one game second.
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives current velocity of the agent as a vector of movement.
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot
 
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo
Current velocity of the bomb.
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoCompositeImpl
 
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoSharedMessage
Current velocity of the bomb.
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
 
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoShared
Current velocity of the bomb.
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl
Current velocity of the bomb.
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectile
Current velocity vector of the projectile.
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileCompositeImpl
 
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocal
Current velocity vector of the projectile.
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
Current velocity vector of the projectile.
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
 
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileLocalMessage
Current velocity vector of the projectile.
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover
Velocity vector.
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
 
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
 
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverSharedMessage
Velocity vector.
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverShared
Velocity vector.
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverSharedImpl
Velocity vector.
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
Velocity of the navigation point (if the navigation point is currently moving).
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointSharedMessage
Velocity of the navigation point (if the navigation point is currently moving).
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointShared
Velocity of the navigation point (if the navigation point is currently moving).
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointSharedImpl
Velocity of the navigation point (if the navigation point is currently moving).
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player
Absolute velocity of the player as a vector of movement per one game second.
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerCompositeImpl
 
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
 
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerSharedMessage
Absolute velocity of the player as a vector of movement per one game second.
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
Absolute velocity of the player as a vector of movement per one game second.
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
Absolute velocity of the player as a vector of movement per one game second.
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
Absolute velocity of the bot as a vector of movement per one game second.
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
Absolute velocity of the bot as a vector of movement per one game second.
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
Absolute velocity of the bot as a vector of movement per one game second.
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Absolute velocity of the bot as a vector of movement per one game second.
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle
Absolute velocity of the vehicle as a vector of movement per one game second.
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleCompositeImpl
 
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
 
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleSharedMessage
Absolute velocity of the vehicle as a vector of movement per one game second.
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
Absolute velocity of the vehicle as a vector of movement per one game second.
getVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
Absolute velocity of the vehicle as a vector of movement per one game second.
getVelocityRange() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
This will affect the speed of the balls.
getViaNode() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap.PathMatrixNode
Returns indice.
getViewTarget() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.KeyEvent
If the player that triggered the key event is observing another player in the game, then the id of that observed player will be exported here.
getVisible() - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.VisionWorldView
 
getVisible(WorldObjectId) - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.VisionWorldView
 
getVisible() - Method in interface cz.cuni.amis.pogamut.base3d.worldview.IVisionWorldView
Returns map of all visible objects (IViewable instances} organized according to their WorldObjectId - those that the agent can currently see.
getVisible(WorldObjectId) - Method in interface cz.cuni.amis.pogamut.base3d.worldview.IVisionWorldView
Returns a visible world object of the specific id (if exists inside the world view and is visible).
getVisible() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.VisionLocalWorldView
 
getVisible(WorldObjectId) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.VisionLocalWorldView
 
getVisible() - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.IVisionLocalWorldView
Returns map of all visible objects (IViewable instances} organized according to their WorldObjectId - those that the agent can currently see.
getVisible(WorldObjectId) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.IVisionLocalWorldView
Returns a visible world object of the specific id (if exists inside the world view and is visible).
getVisibleEnemies() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Retreives a Map of all visible enemies.
getVisibleFriends() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Retreives a Map of all visible friends.
getVisibleItem(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Retrieves a specific item from the visible items in the map.
getVisibleItem(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Retrieves a specific item from the visible items in the map.
getVisibleItems(double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AdvancedItems
Retrieves map of all visible items.
getVisibleItems(ItemType, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AdvancedItems
Retrieves map of all visible items of specific type.
getVisibleItems(ItemType.Category, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AdvancedItems
Retrieves map of all visible items of specific category.
getVisibleItems(ItemType.Group, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AdvancedItems
Retrieves map of all visible items of specific group.
getVisibleItems() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Retreives list of all visible items, which includes all visible known pickups and all visible thrown items.
getVisibleItems(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Retreives list of all visible items of specific type, which includes all visible known pickups and all visible thrown items.
getVisibleItems(ItemType.Category) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Retrieves map of visible items belonging to a specific 'category' of items, which includes all known pickups.
getVisibleItems(ItemType.Group) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Retrieves map of visible items belonging to a specific 'group' of items, which includes all known pickups.
GetVisibleObjects - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command SEE.
GetVisibleObjects() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetVisibleObjects
Creates new instance of command GetVisibleObjects.
GetVisibleObjects(GetVisibleObjects) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetVisibleObjects
Cloning constructor.
getVisiblePlayer(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Retreives info about given player, but only it the player is visible.
getVisiblePlayers() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Retreives a Map of all visible players.
getVisionTime() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
The delay between two synchronous batches (can range from 0.1 to 2 seconds).
getVisionTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Between 0.1 to 2 seconds, it sets the delay between two synchronous batches.
getVisionTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange
The delay between two synchronous batches (can range from 0.1 to 2 seconds).
getVisionTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
 
getVisionTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
The delay between two synchronous batches (can range from 0.1 to 2 seconds).
getVisionTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
The delay between two synchronous batches (can range from 0.1 to 2 seconds).
getVisionTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeLocalMessage
The delay between two synchronous batches (can range from 0.1 to 2 seconds).
getVisionTime() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
 
getWalkAnim() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetWalk
Change name of walking animation.
getWaterSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Retreives maximum speed of the agent while moving in water.
getWaterSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
Waterspeed of the bot (in the water).
getWaterSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
getWaterSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
Waterspeed of the bot (in the water).
getWaterSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Waterspeed of the bot (in the water).
getWaterSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
getWaterSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
Waterspeed of the bot (in the water).
getWeapon() - Method in interface cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IPlayer
Class of the weapon the player is holding.
getWeapon(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Returns Weapon instance for given 'weaponType' if the bot posses it.
getWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPref
Which weapon to choose.
getWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player
Class of the weapon the player is holding.
getWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerCompositeImpl
 
getWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
 
getWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerSharedMessage
Class of the weapon the player is holding.
getWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
Class of the weapon the player is holding.
getWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
Class of the weapon the player is holding.
getWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
Id of the weapon we are holding.
getWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
getWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
getWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
Id of the weapon we are holding.
getWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
Id of the weapon we are holding.
getWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Id of the weapon we are holding.
getWeapon(UnrealId) - Static method in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
Attempts to recognize the weapon you are currently holding...
getWeaponAmmo(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Returns an amount of primary+secondary ammo of a given 'weaponType' the bot currently has.
getWeaponDescriptor(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Returns a WeaponDescriptor for a given 'weaponType' (if it is not a weapon, returns null).
getWeaponForAmmo(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Returns weaponType for a given ammoType (regardles whether it is primary or secondary ammo type).
getWeaponForAmmo(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.ItemDescriptors
Returns a weapon type for the given 'ammoType'.
getWeaponInventoryId(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Returns inventory UnrealId of the weapon the bot has inside its inventory (if the bot does not have it, returns null).
getWeaponInventoryId(WeaponDescriptor) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Returns inventory UnrealId of the weapon the bot has inside its inventory (if the bot does not have it, returns null).
getWeaponName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
Name of the weapon that caused this damage.
getWeaponName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
Name of the weapon that caused this damage.
getWeaponName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerDamaged
Name of the weapon that caused this damage.
getWeaponName() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
Name of the weapon that caused this damage.
getWeaponPreference(double, ItemType...) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefs
Return the best weapon the bot has for a given distance (choosing right weapon preferances for a given distance).
getWeaponPreference(ILocated, ItemType...) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefs
Return the best weapon the bot has to shoot at given location (choosing right weapon preferances for a given distance).
getWeaponPreference(ItemType...) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefs
Return the best weapon according ONLY general preferences.
getWeaponPreference(double, WeaponPref...) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefs
Return the best weapon the bot has for a given distance (choosing right weapon preferances for a given distance).
getWeaponPreference(ILocated, WeaponPref...) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefs
Return the best weapon the bot has to shoot at given location (choosing right weapon preferances for a given distance).
getWeaponPreference(WeaponPref...) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefs
Return the best weapon according ONLY general preferences.
getWeaponPreference(double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefs
Return the best weapon the bot has for a given distance (choosing right weapon preferances for a given distance).
getWeaponPreference(ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefs
Return the best weapon the bot has to shoot at given location (choosing right weapon preferances for a given distance).
getWeaponPreference() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefs
Return the best weapon according ONLY general preferences.
getWeaponPreference() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefsRange
Return the best weapon the bot has for a given distance.
getWeaponPreference(ItemType...) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefsRange
Return the best weapon the bot has for a given distance.
getWeaponPreference(WeaponPref...) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefsRange
Return the best weapon the bot has for a given distance.
getWeaponPreferences(double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefs
Get preferences for a given distance.
getWeaponPrefs() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
 
getWeaponry() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
 
getWeapons() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Retrieves all weapons from the agent's inventory.
getWeaponsStay() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Tells, whether the weapons stay on pick-up points, even when they are picked-up by players.
getWeaponsUsedTime() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
For how long your bot was using a certain weapon (in total).
getWidth() - Method in interface cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealMapInfo
 
getWidth() - Method in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.MapInfo
 
getWidth() - Method in class cz.cuni.amis.utils.Dimension2D_Double
 
getWorld() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
 
getWorldAddress() - Method in class cz.cuni.amis.pogamut.base.agent.params.impl.RemoteAgentParameters
 
getWorldAddress() - Method in interface cz.cuni.amis.pogamut.base.agent.params.IRemoteAgentParameters
Address of the environment the newly created agent has to connect into.
getWorldAddress() - Method in class cz.cuni.amis.pogamut.base.server.AbstractWorldServer
 
getWorldAddress() - Method in interface cz.cuni.amis.pogamut.base.server.IWorldServer
Address of the world.
getWorldEvent() - Method in interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldEventWrapper
 
getWorldEvent() - Method in class cz.cuni.amis.pogamut.base.communication.translator.event.WorldEventIdentityWrapper
 
getWorldEvent() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.GBEvent
 
getWorldObjectId() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.PropertyId
Returns id of the object, this property belongs to.
getWorldPoints() - Method in interface cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealMapInfo
 
getWorldPoints() - Method in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.MapInfo
 
getWorldView() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractObservingAgent
Returns abstraction for the agent's world.
getWorldView() - Method in interface cz.cuni.amis.pogamut.base.agent.IObservingAgent
 
getWorldView() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.proxy.GhostAgentJMXProxy
 
getWorldView() - Method in class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
 
getWorldView() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot
 
getWorldView() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotController
 
getWorldView() - Method in class cz.cuni.amis.pogamut.ut2004.observer.impl.AbstractUT2004Observer
 
getWorldView() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.AbstractUT2004Server
 
getWrappedState() - Method in class cz.cuni.amis.fsm.FSM.StateWrapper
 
getWriter() - Method in class cz.cuni.amis.pogamut.base.communication.connection.impl.AbstractConnection
 
getWriter() - Method in interface cz.cuni.amis.pogamut.base.communication.connection.IWorldWriterProvider
To be used on ICommandSerializer.start() method to obtain a writer into the world.
getX() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
X coordinate.
getX() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
X coordinate.
getX() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.perception.SPLocation
 
getY() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Y coordinate.
getY() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Y coordinate.
getY() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.perception.SPLocation
 
getYaw() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Rotation yaw.
getZ() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Z coordinate.
getZ() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Z coordinate.
getZ() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.perception.SPLocation
 
getZoneGravity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
Gravity in this zone.
getZoneVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
Zone velocity (?).
GhostAgentJMXProxy - Class in cz.cuni.amis.pogamut.base.agent.jmx.proxy
 
GhostAgentJMXProxy(String) - Constructor for class cz.cuni.amis.pogamut.base.agent.jmx.proxy.GhostAgentJMXProxy
 
giveBack(ManagedObject) - Method in class cz.cuni.amis.utils.objectmanager.ObjectManager
Returns an instance of object to the manager, it will be stored in the manager via soft reference.
GiveInventory - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command GIVEINV.
GiveInventory(UnrealId, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GiveInventory
Creates new instance of command GiveInventory.
GiveInventory() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GiveInventory
Creates new instance of command GiveInventory.
GiveInventory(GiveInventory) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GiveInventory
Cloning constructor.
Global - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SendMessage
If True it is sent to everyone.
GlobalChat - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event VMS.
GlobalChat() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GlobalChat
Parameter-less contructor for the message.
GlobalChat(UnrealId, String, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GlobalChat
Creates new instance of the message GlobalChat.
GlobalChat(GlobalChat) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GlobalChat
Cloning constructor from the full message.
goalNode - Variable in class cz.cuni.amis.utils.astar.AStarResult
Node which was marked as a goalNode by AStarMap.
GoalTeamScore - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
Number of points a team needs to win the game (BotTeamGame, BotCTFGame, BotDoubleDomination).
GoalTeamScorePropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoShared
 
GroundFriction - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
Friction of the floor.
GroundSpeed - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Groundspeed of the bot (on the ground).
GroundSpeed - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
Groundspeed of the bot (on the ground).
GROUPS - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
Contains item types that belongs to their groups.
GuiceAgentFactory<AGENT extends IAgent,PARAMS extends IAgentParameters> - Class in cz.cuni.amis.pogamut.base.factory.guice
Guice-based IAgent factory that instantiates the agent according to the bindigs that are found inside the GuiceAgentModule, which is provided during the construction.
GuiceAgentFactory(GuiceAgentModule) - Constructor for class cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentFactory
Creates a Guice-based factory that will use Injector created using the 'module'.
GuiceAgentModule<PARAMS extends IAgentParameters> - Class in cz.cuni.amis.pogamut.base.factory.guice
GuiceAgentModule, implementation of AbstractModule, provides a way to hierarchically specify the bindings for interfaces and classes.
GuiceAgentModule() - Constructor for class cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule
Initializes GuiceAgentModule.agentScope via GuiceAgentModule.createAgentScope().
GuiceCommunicationModule<PARAMS extends IAgentParameters> - Class in cz.cuni.amis.pogamut.base.factory.guice
Base GaviaLib Guice module that covers the simple bindings for Pogamut's communication chain.
GuiceCommunicationModule() - Constructor for class cz.cuni.amis.pogamut.base.factory.guice.GuiceCommunicationModule
 
GuiceRemoteAgentFactory<AGENT extends IAgent,PARAMS extends IRemoteAgentParameters> - Class in cz.cuni.amis.pogamut.base.factory.guice
Guice agent factory configured by an agent module (GuiceRemoteAgentModule) that is specifying the bindings for respective interfaces.
GuiceRemoteAgentFactory(GuiceRemoteAgentModule) - Constructor for class cz.cuni.amis.pogamut.base.factory.guice.GuiceRemoteAgentFactory
 
GuiceRemoteAgentModule<PARAMS extends IRemoteAgentParameters> - Class in cz.cuni.amis.pogamut.base.factory.guice
Module extending GuiceAgentModule for the purpose of remote agents (those communicating with the world using IWorldConnection).
GuiceRemoteAgentModule() - Constructor for class cz.cuni.amis.pogamut.base.factory.guice.GuiceRemoteAgentModule
 
GuiceTeamRemoteAgentFactory<AGENT extends IAgent,PARAMS extends ITeamRemoteAgentParameters> - Class in cz.cuni.amis.pogamut.multi.factory.guice
Guice agent factory configured by an agent module (GuiceTeamRemoteAgentModule) that is specifying the bindings for respective interfaces.
GuiceTeamRemoteAgentFactory(GuiceTeamRemoteAgentModule) - Constructor for class cz.cuni.amis.pogamut.multi.factory.guice.GuiceTeamRemoteAgentFactory
 
GuiceTeamRemoteAgentModule<PARAMS extends ITeamRemoteAgentParameters> - Class in cz.cuni.amis.pogamut.multi.factory.guice
Module extending GuiceRemoteAgentModule for the purpose of remote agents (those communicating with the world using IWorldConnection) that is using ISharedWorldView to synchronize information within the agent's team.
GuiceTeamRemoteAgentModule() - Constructor for class cz.cuni.amis.pogamut.multi.factory.guice.GuiceTeamRemoteAgentModule
 

H

handleInput(String) - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.ScannerSink
 
handleInput(String) - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.StreamSink
 
handleInput(String) - Method in class cz.cuni.amis.utils.StreamSink
 
handler - Variable in class cz.cuni.amis.pogamut.base.communication.translator.impl.WorldMessageTranslator
 
HandshakeControllerState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state
This state is introduced because start/end messages of the list of item categories, mutators, navpoints and players.
HandshakeControllerState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.HandshakeControllerState
 
HandShakeEnd - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event EHS.
HandShakeEnd() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HandShakeEnd
Parameter-less contructor for the message.
HandShakeEnd(HandShakeEnd) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HandShakeEnd
Cloning constructor from the full message.
HandshakeEndTransition - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.bot.transition
 
HandshakeEndTransition() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.transition.HandshakeEndTransition
 
HandShakeStart - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event SHS.
HandShakeStart() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HandShakeStart
Parameter-less contructor for the message.
HandShakeStart(HandShakeStart) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HandShakeStart
Cloning constructor from the full message.
hasAmmo(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Tells whether the bot has an ammo of 'ammoType'.
hasAmmoForWeapon(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Alias for Weaponry.hasWeaponAmmo(ItemType).
hasArmor() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether the agent is armored to the maximum extent.
hasBatchesToProcess() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.UT2004LockableWorldView
 
hasCategory(String) - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractLogCategories
Whether some category with specified name exists.
hasCategory(String) - Method in interface cz.cuni.amis.pogamut.base.utils.logging.ILogCategories
Whether some category with specified name exists.
hasCategory(String) - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogCategories
 
hasDescriptor(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.ItemDescriptors
Tells whether the descriptor for given 'itemType' exists.
hasDescriptor(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.ItemDescriptors
Tells whether the descriptor for given 'inventoryType' exists.
hasDied() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells whether this bot has recently died.
hasDiedOnce() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells whether this bot has recently died.
hasFastFire() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether the agent has special bonus action activated: the fast firing rate.
hash(boolean) - Method in class cz.cuni.amis.utils.HashCode
 
hash(byte) - Method in class cz.cuni.amis.utils.HashCode
 
hash(char) - Method in class cz.cuni.amis.utils.HashCode
 
hash(short) - Method in class cz.cuni.amis.utils.HashCode
 
hash(int) - Method in class cz.cuni.amis.utils.HashCode
 
hash(long) - Method in class cz.cuni.amis.utils.HashCode
 
hash(float) - Method in class cz.cuni.amis.utils.HashCode
 
hash(double) - Method in class cz.cuni.amis.utils.HashCode
 
hash(Object) - Method in class cz.cuni.amis.utils.HashCode
 
hashCode() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
 
hashCode() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AgentId
 
hashCode() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId
 
hashCode() - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogHandler
 
hashCode() - Method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogEventMark
 
hashCode() - Method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogMapMark
 
hashCode() - Method in class cz.cuni.amis.pogamut.multi.agent.impl.TeamId
 
hashCode() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty
 
hashCode() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.PropertyId
 
hashCode() - Method in class cz.cuni.amis.pogamut.multi.utils.timekey.TimeKey
 
hashCode() - Method in class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
 
hashCode() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPref
 
hashCode() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
Returns a hash code value for the object.
hashCode() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Waylink
 
hashCode() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlace
 
hashCode() - Method in class cz.cuni.amis.utils.flag.connective.Connective
 
HashCode - Class in cz.cuni.amis.utils
This class is meant for counting hash codes from any possible type.
HashCode() - Constructor for class cz.cuni.amis.utils.HashCode
 
hashCode() - Method in class cz.cuni.amis.utils.NKey
 
hashCode() - Method in class cz.cuni.amis.utils.token.Token
 
hasHighArmor() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether the agent is armored to the maximum of high-armor extent.
HashMapList<KEY,ITEM> - Class in cz.cuni.amis.utils.maps
Map containing lists of items.
HashMapList() - Constructor for class cz.cuni.amis.utils.maps.HashMapList
 
HashMapMap<PRIMARY_KEY,SECONDARY_KEY,ITEM> - Class in cz.cuni.amis.utils.maps
Map containing other maps.
HashMapMap() - Constructor for class cz.cuni.amis.utils.maps.HashMapMap
 
HashMapMap(int, int) - Constructor for class cz.cuni.amis.utils.maps.HashMapMap
 
HashMapSet<KEY,ITEM> - Class in cz.cuni.amis.utils.maps
Map containing sets.
HashMapSet() - Constructor for class cz.cuni.amis.utils.maps.HashMapSet
 
HashSetClass - Class in cz.cuni.amis.utils.collections
HashSet that provides extended meaning of the .containsClass(cls) method.
HashSetClass() - Constructor for class cz.cuni.amis.utils.collections.HashSetClass
 
HashTriMap<PRIMARY_KEY,SECONDARY_KEY,TERTIARY_KEY,ITEM> - Class in cz.cuni.amis.utils.maps
Three-level thread-safe hash map, implemented via synchronized maps (Collections.synchronizedMap)
HashTriMap() - Constructor for class cz.cuni.amis.utils.maps.HashTriMap
 
HashTriMap(int, int, int) - Constructor for class cz.cuni.amis.utils.maps.HashTriMap
 
hasInvisibility() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether the agent has special bonus action activated: the invisibility.
hasListeners() - Method in class cz.cuni.amis.utils.listener.ListenersMap
Notice that "hasListeners" may report true even if there are no listeners registered here (because of weak references).
hasLoadedMeleeWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Tells, whether the agent has any loaded melee weapon in the inventory.
hasLoadedRangedWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Tells, whether the agent has any loaded ranged weapon in the inventory.
hasLoadedWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Tells, whether the agent has any loaded weapon in the inventory.
hasLoadedWeapon(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Whether the bot possess 'weapon' that has primary or secondary ammo.
hasLowAmmoForWeapon(ItemType, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Tells whether the bot has low-ammo for "weaponType" (either primary/secondary).
hasLowArmor() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether the agent is armored to the maximum of low-armor extent.
hasNext() - Method in class cz.cuni.amis.utils.astar.AStarHeapIterator
 
hasNext() - Method in class cz.cuni.amis.utils.iterators.CircularIterator
 
hasNext() - Method in class cz.cuni.amis.utils.iterators.CircularListIterator
 
hasNext() - Method in class cz.cuni.amis.utils.iterators.ShiftedCircularIterator
 
hasObjectsToProcess() - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.BatchAwareWorldView
Any objects waiting in BatchAwareWorldView.currentObjectBatch for processing?
hasPassedBeginning() - Method in class cz.cuni.amis.utils.iterators.CircularListIterator
 
hasPassedEnd() - Method in class cz.cuni.amis.utils.iterators.CircularIterator
 
hasPassedEnd() - Method in class cz.cuni.amis.utils.iterators.CircularListIterator
 
hasPassedEnd() - Method in class cz.cuni.amis.utils.iterators.ShiftedCircularIterator
 
hasPrevious() - Method in class cz.cuni.amis.utils.iterators.CircularListIterator
 
hasPrimaryLoadedWeapon(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Whether the bot possess 'weapon' that has primary ammo.
hasPrimaryLowAmmoForWeapon(ItemType, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Tells whether the bot has primary low-ammo for "weaponType"
hasPrimaryWeaponAmmo(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Tells whether the bot has a primary ammo for a given 'weaponType'.
hasRegeneration() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether the agent has special bonus action activated: the regenration, which is also called booster.
hasSecondaryAmmoType() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weapon
Whether the weapon has secondary ammo different from the primary.
hasSecondaryAmmoType(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Whether the weapon has secondary ammo different from the primary.
hasSecondaryLoadedWeapon(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Whether the bot possess 'weapon' that has secondary ammo.
hasSecondaryLowAmmoForWeapon(ItemType, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Tells whether the bot has secondary low-ammo for "weaponType"
hasSecondaryWeaponAmmo(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Tells whether the bot has a secondary ammo for a given 'weaponType'.
hasSection(String) - Method in class cz.cuni.amis.utils.IniFile
 
hasSpeed() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether the agent has special bonus action activated: the speed.
hasUDamage() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells whether the agent has the damage multiplier (UDamage) bonus boost activated.
hasWeapon(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Tells, whether specific weapon is in the agent's inventory.
hasWeapon(ItemType.Group) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Tells, whether a weapon from the specific group is in the agent's inventory.
hasWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells whether the bot is holding some weapon or not.
hasWeaponAmmo(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Tells whether the bot has an ammo (either primary or secondary) for a given 'weaponType'.
Health - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeAttribute
Sets the bot health.
Health - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
How much health the bot has left.
Health - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
How much health the vehicle has left.
HEALTH_PACK - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
Health kit.
HealthDescriptor - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
Health descriptor provides an additional information about health items like vials, medkits etc.
HealthDescriptor() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.HealthDescriptor
 
HealthDescriptorFactory - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
A health factory takes care about all items which fall into a category Health.
HealthFull - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Full health of the bot (usually 100).
HealthFull - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
Full health of the bot (usually 100).
HealthMax - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Maximum health of the bot (default 199).
HealthMax - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
Maximum health of the bot (default 199).
HealthPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
HealthPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
 
HealthStart - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Bot will always start with this health amount (usually 100).
HealthStart - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
Bot will always start with this health amount (usually 100).
HearNoise - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event HRN.
HearNoise() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearNoise
Parameter-less contructor for the message.
HearNoise(UnrealId, String, Rotation) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearNoise
Creates new instance of the message HearNoise.
HearNoise(HearNoise) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearNoise
Cloning constructor from the full message.
HearPickup - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event HRP.
HearPickup() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearPickup
Parameter-less contructor for the message.
HearPickup(UnrealId, String, Rotation) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearPickup
Creates new instance of the message HearPickup.
HearPickup(HearPickup) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearPickup
Cloning constructor from the full message.
heat() - Method in class cz.cuni.amis.utils.Heatup
Force use of the effect == sets Heatup.lastUsedMillis to current time.
Heatup - Class in cz.cuni.amis.utils
This class allows you to easily setup heatup for any effect you need.
Heatup(long) - Constructor for class cz.cuni.amis.utils.Heatup
 
Heatup(long, TimeUnit) - Constructor for class cz.cuni.amis.utils.Heatup
 
height - Variable in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.MapInfo
 
height - Variable in class cz.cuni.amis.utils.Dimension2D_Double
 
HelloBotExpectedState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state
First and initial state of the BotFSM handler.
HelloBotExpectedState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.HelloBotExpectedState
 
HelloBotHandshake - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event HELLO_BOT.
HelloBotHandshake() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloBotHandshake
Parameter-less contructor for the message.
HelloBotHandshake(boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloBotHandshake
Creates new instance of the message HelloBotHandshake.
HelloBotHandshake(HelloBotHandshake) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloBotHandshake
Cloning constructor from the full message.
HelloControlServerExpectedState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.server.state
First and initial state of the ServerFSM handler.
HelloControlServerExpectedState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.HelloControlServerExpectedState
 
HelloControlServerHandshake - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event HELLO_CONTROL_SERVER.
HelloControlServerHandshake() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloControlServerHandshake
Parameter-less contructor for the message.
HelloControlServerHandshake(HelloControlServerHandshake) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloControlServerHandshake
Cloning constructor from the full message.
HelloObserverExpectedState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state
First and initial state of the ObserverFSM handler.
HelloObserverExpectedState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.HelloObserverExpectedState
 
HelloObserverHandshake - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event HELLO_OBSERVER.
HelloObserverHandshake() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloObserverHandshake
Parameter-less contructor for the message.
HelloObserverHandshake(HelloObserverHandshake) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloObserverHandshake
Cloning constructor from the full message.
HitId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
Id of the actor we have hit.
HitId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
Id of the actor we have hit.
HitID - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TraceResponse
Id of the thing we have hit.
HitLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
Vector with location of the collision (not sent if FastTrace is True).
HitLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
Vector with location of the collision (not sent if FastTrace is True).
HitLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TraceResponse
Point of the hit.
HitNormal - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
Vector with normal of the plane we have hit (not sent if FastTrace is True).
HitNormal - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
Vector with normal of the plane we have hit (not sent if FastTrace is True).
HitNormal - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Landed
Normal of the plane we have landed on.
HitNormal - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TraceResponse
Normal vector to the trace ray in the point of hit.
Holder - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
Id of player/bot holding the bomb.
Holder - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
Id of player/bot holding the flag.
HolderPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoShared
 
HolderPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoShared
 
HolderTeam - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
The team of the current holder (if any).
HolderTeamPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoShared
 
host - Variable in class cz.cuni.amis.pogamut.ut2004.utils.MultipleUT2004BotRunner
Default host where the instances are going to be connected as defaults, see IAgentParameters.assignDefaults(IAgentParameters).
host - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UT2004AnalyzerRunner
Default host where the instances are going to be connected as defaults, see IAgentParameters.assignDefaults(IAgentParameters).
host - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UT2004BotRunner
Default host where the instances are going to be connected as defaults, see IAgentParameters.assignDefaults(IAgentParameters).
host - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UT2004ObserverRunner
Default host where the instances are going to be connected as defaults, see IAgentParameters.assignDefaults(IAgentParameters).
host - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UT2004ServerRunner
Default host where the instances are going to be connected as defaults, see IAgentParameters.assignDefaults(IAgentParameters).
Humans - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StartPlayers
All human players will be exported.

I

IAct - Interface in cz.cuni.amis.pogamut.base.communication.command
IAct provides a way to send command messages to the world allowing you to attach listeners to outgoing commands.
IAgent - Interface in cz.cuni.amis.pogamut.base.agent
MXBean interface - serves the purpose only to JMX, you should always derive your agent from at least AbstractAgent, even though it's not enforced right now it may be in the future!
IAgent3D - Interface in cz.cuni.amis.pogamut.base3d.agent
Interface of agent embodied in a 3D environment.
IAgentDescriptor<PARAMS extends IAgentParameters,MODULE extends GuiceAgentModule> - Interface in cz.cuni.amis.pogamut.base.agent.utils.runner
This interface describes everything that is needed to instantiate and start of the agent.
IAgentFactory<AGENT extends IAgent,PARAMS extends IAgentParameters> - Interface in cz.cuni.amis.pogamut.base.factory
General factory that instantiates the agent according to the passed parameters.
IAgentId - Interface in cz.cuni.amis.pogamut.base.agent
Extension of the IToken, it provides an ability to give an agent a human-readable name.
IAgentLogger - Interface in cz.cuni.amis.pogamut.base.utils.logging
Basic interface for agent's logs.
IAgentLogic<LOGIC_MODULE extends LogicModule> - Interface in cz.cuni.amis.pogamut.base.agent.module
 
IAgentMBeanAdapter - Interface in cz.cuni.amis.pogamut.base.agent.jmx.adapter
Interface for the adapter of the Agent MBean.
IAgentParameters - Interface in cz.cuni.amis.pogamut.base.agent.params
Parent interface for all agent's parameters interfaces/implementations.
IAgentRunner<AGENT extends IAgent,PARAMS extends IAgentParameters> - Interface in cz.cuni.amis.pogamut.base.agent.utils.runner
Utility interface for classes that can instantiate & start (possibly multiple) agents at once.
IAgentScope - Interface in cz.cuni.amis.pogamut.base.utils.guice
Scope that treats all AgentScoped classes as singletons.
IAgentState - Interface in cz.cuni.amis.pogamut.base.agent.state.level0
 
IAgentStateDebug - Interface in cz.cuni.amis.pogamut.base.agent.state.level2
 
IAgentStateDown - Interface in cz.cuni.amis.pogamut.base.agent.state.level1
 
IAgentStateFailed - Interface in cz.cuni.amis.pogamut.base.agent.state.level2
 
IAgentStateFailing - Interface in cz.cuni.amis.pogamut.base.agent.state.level2
 
IAgentStateGoingDown - Interface in cz.cuni.amis.pogamut.base.agent.state.level1
 
IAgentStateGoingUp - Interface in cz.cuni.amis.pogamut.base.agent.state.level1
 
IAgentStateInstantiated - Interface in cz.cuni.amis.pogamut.base.agent.state.level2
 
IAgentStateNonResponsive - Interface in cz.cuni.amis.pogamut.base.agent.state.levelmisc
 
IAgentStatePaused - Interface in cz.cuni.amis.pogamut.base.agent.state.level2
 
IAgentStatePausing - Interface in cz.cuni.amis.pogamut.base.agent.state.level2
 
IAgentStateResumed - Interface in cz.cuni.amis.pogamut.base.agent.state.level3
 
IAgentStateResuming - Interface in cz.cuni.amis.pogamut.base.agent.state.level2
 
IAgentStateRunning - Interface in cz.cuni.amis.pogamut.base.agent.state.level2
 
IAgentStateStarted - Interface in cz.cuni.amis.pogamut.base.agent.state.level3
 
IAgentStateStartedPaused - Interface in cz.cuni.amis.pogamut.base.agent.state.level3
 
IAgentStateStarting - Interface in cz.cuni.amis.pogamut.base.agent.state.level2
 
IAgentStateStartingPaused - Interface in cz.cuni.amis.pogamut.base.agent.state.level2
 
IAgentStateStopped - Interface in cz.cuni.amis.pogamut.base.agent.state.level2
 
IAgentStateStopping - Interface in cz.cuni.amis.pogamut.base.agent.state.level2
 
IAgentStateUp - Interface in cz.cuni.amis.pogamut.base.agent.state.level1
 
IAnalyzerObserverListener - Interface in cz.cuni.amis.pogamut.ut2004.analyzer
 
IAnalyzerObserverListener.ObserverAddedNotifier - Class in cz.cuni.amis.pogamut.ut2004.analyzer
 
IAnalyzerObserverListener.ObserverAddedNotifier() - Constructor for class cz.cuni.amis.pogamut.ut2004.analyzer.IAnalyzerObserverListener.ObserverAddedNotifier
 
IAnalyzerObserverListener.ObserverRemovedNotifier - Class in cz.cuni.amis.pogamut.ut2004.analyzer
 
IAnalyzerObserverListener.ObserverRemovedNotifier() - Constructor for class cz.cuni.amis.pogamut.ut2004.analyzer.IAnalyzerObserverListener.ObserverRemovedNotifier
 
IAveragator<TYPE> - Interface in cz.cuni.amis.utils.statistic
Returns an average of all items passed.
IBatchEndEvent - Interface in cz.cuni.amis.pogamut.base.communication.messages
 
IBatchEndEvent.BatchEndEventStub - Class in cz.cuni.amis.pogamut.base.communication.messages
 
IBatchEndEvent.BatchEndEventStub(long) - Constructor for class cz.cuni.amis.pogamut.base.communication.messages.IBatchEndEvent.BatchEndEventStub
 
IBotStateHelloBotReceived - Interface in cz.cuni.amis.pogamut.ut2004.bot.state
 
IBotStateInited - Interface in cz.cuni.amis.pogamut.ut2004.bot.state
 
IBotStatePassword - Interface in cz.cuni.amis.pogamut.ut2004.bot.state
 
IBotStateSendingInit - Interface in cz.cuni.amis.pogamut.ut2004.bot.state
 
IBotStateSpawned - Interface in cz.cuni.amis.pogamut.ut2004.bot.state
 
ICommandListener<CMD extends CommandMessage> - Interface in cz.cuni.amis.pogamut.base.communication.command
This is an interface you need to implement, if you want to listen for a certain type of the command message that is sent by the agent.
ICommandSerializer<DATA> - Interface in cz.cuni.amis.pogamut.base.communication.command
Command serializer that transforms the command message into data that can be sent to (and understood by) virtual world.
IComponent - Interface in cz.cuni.amis.pogamut.base.component
Every agent consists of components.
IComponentAware - Interface in cz.cuni.amis.pogamut.base.component
 
IComponentBus - Interface in cz.cuni.amis.pogamut.base.component.bus
Component bus is meant as "event bus".
IComponentControlHelper - Interface in cz.cuni.amis.pogamut.base.component.controller
Provides a way to control the component.
IComponentController<COMPONENT extends IComponent> - Interface in cz.cuni.amis.pogamut.base.component.controller
The component controller is meant for simple IComponent NOT ISharedComponents (for them, use ISharedComponentController instead).
IComponentControllerBase<COMPONENT extends IComponent> - Interface in cz.cuni.amis.pogamut.base.component.controller
Base interface for component controllers, be it IComponentController or ISharedComponentController.
IComponentEvent<SOURCE extends IComponent> - Interface in cz.cuni.amis.pogamut.base.component.bus
Event that may happen on the EventBut.
IComponentEventListener<T extends IComponentEvent> - Interface in cz.cuni.amis.pogamut.base.component.bus
 
ICompositeWorldObject - Interface in cz.cuni.amis.pogamut.multi.communication.worldview.object
 
ICompositeWorldObjectUpdatedEvent - Interface in cz.cuni.amis.pogamut.multi.communication.translator.event
Interface for all compositeObject updates in the world.
ICompositeWorldObjectUpdateResult - Interface in cz.cuni.amis.pogamut.multi.communication.translator.event
 
IControllable - Interface in cz.cuni.amis.pogamut.base.agent
Interface providing a control methods for the implementors.
IControllable - Interface in cz.cuni.amis.pogamut.base.component
Interface providing a control methods for the implementors.
id(IComponent) - Method in class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase
Returns component id or null.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddInventory
Id of the target bot.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddRay
User set Id of the ray, so the ray can be identified.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeAttribute
Id of the target bot.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeTeam
Id of the target bot (won't be parsed if sent to bot connection).
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeWeapon
Unique Id of weapon to switch to.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CheckReachability
Message Id made up by you and echoed in response so you can match up response with query.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Id of the target bot.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogBegin
Id of this dialog.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogCancel
Id of the cancelled dialog.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogEnd
Dialog identification.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Identification of this component.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.EnterVehicle
Id of the vehicle we want to enter.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.FastTrace
Message Id made up by you and echoed in response so you can match up response with query.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetPath
Message Id made up by you and echoed in response so you can match up response with query.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.InitializeObserver
The ID of the player you want to observe.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Kick
Id of the bot to be kicked.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
UnrealId of the player that is a camera and that we want to move.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Pick
Id of the pickup we want to pick up.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.RemoveRay
Id of the ray to be removed.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Respawn
Id of the bot to be respawned (not used if command sent to bot).
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SendMessage
Here we can specify Id of the bot, that will receive this message privately (with "Private:" string at the beginning of the message).
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCamera
UnrealId of the player we want to set as a camera.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
Id of the player we want to set dialog for.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Trace
Message Id made up by you and echoed in response so you can match up response with query.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
A unique Id for this inventory item, assigned by the game.
id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationBotID
id for animation of a bot.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
An Id for this ray (should be unique), assigned by the user when adding ray.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
An Id for this ray (should be unique), assigned by the user when adding ray.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRaySharedImpl
An Id for this ray (should be unique), assigned by the user when adding ray.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStaticImpl
An Id for this ray (should be unique), assigned by the user when adding ray.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl
An unique Id for this bomb, assigned by the game.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
An unique Id for this bomb, assigned by the game.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl
An unique Id for this bomb, assigned by the game.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStaticImpl
An unique Id for this bomb, assigned by the game.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Bumped
Unique Id of the actor we have bumped to (actors include other players or bots and other physical objects that can block your path).
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ChangedWeapon
Unique Id of new weapon, based on the inventory weapon's name (this is different from the Id of the weapon that can be picked up in the map).
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
Id of this config message.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
Id of this config message.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeSharedImpl
Id of this config message.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStaticImpl
Id of this config message.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogCommand
Id of the dialog for with which is this command related to.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogFailed
An Id of the dialog matching the one sent by client.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogOk
An Id of the dialog matching the one sent by client.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EnteredVehicle
Id of the vehicle entered.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FastTraceResponse
An Id matching the one sent by client.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocalImpl
An unique Id for this flag, assigned by the game.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
An unique Id for this flag, assigned by the game.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoSharedImpl
An unique Id for this flag, assigned by the game.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStaticImpl
An unique Id for this flag, assigned by the game.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GlobalChat
Unique UnrealId of the sender.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
Unique Id of the projectile.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
Unique Id of the projectile.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileSharedImpl
Unique Id of the projectile.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStaticImpl
Unique Id of the projectile.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocalImpl
Unique Id of the item.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
Unique Id of the item.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemPickedUp
Unique Id of the item.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemSharedImpl
Unique Id of the item.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl
Unique Id of the item.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LockedVehicle
Id of the vehicle, which we cannot enter, because it is locked.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LostInventory
Id of the inventory lost.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocalImpl
A unique Id of this mover assigned by the game.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
A unique Id of this mover assigned by the game.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverSharedImpl
A unique Id of this mover assigned by the game.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
A unique Id of this mover assigned by the game.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mutator
Id of the mutator.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl
Unique Id of the item.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage
Unique Id of the item.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventorySharedImpl
Unique Id of the item.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStaticImpl
Unique Id of the item.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl
A unique Id of this navigation point assigned by the game.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
A unique Id of this navigation point assigned by the game.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
Unique Id of the NavPoint the link is leading to (end of the link).
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointSharedImpl
A unique Id of this navigation point assigned by the game.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
A unique Id of this navigation point assigned by the game.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerDamaged
Unique Id of the player hit.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerInput
Id of the player that sent the input.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerJoinsGame
Unique Id of the player.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
Unique Id of the dead player.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLeft
Unique Id of the player who left.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl
Unique Id of the player.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
Unique Id of the player.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerScore
Unique Id of the player.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
Unique Id of the player.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerStaticImpl
Unique Id of the player.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Reachable
An Id matching the one sent by client.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl
Unique Id of the bot.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
Unique Id of the bot.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Unique Id of the bot.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStaticImpl
Unique Id of the bot.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChanged
Sent only for ControlServer connections, so they know which bot changed the team.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChat
Unique UnrealId of the sender.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocalImpl
Message identifier.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage
Message identifier.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreSharedImpl
Message identifier.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStaticImpl
Message identifier.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Thrown
Inventory Id of the weapon thrown out.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TraceResponse
An Id matching the one sent by client.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocalImpl
Unique Id of the vehicle or vehicle part.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
Unique Id of the vehicle or vehicle part.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
Unique Id of the vehicle or vehicle part.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStaticImpl
Unique Id of the vehicle or vehicle part.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
Id of the zone entered.
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WallCollision
Id of the wall we have hit (level geometry).
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WeaponUpdate
Unique Id of the weapon, based on the inventory weapon's name (this is different from the Id of the weapon that can be picked up in the map).
Id - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ZoneChangedBot
Id of a zone entered.
idClassMap - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
IDescriptorFactory<T extends ItemDescriptor> - Interface in cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
An interface for all descriptor factories.
IEmbodiedAgent - Interface in cz.cuni.amis.pogamut.base.agent
Embodied agents are agents that are physically present in the world.
IFatalErrorEvent<SOURCE extends IComponent> - Interface in cz.cuni.amis.pogamut.base.component.bus.event
Marks that fatal error has happened that prevents the component from running.
IFilter<T> - Interface in cz.cuni.amis.utils
Simple iterface for filtering objects of arbitrary types.
IFlag<T> - Interface in cz.cuni.amis.utils.flag
Interface for flags.
IFSM<SYMBOL,CONTEXT> - Interface in cz.cuni.amis.fsm
Interface for the FSM.
IFSMState<SYMBOL,CONTEXT> - Interface in cz.cuni.amis.fsm
 
IFSMTransition<SYMBOL,CONTEXT> - Interface in cz.cuni.amis.fsm
Interface for the fsm transition.
IFuture<RESULT> - Interface in cz.cuni.amis.utils.future
 
IFutureListener<RESULT> - Interface in cz.cuni.amis.utils.future
 
IGBViewable - Interface in cz.cuni.amis.pogamut.ut2004.communication.worldview.objects
 
IGBWorldEvent - Interface in cz.cuni.amis.pogamut.ut2004.communication.worldview.objects
 
IGBWorldObjectDisappeared - Interface in cz.cuni.amis.pogamut.ut2004.communication.worldview.objects
Marker for "lost from sight" event, meaning some object disappeared from the bot's view.
IGBWorldObjectEvent - Interface in cz.cuni.amis.pogamut.ut2004.communication.worldview.objects
 
IGhostAgent - Interface in cz.cuni.amis.pogamut.base.agent
Interface of the agent that may observe the world and can even act inside it but does not have the body (notice that in case that the world contains agents-ghosts, that are "physically" being somewhere, they would be IEmbodiedAgent not this IGhostAgent).
IGraph<Node> - Interface in cz.cuni.amis.pogamut.ut2004.communication.worldview.map
 
IItemUsefulness - Interface in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
Interface that allows you to define "usefulness of items".
IJMXAgentLogger - Interface in cz.cuni.amis.pogamut.base.utils.logging
Part of the IAgentLogger interface that is exposed via MBean.
IJMXEnabled - Interface in cz.cuni.amis.pogamut.base.agent.jmx
Interface for enabling JMX on some feature.
IJNIAct - Interface in cz.cuni.amis.pogamut.base.communication.command.impl
Use this interface to separate classic socket-based acts from JNI acts.
ILifecycleBus - Interface in cz.cuni.amis.pogamut.base.component.lifecyclebus
ILifecycleBus is extending IComponentBus by implementing the knowledge of lifecycle states of various IComponents.
IListener<T> - Interface in cz.cuni.amis.utils.listener
Basic listener interface allowing the object to receive 'Events'.
IListener.Notifier<LISTENER extends IListener> - Class in cz.cuni.amis.utils.listener
Convenient class for notifying about events using Listeners or ListenersMap.
IListener.Notifier(Object) - Constructor for class cz.cuni.amis.utils.listener.IListener.Notifier
 
IListenerRegistrator - Interface in cz.cuni.amis.pogamut.base.communication.worldview.listener
 
ILocalGBViewable - Interface in cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects
 
ILocalViewable - Interface in cz.cuni.amis.pogamut.multi.communication.worldview.object
General interface for local parts of objects whose visiblility may change over time.
ILocalWorldObject - Interface in cz.cuni.amis.pogamut.multi.communication.worldview.object
 
ILocalWorldObjectUpdatedEvent - Interface in cz.cuni.amis.pogamut.multi.communication.translator.event
 
ILocalWorldView - Interface in cz.cuni.amis.pogamut.multi.communication.worldview
Interface for a World View local to a single agent in a multi-agent system any implementation must implement the necessary object maps! TODO: [srlok] what are the problems using TimeKey? does it always return the information to any TimeKey I may obtain? Am I supposed to always provide the TimeKey that is Current? What about locking?
ILocated - Interface in cz.cuni.amis.pogamut.base3d.worldview.object
General interface for objects that are located within the world.
ILockableVisionWorldView - Interface in cz.cuni.amis.pogamut.base3d
 
ILockableWorldView - Interface in cz.cuni.amis.pogamut.base.communication.worldview
 
ILocomotive - Interface in cz.cuni.amis.pogamut.base3d.worldview.object
General interface for objects that are moveable within the world.
ILogCategories - Interface in cz.cuni.amis.pogamut.base.utils.logging
 
ILogPublisher - Interface in cz.cuni.amis.pogamut.base.utils.logging
Java logging API relies on handlers for publishing records, we have created one instance of this Handler (LogHandler instnace) and delegate abstract methods from Handler on the publisher interface.
Image - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: IMAGE.
imagePoints - Variable in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.MapInfo
 
IMapList - Interface in cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages
Info batch message.
IMediator - Interface in cz.cuni.amis.pogamut.base.communication.mediator
 
imgData - Variable in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.MapInfo
 
ImmutableFlag<T> - Class in cz.cuni.amis.utils.flag
Flag whhich value cannot be set.
ImmutableFlag(IFlag<T>) - Constructor for class cz.cuni.amis.utils.flag.ImmutableFlag
Creates a new instance of ImmutableFlag
ImmutableReasonFlag<T,R> - Class in cz.cuni.amis.utils.flag
Reason flag whose value cannot be set.
ImmutableReasonFlag(IReasonFlag<T, R>) - Constructor for class cz.cuni.amis.utils.flag.ImmutableReasonFlag
 
IMovingAverage<TYPE> - Interface in cz.cuni.amis.utils.statistic
Represents interface to the moving average value.
ImpactTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
Estimated time till impact.
ImpactTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
Estimated time till impact.
ImprovedShooting - Class in cz.cuni.amis.pogamut.ut2004.bot.command
This shooting will allow you to define with which Weapon / / WeaponPrefs you want to shoot.
ImprovedShooting(Weaponry, UT2004Bot, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
 
IMultipleAgentRunner<AGENT extends IAgent,PARAMS extends IAgentParameters,MODULE extends GuiceAgentModule> - Interface in cz.cuni.amis.pogamut.base.agent.utils.runner
Utility interface for classes that can instantiate & start (possibly multiple) agents at once.
IMutator - Interface in cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages
Info batch message.
INavPoint - Interface in cz.cuni.amis.pogamut.ut2004.communication.messages
Synchronous message.
IncomingEdges - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
Maps edge-ORIGINATES_FROM-navpoint-UnrealId to neighbour link, those are incoming edges (those edges that originates in different navpoint and ends here, do not use this to ask whether you can get to navpoint of specific unreal id, use OutgoingEdges instead).
IncomingEdges - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Maps edge-ORIGINATES_FROM-navpoint-UnrealId to neighbour link, those are incoming edges (those edges that originates in different navpoint and ends here, do not use this to ask whether you can get to navpoint of specific unreal id, use OutgoingEdges instead).
IncomingProjectile - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the GameBots2004 message PRJ.
IncomingProjectile() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectile
Parameter-less contructor for the message.
IncomingProjectile.IncomingProjectileUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
IncomingProjectile.IncomingProjectileUpdate(IncomingProjectile, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectile.IncomingProjectileUpdate
 
IncomingProjectileCompositeImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Composite implementation of the PRJ abstract message.
IncomingProjectileCompositeImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileCompositeImpl
Parameter-less contructor for the message.
IncomingProjectileCompositeImpl(IncomingProjectileLocalImpl, IncomingProjectileSharedImpl, IncomingProjectileStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileCompositeImpl
Composite-impl constructor.
IncomingProjectileCompositeImpl(IncomingProjectileCompositeImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileCompositeImpl
Cloning constructor.
IncomingProjectileLocal - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the local part of the GameBots2004 message PRJ.
IncomingProjectileLocal() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocal
Parameter-less contructor for the message.
IncomingProjectileLocalImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message PRJ.
IncomingProjectileLocalImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
Parameter-less contructor for the message.
IncomingProjectileLocalImpl(UnrealId, double, Vector3d, Location, Velocity, double, Location, double, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
Creates new instance of the message IncomingProjectile.
IncomingProjectileLocalImpl(IncomingProjectile) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
Cloning constructor from the full message.
IncomingProjectileLocalImpl(IncomingProjectileLocalImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
Cloning constructor from the full message.
IncomingProjectileLocalImpl(IncomingProjectileLocal) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
Cloning constructor from the message part.
IncomingProjectileLocalImpl.IncomingProjectileLocalUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
IncomingProjectileLocalImpl.IncomingProjectileLocalUpdate(IncomingProjectileLocal, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl.IncomingProjectileLocalUpdate
 
IncomingProjectileMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the GameBots2004 message PRJ contains also its Local/Shared/Static subpart class definitions..
IncomingProjectileMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
Parameter-less contructor for the message.
IncomingProjectileMessage(UnrealId, double, Vector3d, Location, Velocity, double, Location, double, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
Creates new instance of the message IncomingProjectile.
IncomingProjectileMessage(IncomingProjectileMessage) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
Cloning constructor from the full message.
IncomingProjectileMessage.IncomingProjectileLocalMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message PRJ, used to facade PRJMessage.
IncomingProjectileMessage.IncomingProjectileLocalMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileLocalMessage
 
IncomingProjectileMessage.IncomingProjectileSharedMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message PRJ, used to facade PRJMessage.
IncomingProjectileMessage.IncomingProjectileSharedMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileSharedMessage
 
IncomingProjectileMessage.IncomingProjectileStaticMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message PRJ, used to facade PRJMessage.
IncomingProjectileMessage.IncomingProjectileStaticMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileStaticMessage
 
IncomingProjectileShared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the shared part of the GameBots2004 message PRJ.
IncomingProjectileShared() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileShared
Parameter-less contructor for the message.
IncomingProjectileSharedImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message PRJ.
IncomingProjectileSharedImpl(IncomingProjectileSharedImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileSharedImpl
 
IncomingProjectileSharedImpl(WorldObjectId, Collection<ISharedProperty>) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileSharedImpl
 
IncomingProjectileSharedImpl.IncomingProjectileSharedUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
IncomingProjectileSharedImpl.IncomingProjectileSharedUpdate(IncomingProjectileShared, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileSharedImpl.IncomingProjectileSharedUpdate
 
IncomingProjectileStatic - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the static part of the GameBots2004 message PRJ.
IncomingProjectileStatic() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStatic
Parameter-less contructor for the message.
IncomingProjectileStaticImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message PRJ.
IncomingProjectileStaticImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStaticImpl
Parameter-less contructor for the message.
IncomingProjectileStaticImpl(UnrealId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStaticImpl
Creates new instance of the message IncomingProjectile.
IncomingProjectileStaticImpl(IncomingProjectile) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStaticImpl
Cloning constructor from the full message.
IncomingProjectileStaticImpl(IncomingProjectileStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStaticImpl
Cloning constructor from the full message.
IncomingProjectileStaticImpl(IncomingProjectileStatic) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStaticImpl
Cloning constructor from the message part.
IncomingProjectileStaticImpl.IncomingProjectileStaticUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
IncomingProjectileStaticImpl.IncomingProjectileStaticUpdate(IncomingProjectileStatic, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStaticImpl.IncomingProjectileStaticUpdate
 
increaseStateCount(ComponentState) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
Increases (+1) count of the 'state', DOES NOT TRIGGER SharedComponentController#componentStateCountChanged().
increaseStateCount(ComponentState, int) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
Increases count (+n) of the 'state', DOES NOT TRIGGER SharedComponentController#componentStateCountChanged().
increment(int) - Method in class cz.cuni.amis.utils.flag.FlagInteger
 
indexOf(Object) - Method in class cz.cuni.amis.utils.collections.ObservableList
 
indicesNavPoints - Variable in class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap
Mapping indices to nav points.
info(String) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
info(String, Object) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
info(String, Object[]) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
info - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
Memory module specialized on general info about the agent whereabouts - location, rotation, health, current weapon, who is enemy/friend, etc.
InfoMessage - Class in cz.cuni.amis.pogamut.base.communication.messages
This is marker class for all info messages that the world is producing.
InfoMessage() - Constructor for class cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
 
InfoMessages - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Serves for the purpose of testing the parser.
InfoMessages() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InfoMessages
 
IniFile - Class in cz.cuni.amis.utils
 
IniFile() - Constructor for class cz.cuni.amis.utils.IniFile
Constructs Ini file with no defaults.
IniFile(File) - Constructor for class cz.cuni.amis.utils.IniFile
Constructs GameBots2004Ini with defaults taken 'source' (file must exists!).
IniFile(IniFile) - Constructor for class cz.cuni.amis.utils.IniFile
 
IniFile.Section - Class in cz.cuni.amis.utils
Class representing one section of the ini file.
IniFile.Section(String) - Constructor for class cz.cuni.amis.utils.IniFile.Section
Creates a section of the given name.
IniFile.Section(IniFile.Section) - Constructor for class cz.cuni.amis.utils.IniFile.Section
Copy-constructor.
init(CONTEXT) - Method in class cz.cuni.amis.fsm.FSM.StateWrapper
 
init(CONTEXT) - Method in class cz.cuni.amis.fsm.FSMNested
 
init(Object) - Method in class cz.cuni.amis.fsm.FSMOriginalState
 
init(CONTEXT) - Method in interface cz.cuni.amis.fsm.IFSMState
 
init(CONTEXT) - Method in interface cz.cuni.amis.fsm.IFSMTransition
Called when the certain FSM (the transition belongs to) is created.
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.BotAliveState
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.BotDeadState
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.CommunicationTerminatedState
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.FirstSpawnExpectedState
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.GameInfoExpectedState
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.HandshakeControllerState
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.ItemCategoryState
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.NavPointListState
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.PasswordState
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.ReadyState
 
init(CONTEXT) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.BotListState
 
init(CONTEXT) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.BotMessageExpectedState
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.transition.HandshakeEndTransition
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.CommunicationTerminatedState
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.GameInfoExpectedState
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.ItemCategoryState
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.NavPointListState
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.ObserverRunningState
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.PasswordState
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.ReadyState
 
init(CONTEXT) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support.ObserverListState
 
init(CONTEXT) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support.ObserverMessageExpectedState
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.CommunicationTerminatedState
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.GameInfoExpectedState
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.ItemCategoryState
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.NavPointListState
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.PasswordState
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.ReadyState
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.ServerRunningState
 
init(CONTEXT) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.ServerListState
 
init(CONTEXT) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.ServerMessageExpectedState
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.transition.GameInfoTransition
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.transition.InitRequestedTransition
 
init(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.transition.ReadyRequestedTransition
 
init(Object[]) - Method in class cz.cuni.amis.utils.NKey
 
InitCommandRequest - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events
 
InitCommandRequest(long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.InitCommandRequest
 
initCommandRequested() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot
This method is called whenever handshake with GameBots2004 is over - the GameBots2004 is awaiting the bot to reply with Ready command to begin the handshake.
initComponentId() - Method in class cz.cuni.amis.pogamut.base.agent.module.AgentModule
Returns token made from simple name of the module's class.
initDirectNavigation(Location) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueNavigator
Initializes direct navigation to the specified destination.
InitedMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the GameBots2004 message INITED.
InitedMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
Parameter-less contructor for the message.
InitedMessage.InitedMessageUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
InitedMessage.InitedMessageUpdate(InitedMessage, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage.InitedMessageUpdate
 
InitedMessageCompositeImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Composite implementation of the INITED abstract message.
InitedMessageCompositeImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
Parameter-less contructor for the message.
InitedMessageCompositeImpl(InitedMessageLocalImpl, InitedMessageSharedImpl, InitedMessageStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
Composite-impl constructor.
InitedMessageCompositeImpl(InitedMessageCompositeImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
Cloning constructor.
InitedMessageExpectedState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state
Waits for InitedMessage message, switches to the FirstSpawnExpectedState.
InitedMessageExpectedState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.InitedMessageExpectedState
 
InitedMessageId - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
 
InitedMessageId - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
 
InitedMessageId - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageShared
 
InitedMessageId - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageStatic
 
InitedMessageLocal - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the local part of the GameBots2004 message INITED.
InitedMessageLocal() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
Parameter-less contructor for the message.
InitedMessageLocalImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message INITED.
InitedMessageLocalImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Parameter-less contructor for the message.
InitedMessageLocalImpl(InitedMessage) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Cloning constructor from the full message.
InitedMessageLocalImpl(InitedMessageLocalImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Cloning constructor from the full message.
InitedMessageLocalImpl(InitedMessageLocal) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Cloning constructor from the message part.
InitedMessageLocalImpl.InitedMessageLocalUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
InitedMessageLocalImpl.InitedMessageLocalUpdate(InitedMessageLocal, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl.InitedMessageLocalUpdate
 
InitedMessageMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the GameBots2004 message INITED contains also its Local/Shared/Static subpart class definitions..
InitedMessageMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
Parameter-less contructor for the message.
InitedMessageMessage(UnrealId, int, int, int, double, double, int, int, int, double, double, double, double, double, double, double, double, double, double, double, double) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
Creates new instance of the message InitedMessage.
InitedMessageMessage(InitedMessageMessage) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
Cloning constructor from the full message.
InitedMessageMessage.InitedMessageLocalMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message INITED, used to facade INITEDMessage.
InitedMessageMessage.InitedMessageLocalMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
 
InitedMessageMessage.InitedMessageSharedMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message INITED, used to facade INITEDMessage.
InitedMessageMessage.InitedMessageSharedMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageSharedMessage
 
InitedMessageMessage.InitedMessageStaticMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message INITED, used to facade INITEDMessage.
InitedMessageMessage.InitedMessageStaticMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageStaticMessage
 
InitedMessageShared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the shared part of the GameBots2004 message INITED.
InitedMessageShared() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageShared
Parameter-less contructor for the message.
InitedMessageSharedImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message INITED.
InitedMessageSharedImpl(InitedMessageSharedImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageSharedImpl
 
InitedMessageSharedImpl(WorldObjectId, Collection<ISharedProperty>) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageSharedImpl
 
InitedMessageSharedImpl.InitedMessageSharedUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
InitedMessageSharedImpl.InitedMessageSharedUpdate(InitedMessageShared, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageSharedImpl.InitedMessageSharedUpdate
 
InitedMessageStatic - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the static part of the GameBots2004 message INITED.
InitedMessageStatic() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageStatic
Parameter-less contructor for the message.
InitedMessageStaticImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message INITED.
InitedMessageStaticImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageStaticImpl
Parameter-less contructor for the message.
InitedMessageStaticImpl(InitedMessage) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageStaticImpl
Cloning constructor from the full message.
InitedMessageStaticImpl(InitedMessageStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageStaticImpl
Cloning constructor from the full message.
InitedMessageStaticImpl(InitedMessageStatic) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageStaticImpl
Cloning constructor from the message part.
InitedMessageStaticImpl.InitedMessageStaticUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
InitedMessageStaticImpl.InitedMessageStaticUpdate(InitedMessageStatic, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageStaticImpl.InitedMessageStaticUpdate
 
Initialize - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command INIT.
Initialize(String, Integer, Boolean, Boolean, Location, Rotation, String, Integer, Boolean, Boolean, String, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Creates new instance of command Initialize.
Initialize() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Creates new instance of command Initialize.
Initialize(Initialize) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Cloning constructor.
initializeController(BOT) - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotController
 
initializeController(BOT) - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotLogicController
 
initializeController(BOT) - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
 
initializeController(BOT) - Method in interface cz.cuni.amis.pogamut.ut2004.bot.IUT2004BotController
Called during the construction of the UT2004Bot before the GameBots2004 greets the bot even before IUT2004BotController.prepareBot(UT2004Bot) method.
initializeListeners(BOT) - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
Initializes UT2004BotModuleControllerNew#listenerRegistrator and calls AnnotationListenerRegistrator.addListeners() method to probe all declared methods for event-annotation presence.
initializeModules(BOT) - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
Initializes memory/command modules of the bot.
InitializeObserver - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command INIT.
InitializeObserver(String, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.InitializeObserver
Creates new instance of command InitializeObserver.
InitializeObserver() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.InitializeObserver
Creates new instance of command InitializeObserver.
InitializeObserver(InitializeObserver) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.InitializeObserver
Cloning constructor.
initializePathFinding(BOT) - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
Initializes path-finding modules: UT2004BotModuleControllerNew#pathPlanner, UT2004BotModuleController.fwMap and UT2004BotModuleControllerNew#pathExecutor.
initPathNavigation(Location, List<PATH_ELEMENT>) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueNavigator
Initializes navigation to the specified destination along specified path.
InitRequestedTransition - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.shared.transition
 
InitRequestedTransition() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.transition.InitRequestedTransition
 
initTransitionMap(Map<Class, FSM.StateWrapper<SYMBOL, CONTEXT>>, Map<Class, IFSMTransition<SYMBOL, CONTEXT>>) - Method in class cz.cuni.amis.fsm.FSM.StateWrapper
 
initUCCWrapper() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
 
innerNotify(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.EventDrivenWorldView
Used to process IWorldChangeEvent - it has to be either IWorldChangeEvent or IWorldObjectUpdateEvent.
innerNotify(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenLocalWorldView
Used to process IWorldChangeEvent - it has to be either IWorldChangeEvent or IWorldObjectUpdateEvent.
innerNotify(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenSharedWorldView
Used to process IWorldChangeEvent - it has to be either IWorldChangeEvent or IWorldObjectUpdateEvent.
innerStateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.ReadyState
 
innerStateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.CommunicationTerminatedState
 
innerStateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.GameInfoExpectedState
 
innerStateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.ItemCategoryState
 
innerStateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.MapListState
 
innerStateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.MutatorListState
 
innerStateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.NavPointListState
 
innerStateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.ObserverRunningState
 
innerStateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.PasswordState
 
innerStateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.PlayerListState
 
innerStateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.ReadyState
 
innerStateSymbol(CONTEXT, SYMBOL) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support.AbstractObserverFSMState
 
innerStateSymbol(CONTEXT, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support.ObserverListState
 
innerStateSymbol(CONTEXT, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support.ObserverMessageExpectedState
 
innerStateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.CommunicationTerminatedState
 
innerStateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.GameInfoExpectedState
 
innerStateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.ItemCategoryState
 
innerStateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.MapListState
 
innerStateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.MutatorListState
 
innerStateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.NavPointListState
 
innerStateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.PasswordState
 
innerStateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.PlayerListState
 
innerStateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.ReadyState
 
innerStateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.ServerRunningState
 
innerStateSymbol(CONTEXT, SYMBOL) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.AbstractServerFSMState
 
innerStateSymbol(CONTEXT, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.ServerListState
 
innerStateSymbol(CONTEXT, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.ServerMessageExpectedState
 
insert(U) - Method in class cz.cuni.amis.utils.collections.TranslatedObservableCollection
 
inside(ComponentState, ComponentState...) - Static method in enum cz.cuni.amis.pogamut.base.component.controller.ComponentState
Tests whether 'state' is inside 'inside'.
insidePlaceName - Variable in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlace
 
instantiate(String) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
instantiate(String, ObjectName) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
instantiate(String, Object[], String[]) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
instantiate(String, ObjectName, Object[], String[]) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
INSTANTIATED - Static variable in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutorState
Corresponds to the PathExecutorState.INSTANTIATED state.
inState(Class<?>...) - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Returns true if the agent is in one of 'states'.
inState(PathExecutorState...) - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.AbstractPathExecutor
 
inState(PathExecutorState...) - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutor
True if the path executor is in one of 'states', false otherwise.
inState(ComponentState...) - Method in class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase
 
inState(ComponentState...) - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControllerBase
Whether the component is in one of 'states'.
Instigator - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
Id of the player who is damaging the bot, filled only if instigator is in the field of view of the bot.
inSync(Flag.DoInSync<T>) - Method in class cz.cuni.amis.utils.flag.Flag
Add a command (to the end of the queue) that will be executed in-sync with other changes (you may be sure that no other changes are taking place right now).
inSync(Flag.DoInSync<T>) - Method in interface cz.cuni.amis.utils.flag.IFlag
 
inSync(Flag.DoInSync<T>) - Method in class cz.cuni.amis.utils.flag.ImmutableFlag
 
inSyncInner(Flag.DoInSync<T>, boolean) - Method in class cz.cuni.amis.utils.flag.Flag
Add a command that will be executed in-sync with other changes (you may be sure that no other changes are taking place right now).
IntegerProperty - Class in cz.cuni.amis.pogamut.multi.communication.worldview.property
Implementation of the ISharedProperty interface for Integer value type.
IntegerProperty(WorldObjectId, String, Integer, Class) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.IntegerProperty
 
IntegerProperty(IntegerProperty) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.IntegerProperty
 
integerValue(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Return an integer from num token in txt.
interations - Variable in class cz.cuni.amis.utils.astar.AStarResult
Contains the number of iterations made by A* search.
interpolate(Location, double) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Lineary interpolates between this location and given location.
interpolate(Location, Location, double) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Linearly interpolates between two given locations.
interpolate(Velocity, double) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Linearly interpolates between this velocity and given velocity.
interpolate(Velocity, Velocity, double) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Linearly interpolates between two given velocities.
interrupt() - Method in class cz.cuni.amis.utils.Job
If job is running (thread is not null and isAlive()) - interrupts the thread.
inThreadKilling() - Method in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
inThreadPausing() - Method in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
inThreadResuming() - Method in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
inThreadStopping() - Method in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
IntProperty - Class in cz.cuni.amis.pogamut.multi.communication.worldview.property
Implementation of the ISharedProperty interface for Integer value type.
IntProperty(WorldObjectId, String, Integer, Class) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.IntProperty
 
IntProperty(IntProperty) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.IntProperty
 
INTROSPECTION_NAME - Static variable in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutJMX
introspection FolderToJMXEnabledAdapter class
INTROSPECTION_ROOT_NAME - Static variable in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Name of the root introspection folder.
intValue(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Return an integer from num token in txt.
inventoryId - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weapon
 
InventoryId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemPickedUp
Unique Id of the item in our inventory - use this Id to do changeweapons etc.
InventoryType - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
By this class the item is represented in inventory.
InventoryType - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WeaponUpdate
Class of the weapon in the inventory.
invert() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Calculates inverse Location
invoke(ObjectName, String, Object[], String[]) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
InvSpot - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
If this is an inventory spot (item is respawned at this point).
InvSpot - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If this is an inventory spot (item is respawned at this point).
Invulnerable - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Will set godmode for bot on (bot can't be killed).
Invulnerable - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
If bot is invulnerable (cannot die) or not.
Invulnerable - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
If bot is invulnerable (cannot die) or not.
IObjectFactory<Producing> - Interface in cz.cuni.amis.utils.objectmanager
Simple factory interface for any kind of object.
IObservingAgent - Interface in cz.cuni.amis.pogamut.base.agent
Observing agent is agent that may watch/observe the world, but is powerless to do anything inside it directly.
ION_PAINTER - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
IonPainter weapon.
IPathExecutionEstimator<PATH_ELEMENT> - Interface in cz.cuni.amis.pogamut.base.agent.navigation
Simple interface that defines a method for estimating timeout for traveling along the path.
IPathExecutor<PATH_ELEMENT> - Interface in cz.cuni.amis.pogamut.base.agent.navigation
Path executor object is responsible for navigation of the agent through the environment along the list of PATH_ELEMENTs.
IPathExecutorHelper<PATH_ELEMENT> - Interface in cz.cuni.amis.pogamut.base.agent.navigation
If you did not read IPathExecutor javadoc - do it now! Following javadoc assumes you know what IPathExecutor is and how its interface works.
IPathExecutorState - Interface in cz.cuni.amis.pogamut.base.agent.navigation
Represents a state of the IPathExecutor providing a high-level description of the state via IPathExecutorState.getState().
IPathExecutorWithPlanner<PATH_ELEMENT> - Interface in cz.cuni.amis.pogamut.base.agent.navigation
First - read javadoc for IPathPlanner and IPathExecutor.
IPathFuture<PATH_ELEMENT> - Interface in cz.cuni.amis.pogamut.base.agent.navigation
Returns a path as the future result of IPathPlanner computation.
IPathPlanner<PATH_ELEMENT> - Interface in cz.cuni.amis.pogamut.base.agent.navigation
Interface for generic path planner.
IPausable - Interface in cz.cuni.amis.pogamut.base.component
Interface marking the component as pausable - it responds with transactional events on events IPausingEvent and IAgentResumingEvent
IPausedEvent<SOURCE extends IComponent> - Interface in cz.cuni.amis.pogamut.base.component.bus.event
 
IPausingEvent<SOURCE extends IComponent> - Interface in cz.cuni.amis.pogamut.base.component.bus.event
 
IPerson - Interface in cz.cuni.amis.pogamut.ut2004.communication.messages
Interface unifying Self and Player messages.
IPlayer - Interface in cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages
 
IReachable - Interface in cz.cuni.amis.pogamut.base3d.worldview.object
General interface for objects whose reachability may change through time.
IReasonFlag<TYPE,REASON> - Interface in cz.cuni.amis.utils.flag
Allows you to pass reasons of flag change along with new value of the flag.
IRemoteAgentParameters - Interface in cz.cuni.amis.pogamut.base.agent.params
Remote agent parameters are additionally providing an address of the remote environment which the agent has to connect into.
IResetEvent<SOURCE extends IComponent> - Interface in cz.cuni.amis.pogamut.base.component.bus.event
 
IResumedEvent<SOURCE extends IComponent> - Interface in cz.cuni.amis.pogamut.base.component.bus.event
 
IResumingEvent<SOURCE extends IComponent> - Interface in cz.cuni.amis.pogamut.base.component.bus.event
 
IRotable - Interface in cz.cuni.amis.pogamut.base3d.worldview.object
General interface for objects that are rotary within the world.
IS_FACING_ANGLE - Static variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
What angle is considered to be maximum facing angle by default (in degrees).
isAccepted(T) - Method in interface cz.cuni.amis.utils.IFilter
Returns true if the 'object' if accepted for further computation
isAdrenalineFull() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether the agent has full adrenaline.
isAdrenalineGained() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells whether the bot has recently got an adrenaline.
isAdrenalineGainedOnce() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells whether the bot has recently got an adrenaline.
isAdrenalineSufficient() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether the agent gained enough adrenaline to use it for special adrenaline-based action, e.g.
isAIMarker() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
If this point is an AI marker - marks an interesting spot in the environment.
isAIMarker() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
isAIMarker() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
isAIMarker() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
If this point is an AI marker - marks an interesting spot in the environment.
isAIMarker() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
If this point is an AI marker - marks an interesting spot in the environment.
isAIMarker() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If this point is an AI marker - marks an interesting spot in the environment.
isAll() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
Toggles sending all messages with every update.
isAlt() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Shoot
If you send True to this you will alt fire instead of normal fire.
isAlt() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ShootingStarted
Whether using the alternate firing mode.
isAlt() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ShootingStopped
Whether using the alternate firing mode.
isAltFiring() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
If we are firing in secondary firing mode.
isAltFiring() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
isAltFiring() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
isAltFiring() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
If we are firing in secondary firing mode.
isAltFiring() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
If we are firing in secondary firing mode.
isAltFiring() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
If we are firing in secondary firing mode.
isAnimEnd() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationChange
True if this animation has ended.
isAnimStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationChange
True if this animation has now started.
isAsync() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
Whether to send asynchronous messages, such as HIT or AIN.
isAtLocation(ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Returns whether the bot is at 'location'.
isAutoPickup() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
It enables/disables automatic pickup of the bot.
isAutoPickupOff() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
It enables/disables automatic pickup of the bot.
isAutoPickupOff() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
It enables/disables automatic pickup of the bot.
isAutoPickupOff() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange
It enables/disables automatic pickup of the bot.
isAutoPickupOff() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
 
isAutoPickupOff() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
It enables/disables automatic pickup of the bot.
isAutoPickupOff() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
It enables/disables automatic pickup of the bot.
isAutoPickupOff() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeLocalMessage
It enables/disables automatic pickup of the bot.
isAutoPickupOff() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
 
isAutoPrefix() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder
Whether NavigationGraphBuilder is auto prefixing all navpoint ids with current map name.
isAutoTrace() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
True, if the bot is using auto ray tracing (is provided with synchronous ATR messages).
isAutoTrace() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Enables/disables auto ray tracing feature.
isAutoTrace() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Enables/disables auto ray tracing feature.
isAutoTrace() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange
True if the bot is using auto ray tracing (is provided with synchronous ATR messages).
isAutoTrace() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
 
isAutoTrace() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
True if the bot is using auto ray tracing (is provided with synchronous ATR messages).
isAutoTrace() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
True if the bot is using auto ray tracing (is provided with synchronous ATR messages).
isAutoTrace() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeLocalMessage
True if the bot is using auto ray tracing (is provided with synchronous ATR messages).
isAutoTrace() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
 
isBatchBeginEvent(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.BatchAwareWorldView
Is this event a batch begin event? It is needed for the locking to be working correctly.
isBatchBeginEvent(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.LockableBatchAwareWorldView
Is this event a batch begin event? It is needed for the locking to be working correctly.
isBatchBeginEvent(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.BatchAwareLocalWorldView
 
isBatchBeginEvent(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.UT2004WorldView
 
isBatchBeginEvent(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.ut2004multi.communication.worldview.UT2004LockableLocalWorldView
 
isBatchEndEvent(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.BatchAwareWorldView
Is this event a batch end event? If so some extra events may be generated in processing this message.
isBatchEndEvent(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.BatchAwareLocalWorldView
 
isBatchEndEvent(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.BatchAwareSharedWorldView
 
isBatchEndEvent(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.UT2004WorldView
 
isBatchEndEvent(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.ut2004multi.communication.worldview.UT2004BatchAwareSharedWorldView
 
isBatchEndEvent(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.ut2004multi.communication.worldview.UT2004LockableLocalWorldView
 
isBeingDamaged() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells, whether the agent is being damaged.
isBeingDamagedOnce() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells, whether the agent is being damaged.
isBotServer() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetLock
If BotConnections should be locked.
isBotsPaused() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Tells, whether the bots are paused or running.
isBotsPaused() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
If the game is paused just for bots - human controlled players can normally move.
isBotsPaused() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
isBotsPaused() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoSharedMessage
If the game is paused just for bots - human controlled players can normally move.
isBotsPaused() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
isBotsPaused() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoShared
If the game is paused just for bots - human controlled players can normally move.
isBotsPaused() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl
If the game is paused just for bots - human controlled players can normally move.
isBroadcasting() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
When some method is called to broadcast some event then it will go through ONLY IFF isBroadcasting().
isBroadcastingEvents() - Method in class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase
 
isBroadcastingEvents() - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControllerBase
Tells whether the controller sends events about the state of the component, i.e., whether it should automatically send starting/stopping events or not.
isBulletHit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
If this damage was caused by bullet.
isBulletHit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
If this damage was caused by bullet.
isBulletHit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerDamaged
If this damage was caused by bullet.
isBulletHit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
If this damage was caused by bullet.
isBumping() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells whether the bot is bumping another player/other map geometry.
isBumpingOnce() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells, whether the agent is bumping with another player/other map geometry.
isBumpingPlayer() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells whether the bot is bumping another player (bot or human).
isBumpingPlayerOnce() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells whether the bot is bumping another player (bot or human).
isCancelled() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.PrecomputedPathFuture
 
isCancelled() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.event.WorldEventFuture
 
isCancelled() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectFuture
 
isCancelled() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server.MapChangeFuture
 
isCancelled() - Method in class cz.cuni.amis.utils.future.CombinedBooleanFuture
 
isCancelled() - Method in class cz.cuni.amis.utils.future.FixedFuture
 
isCancelled() - Method in class cz.cuni.amis.utils.future.FlagFuture
 
isCancelled() - Method in class cz.cuni.amis.utils.future.FutureWithListeners
 
isCancelled() - Method in class cz.cuni.amis.utils.future.FutureWrapper
 
isCancelled() - Method in class cz.cuni.amis.utils.future.RunnableFuture
 
isCausedByWorld() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
If this damage was caused by world - falling into lava, or falling down.
isCausedByWorld() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
If this damage was caused by world - falling into lava, or falling down.
isCausedByWorld() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
If this damage was caused by world - falling into lava, or falling down.
isCausingDamage() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells, whether the agent is causing any damage.
isCausingDamageOnce() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells, whether the agent is causing any damage.
isClear(boolean) - Method in class cz.cuni.amis.utils.TestOutput
Whether the queue is clear.
isColliding() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells, whether the agent is colliding with map geometry.
isCollidingOnce() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells, whether the agent is colliding with map geometry.
isCommandListening(Class, ICommandListener) - Method in interface cz.cuni.amis.pogamut.base.communication.command.IAct
Whether the listener is listening for commands of commandClass.
isCommandListening(Class, ICommandListener) - Method in class cz.cuni.amis.pogamut.base.communication.command.impl.Act
 
isControl() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetPlayerControl
If true, the player can behave normally.
isControlServer() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetLock
If ControlConnections (server connections) should be locked.
isCool() - Method in class cz.cuni.amis.utils.Cooldown
Whether you may use the effect, i.e., it was never used before or has cooled down.
isCool() - Method in class cz.cuni.amis.utils.Heatup
Check whether we're cool == !Heatup.isHot().
isCrouch() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCrouch
True or false to crouch or unrouch.
isCrouched() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether the agent is crouched.
isCrouched() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
If we are currently crouched.
isCrouched() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
isCrouched() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
isCrouched() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
If we are currently crouched.
isCrouched() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
If we are currently crouched.
isCrouched() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
If we are currently crouched.
isCurrentVolumeAffectingProjectiles() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether the current volume imparts its velocity to projectiles.
isCurrentVolumeBanningInventory() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether the current volume (the one the agent is within) forbids usage of the inventory.
isCurrentVolumeDestructive() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether the current volume kills the actors (almost) instantly.
isCurrentVolumePainCausing() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether the current volume is causing damage.
isCurrentVolumeWater() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether the current volume is water.
isCurrentZoneNeutral() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether the current zone is a neutral zone.
isDamageTrig() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover
True if the mover needs to be shot to be activated.
isDamageTrig() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
 
isDamageTrig() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
 
isDamageTrig() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverStaticMessage
True if the mover needs to be shot to be activated.
isDamageTrig() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStatic
True if the mover needs to be shot to be activated.
isDamageTrig() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
True if the mover needs to be shot to be activated.
isDefaultConsoleHandler() - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
isDefaultConsoleHandler() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger
Tells whether the logger has default console handler attached.
isDefaultNetworkHandler() - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
isDefaultNetworkHandler() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger
Tells whether the logger has default network handler attached.
isDefaultNetworkHandler() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IJMXAgentLogger
Tells whether the logger has default network handler attached.
isDefaultNetworkHandler() - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.AgentLoggerJMXProxy
Executes JMX remote call to the proxied IAgentLogger.isDefaultNetworkHandler() method.
isDependency(IToken) - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentDependencies
 
isDependency(IComponent) - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentDependencies
 
isDependent(IToken) - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentController
 
isDependent(IComponent) - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentController
 
isDependent(IToken) - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentController
Whether the controlled component is dependent on the component identified by 'componentId'.
isDependent(IComponent) - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentController
Whether the controlled component is dependent on 'component'.
isDependent(IAgentId, IToken) - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentController
Whether the controlled component is dependent on component (identified by 'componentId') of the agent identified by 'agentId'.
isDependent(IAgentId, IComponent) - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentController
Whether the controlled component is dependent on 'component' of the agent identified by 'agentId'.
isDependent(IAgentId, IToken) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
isDependent(IAgentId, IComponent) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
isDestructive() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
If this zone kills most of the actors instantly.
isDirectDamage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
If the damage is direct.
isDirectDamage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
If the damage is direct.
isDirectDamage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerDamaged
If the damage is direct.
isDirectDamage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
If the damage is direct.
isDirty() - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ISharedProperty
SharedProperties are generally properties derived from bot's observation of the world.
isDirty() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty
 
isDisable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
If true disables actual emittor (it will dissappear).
isDomPoint() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
If this point marks a DominationPoint (for BotDoubleDomination game).
isDomPoint() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
isDomPoint() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
isDomPoint() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
If this point marks a DominationPoint (for BotDoubleDomination game).
isDomPoint() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
If this point marks a DominationPoint (for BotDoubleDomination game).
isDomPoint() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If this point marks a DominationPoint (for BotDoubleDomination game).
isDone() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.PrecomputedPathFuture
 
isDone() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.event.WorldEventFuture
 
isDone() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectFuture
 
isDone() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server.MapChangeFuture
 
isDone() - Method in class cz.cuni.amis.utils.future.CombinedBooleanFuture
 
isDone() - Method in class cz.cuni.amis.utils.future.FixedFuture
 
isDone() - Method in class cz.cuni.amis.utils.future.FlagFuture
 
isDone() - Method in class cz.cuni.amis.utils.future.FutureWithListeners
 
isDone() - Method in class cz.cuni.amis.utils.future.FutureWrapper
 
isDone() - Method in class cz.cuni.amis.utils.future.RunnableFuture
 
isDoor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
If this point marks a door mover.
isDoor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
isDoor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
isDoor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
If this point marks a door mover.
isDoor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
If this point marks a door mover.
isDoor() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If this point marks a door mover.
isDoorOpened() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
True if this NavPoint is a Door and door is opened.
isDoorOpened() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
isDoorOpened() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
isDoorOpened() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointSharedMessage
True if this NavPoint is a Door and door is opened.
isDoorOpened() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointShared
True if this NavPoint is a Door and door is opened.
isDoorOpened() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointSharedImpl
True if this NavPoint is a Door and door is opened.
isDouble - Variable in class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId
Whether the id wolds 'double' inside WorldObjectId.token.
isDoubleId() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId
Whether the is is a double one.
isDoubleJump() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Jump
If set to True will cause the bot to perform double jump.
isDoubleJump() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.JumpPerformed
Whether this is a double jump.
isDrawTraceLines() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
If the GB should draw lines representing the auto ray traces of the bot (for more information see ATR message).
isDrawTraceLines() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
If set to true, the rays of automatic ray tracing (ATR messages) will be drawn in the game.
isDrawTraceLines() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange
if the GB should draw lines representing the auto ray traces of the bot (for more information see ATR message).
isDrawTraceLines() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
 
isDrawTraceLines() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
if the GB should draw lines representing the auto ray traces of the bot (for more information see ATR message).
isDrawTraceLines() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
if the GB should draw lines representing the auto ray traces of the bot (for more information see ATR message).
isDrawTraceLines() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeLocalMessage
if the GB should draw lines representing the auto ray traces of the bot (for more information see ATR message).
isDrawTraceLines() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
 
isDropped() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item
Whether it is regular item or one dropped by some bot (usually during dying).
isDropped() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCompositeImpl
 
isDropped() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
 
isDropped() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemSharedMessage
Whether it is regular item or one dropped by some bot (usually during dying).
isDropped() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemPickedUp
Whether it is a regular item or dropped by player or bot.
isDropped() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemShared
Whether it is regular item or one dropped by some bot (usually during dying).
isDropped() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemSharedImpl
Whether it is regular item or one dropped by some bot (usually during dying).
isEmpty() - Method in class cz.cuni.amis.utils.astar.AStarHeap
 
isEmpty() - Method in class cz.cuni.amis.utils.collections.LazyMapValuesCollection
 
isEmpty() - Method in class cz.cuni.amis.utils.collections.ObservableCollection
 
isEmpty() - Method in class cz.cuni.amis.utils.maps.AbstractLazyMap
 
isEmpty() - Method in class cz.cuni.amis.utils.maps.LazyMap
 
isEmpty() - Method in class cz.cuni.amis.utils.sets.ConcurrentHashSet
 
isEmpty() - Method in class cz.cuni.amis.utils.sets.ConcurrentLinkedHashSet
 
isEmpty() - Method in class cz.cuni.amis.utils.SoftHashMap
 
isEnemy(int) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether a given team is an enemy team to the agent.
isEnemy(Player) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether a given player is an enemy to the agent.
isEnemy(int) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Tells, whether a given team is an enemy team to the agent.
isEnemy(Player) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Tells, whether a given player is an enemy to the agent.
isEnoughValues() - Method in interface cz.cuni.amis.utils.statistic.IMovingAverage
Whether the object has enough values to compute the avarage according to the max numbers it may store (returns IMovingAverage.getCurrentLength() == IMovingAverage.getMaxLength().
isEnoughValues() - Method in class cz.cuni.amis.utils.statistic.MovingAverage
 
isEqualListening(EventListener) - Method in class cz.cuni.amis.utils.listener.Listeners
Returns true if at least one equals listener to the param 'listener' is found.
isErase() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
If true will erase previously set points.
isException() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient
Does exception occured inside the thread that was/is reading logs?
isException() - Method in class cz.cuni.amis.utils.Job
Whether the exception occurred during the job().
isExecuting() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.AbstractPathExecutor
 
isExecuting() - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutor
Determines, whether the path executor instance has been submitted with IPathFuture and working on getting the bot to its target.
isExpected() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient.LoggingStopped
 
isFacing(ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells if the agent is currently facing input location.
isFacing(ILocated, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells if the agent is currently facing input location.
isFailure() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient.LoggingStopped
 
isFallEdge() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells whether the bot has just fall of the ledge
isFallEdgeOnce() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells whether the bot has just fall of the ledge
isFastTrace() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddRay
True if we want to use FastTrace function instead of Trace function (a bit faster but less information provided - just information if we hit something or not).
isFastTrace() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay
True if it is a fast trace, false if not (fast trace is a bit faster version of UT2004 ray trace - but provides us with less information - just true/false if we hit something on the way or not).
isFastTrace() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayCompositeImpl
 
isFastTrace() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocal
True if it is a fast trace, false if not (fast trace is a bit faster version of UT2004 ray trace - but provides us with less information - just true/false if we hit something on the way or not).
isFastTrace() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
True if it is a fast trace, false if not (fast trace is a bit faster version of UT2004 ray trace - but provides us with less information - just true/false if we hit something on the way or not).
isFastTrace() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRayLocalMessage
True if it is a fast trace, false if not (fast trace is a bit faster version of UT2004 ray trace - but provides us with less information - just true/false if we hit something on the way or not).
isFastTrace() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
 
isFell() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FallEdge
Flag for falling, if true, then the bot is already falling.
isFinished() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameRestarted
Game restart has been finished.
isFinished() - Method in class cz.cuni.amis.utils.Job
Tells you whether the job has ended ...
isFinishedOk() - Method in class cz.cuni.amis.utils.Job
True means: the job has finished correctly without throwing any exception...
isFlaming() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
If this damage is causing our bot to burn.
isFlaming() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
If this damage is causing our bot to burn.
isFlaming() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerDamaged
If this damage is causing our bot to burn.
isFlaming() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
If this damage is causing the player to burn.
isFloorCorrection() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddRay
If we should correct ray directions accoring floor normal.
isFloorCorrection() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay
If we should correct ray directions accoring floor normal.
isFloorCorrection() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayCompositeImpl
 
isFloorCorrection() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocal
If we should correct ray directions accoring floor normal.
isFloorCorrection() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
If we should correct ray directions accoring floor normal.
isFloorCorrection() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRayLocalMessage
If we should correct ray directions accoring floor normal.
isFloorCorrection() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
 
isForceDoubleJump() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
Whether you need to double jump to get to the neighbour navpoint.
isFriend(int) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether a given team is a friend team to the agent.
isFriend(Player) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether a given player is a friend to the agent.
isFriend(int) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Tells, whether a given team is a friend team to the agent.
isFriend(Player) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Tells, whether a given player is a friend to the agent.
isFrozen() - Method in class cz.cuni.amis.utils.flag.Flag
Whether the flag-change has been frozen, i.e., setFlag() won't change the flag value immediately by will wait till Flag.defreeze() is called.
isFrozen() - Method in interface cz.cuni.amis.utils.flag.IFlag
 
isFrozen() - Method in class cz.cuni.amis.utils.flag.ImmutableFlag
 
isGame() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
Whether to send game-related messages with every update.
isGamePaused() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
If the game is paused - nobody can move.
isGamePaused() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
isGamePaused() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoSharedMessage
If the game is paused - nobody can move.
isGamePaused() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
isGamePaused() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoShared
If the game is paused - nobody can move.
isGamePaused() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl
If the game is paused - nobody can move.
isGBBots() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StartPlayers
All GameBots bots will be exported.
isGlobal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SendMessage
If True it is sent to everyone.
isGoalReached(NODE) - Method in interface cz.cuni.amis.utils.astar.AStarGoal
Returns true, if we've reached the goal ...
ISharedComponent - Interface in cz.cuni.amis.pogamut.base.component
Every agent consists of components.
ISharedComponentControlHelper - Interface in cz.cuni.amis.pogamut.base.component.controller
Provides a way to control the shared component.
ISharedComponentController<COMPONENT extends ISharedComponent> - Interface in cz.cuni.amis.pogamut.base.component.controller
The component controller is meant for simple ISharedComponent NOT IComponents (for them, use IComponentController instead).
ISharedProperty<TYPE> - Interface in cz.cuni.amis.pogamut.multi.communication.worldview.object
Interface for all shared properties in the world.
ISharedPropertyUpdatedEvent - Interface in cz.cuni.amis.pogamut.multi.communication.translator.event
 
ISharedPropertyUpdateResult - Interface in cz.cuni.amis.pogamut.multi.communication.translator.event
Interface for results returned by ISharedPropertyUpdatedEvent .
ISharedPropertyUpdateResult.Result - Enum in cz.cuni.amis.pogamut.multi.communication.translator.event
 
ISharedPropertyUpdateResult.SharedPropertyUpdateResult - Class in cz.cuni.amis.pogamut.multi.communication.translator.event
 
ISharedPropertyUpdateResult.SharedPropertyUpdateResult(ISharedPropertyUpdateResult.Result, ISharedProperty) - Constructor for class cz.cuni.amis.pogamut.multi.communication.translator.event.ISharedPropertyUpdateResult.SharedPropertyUpdateResult
 
ISharedWorldChangeEventInput - Interface in cz.cuni.amis.pogamut.multi.communication.worldview
 
ISharedWorldObject - Interface in cz.cuni.amis.pogamut.multi.communication.worldview.object
 
ISharedWorldObjectUpdatedEvent - Interface in cz.cuni.amis.pogamut.multi.communication.translator.event
 
ISharedWorldView - Interface in cz.cuni.amis.pogamut.multi.communication.worldview
Interface for WorldViews for multi-agent systems
isHealthy() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether the agent is healthy, i.e.
isHearingNoise() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells whether the bot is hearing noise.
isHearingNoiseOnce() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells whether the bot is hearing noise.
isHearingPickup() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells whether the bot is hearing pickup.
isHearingPickupOnce() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells whether the bot is hearing pickup.
isHitPlayer() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells, whether the agent hit another player (i.e..
isHitPlayerOnce() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells, whether the agent hit another player (i.e..
isHot() - Method in class cz.cuni.amis.utils.Cooldown
Whether we're not Cooldown.isCool().
isHot() - Method in class cz.cuni.amis.utils.Heatup
Check whether it is still hot.
isHumans() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StartPlayers
All human players will be exported.
isImmutable() - Method in class cz.cuni.amis.utils.flag.Flag.DoInSync
Tells you whether you operate over immutable flag (can't call setFlag() then) or not.
isImmutable() - Method in class cz.cuni.amis.utils.flag.FlagInteger.DoInSyncWithReason
Tells you whether you operate over immutable flag (can't call setFlag() then) or not.
isImplicitRemoveListeners() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient
 
isInLock() - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.SyncLockableBatchAwareWorldView
 
isInLock() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.UT2004SyncLockableWorldView
 
isInside(SPLocation, SPStoryPlace) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorld
Returns whether 'location' belongs to the 'place'.
isInstanceOf(ObjectName, String) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
isInterrupted() - Method in class cz.cuni.amis.utils.Job
If thread is null: returns false
isInvSpot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
If this is an inventory spot (item is respawned at this point).
isInvSpot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
isInvSpot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
isInvSpot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
If this is an inventory spot (item is respawned at this point).
isInvSpot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
If this is an inventory spot (item is respawned at this point).
isInvSpot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If this is an inventory spot (item is respawned at this point).
isInvulnerable() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
If bot is invulnerable (cannot die) or not.
isInvulnerable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Will set godmode for bot on (bot can't be killed).
isInvulnerable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange
If bot is invulnerable (cannot die) or not.
isInvulnerable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
 
isInvulnerable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
If bot is invulnerable (cannot die) or not.
isInvulnerable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
If bot is invulnerable (cannot die) or not.
isInvulnerable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeLocalMessage
If bot is invulnerable (cannot die) or not.
isInvulnerable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
 
isIsMoving() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover
Does the mover move right now?
isIsMoving() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
 
isIsMoving() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
 
isIsMoving() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverStaticMessage
Does the mover move right now?
isIsMoving() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStatic
Does the mover move right now?
isIsMoving() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
Does the mover move right now?
isItemPickedUp() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells whether this bot has picked up some item recently.
isItemPickedUpOnce() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells whether this bot has picked up some item recently.
isItemSpawned() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
True if the item is spawned at the point.
isItemSpawned() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
isItemSpawned() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
isItemSpawned() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointSharedMessage
True if the item is spawned at the point.
isItemSpawned() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointShared
True if the item is spawned at the point.
isItemSpawned() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointSharedImpl
True if the item is spawned at the point.
isItemUseful(Item, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AdvancedItems
Determines, whether an item can be useful for the agent.
isJMXEnabled() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.AgentJMXComponents
Whether the JMX is enabled or not.
isJumpDest() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
If this point marks a jump destination - some place that can be reached by some special jump.
isJumpDest() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
isJumpDest() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
isJumpDest() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
If this point marks a jump destination - some place that can be reached by some special jump.
isJumpDest() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
If this point marks a jump destination - some place that can be reached by some special jump.
isJumpDest() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If this point marks a jump destination - some place that can be reached by some special jump.
isJumpSpot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
If this point marks a jump spot (a special device that causes the bot to jump high or far).
isJumpSpot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
isJumpSpot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
isJumpSpot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
If this point marks a jump spot (a special device that causes the bot to jump high or far).
isJumpSpot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
If this point marks a jump spot (a special device that causes the bot to jump high or far).
isJumpSpot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If this point marks a jump spot (a special device that causes the bot to jump high or far).
isLiftCenter() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
If this point marks a lift center (used to mark center of a lift mover, note that this point will be always moved with the lift).
isLiftCenter() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
isLiftCenter() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
isLiftCenter() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
If this point marks a lift center (used to mark center of a lift mover, note that this point will be always moved with the lift).
isLiftCenter() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
If this point marks a lift center (used to mark center of a lift mover, note that this point will be always moved with the lift).
isLiftCenter() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If this point marks a lift center (used to mark center of a lift mover, note that this point will be always moved with the lift).
isLiftExit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
If this point marks a lift exit (used to mark exit point of a lift mover).
isLiftExit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
isLiftExit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
isLiftExit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
If this point marks a lift exit (used to mark exit point of a lift mover).
isLiftExit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
If this point marks a lift exit (used to mark exit point of a lift mover).
isLiftExit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If this point marks a lift exit (used to mark exit point of a lift mover).
isLiftJumpExit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
Boolean.
isLiftJumpExit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
isLiftJumpExit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
isLiftJumpExit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
Boolean.
isLiftJumpExit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
Boolean.
isLiftJumpExit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Boolean.
isListening(IFutureListener<List<PATH_ELEMENT>>) - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.PrecomputedPathFuture
 
isListening(IFutureListener<List<PATH_ELEMENT>>) - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathFuture
Whether some listener is listening on the future.
isListening(Class<?>, IWorldEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
isListening(Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
isListening(Class<?>, Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
isListening(WorldObjectId, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
isListening(WorldObjectId, Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
isListening(IWorldEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
isListening(Class<?>, IWorldEventListener<?>) - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.IWorldView
Tests whether the 'listener' is listening to a specific event (Level A listeners).
isListening(Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.IWorldView
Tests whether the 'listener' is listening at specified 'objectClass' (Level B listeners).
isListening(Class<?>, Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.IWorldView
Tests whether the 'listener' is listening at specified 'objectClass' for specified 'event' (Level C listeners).
isListening(WorldObjectId, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.IWorldView
Tests whether the 'listener' is listening at specified 'objectId' (Level D Listeners).
isListening(WorldObjectId, Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.IWorldView
Tests whether the 'listener' is listening to a specified 'event' that occurs on the specific object with 'objectId' (Level E listeners).
isListening(IWorldEventListener<?>) - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.IWorldView
Checks whether this listener is hooked to the world view (at any listener level).
isListening(Class<?>, IComponentEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
isListening(Class<?>, Class<?>, IComponentEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
isListening(Class<?>, IToken, IComponentEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
isListening(Class<?>, IComponent, IComponentEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
isListening(Class<?>, IComponentEventListener<?>) - Method in interface cz.cuni.amis.pogamut.base.component.bus.IComponentBus
Tests whether 'listener' is listening on events of class 'class'.
isListening(Class<?>, Class<?>, IComponentEventListener<?>) - Method in interface cz.cuni.amis.pogamut.base.component.bus.IComponentBus
Tests whether 'listener' is listening on events of class 'event' on components of class 'component'.
isListening(Class<?>, IToken, IComponentEventListener<?>) - Method in interface cz.cuni.amis.pogamut.base.component.bus.IComponentBus
Tests whether 'listener' is listening on events of class 'event' on component of name 'componentName'.
isListening(Class<?>, IComponent, IComponentEventListener<?>) - Method in interface cz.cuni.amis.pogamut.base.component.bus.IComponentBus
Tests whether 'listener' is listening on events of class 'event' on the 'component'.
isListening(Class<?>, IComponentEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
isListening(Class<?>, Class<?>, IComponentEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
isListening(Class<?>, IToken, IComponentEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
isListening(Class<?>, IComponent, IComponentEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
isListening(Class<?>, IWorldEventListener<?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
Tests whether the 'listener' is listening to a specific event (Level A listeners).
isListening(Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
Tests whether the 'listener' is listening at specified 'objectClass' (Level B listeners).
isListening(Class<?>, Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
Tests whether the 'listener' is listening at specified 'objectClass' for specified 'event' (Level C listeners).
isListening(WorldObjectId, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
Tests whether the 'listener' is listening at specified 'objectId' (Level D Listeners).
isListening(WorldObjectId, Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
Tests whether the 'listener' is listening to a specified 'event' that occurs on the specific object with 'objectId' (Level E listeners).
isListening(IWorldEventListener<?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
Checks whether this listener is hooked to the world view (at any listener level).
isListening(Class<?>, IWorldEventListener<?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
isListening(Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
isListening(Class<?>, Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
isListening(WorldObjectId, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
isListening(WorldObjectId, Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
isListening(IWorldEventListener<?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
isListening(Class<?>, IWorldEventListener<?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
isListening(Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
isListening(Class<?>, Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
isListening(WorldObjectId, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
isListening(WorldObjectId, Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
isListening(IWorldEventListener<?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
isListening(Class<?>, IWorldEventListener<?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ISharedWorldView
Tests whether the 'listener' is listening to a specific event (Level A listeners).
isListening(Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ISharedWorldView
Tests whether the 'listener' is listening at specified 'objectClass' (Level B listeners).
isListening(Class<?>, Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ISharedWorldView
Tests whether the 'listener' is listening at specified 'objectClass' for specified 'event' (Level C listeners).
isListening(WorldObjectId, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ISharedWorldView
Tests whether the 'listener' is listening at specified 'objectId' (Level D Listeners).
isListening(WorldObjectId, Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ISharedWorldView
Tests whether the 'listener' is listening to a specified 'event' that occurs on the specific object with 'objectId' (Level E listeners).
isListening(IWorldEventListener<?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ISharedWorldView
Checks whether this listener is hooked to the world view (at any listener level).
isListening(IAnalyzerObserverListener) - Method in interface cz.cuni.amis.pogamut.ut2004.analyzer.IUT2004Analyzer
Tests a listener whether it watches for creation/deletion of observers.
isListening(IAnalyzerObserverListener) - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004Analyzer
 
isListening(IFutureListener<RESULT>) - Method in class cz.cuni.amis.utils.future.FutureWithListeners
Whether some listener is listening on the future.
isListening(EventListener) - Method in class cz.cuni.amis.utils.listener.Listeners
Returns true if at least one == listener to the param 'listener' is found.
isListening(IListener) - Method in class cz.cuni.amis.utils.listener.ListenersMap
 
isListening(Key, IListener) - Method in class cz.cuni.amis.utils.listener.ListenersMap
 
isListenning(FlagListener<T>) - Method in class cz.cuni.amis.utils.flag.Flag
Checks whether listener is already registered (using equals()).
isListenning(FlagListener<T>) - Method in interface cz.cuni.amis.utils.flag.IFlag
 
isListenning(FlagListener<T>) - Method in class cz.cuni.amis.utils.flag.ImmutableFlag
 
isLoaded(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Tells, whether specific weapon is in the agent's inventory && is loaded (has at least 1 primary or secondary ammo).
isLoaded(ItemType.Group) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Tells, whether a weapon from a specific group is in the agent's inventory && is loaded (has at least 1 primary or secondary ammo).
isLocked() - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.ILockableWorldView
Whether the worldview is locked.
isLocked() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.LockableWorldView
 
isLocked() - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.LockableBatchAwareWorldView
 
isLocked() - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.SyncLockableBatchAwareWorldView
 
isLocked(TimeKey) - Method in class cz.cuni.amis.pogamut.multi.utils.timekey.TimeKeyManager
True if the provided timeKey is explicitly locked ( lock(key) was called)
isLocked(long) - Method in class cz.cuni.amis.pogamut.multi.utils.timekey.TimeKeyManager
True if the provided timeKey is explicitly locked ( lock(key) was called)
isLocked() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.UT2004LockableWorldView
 
isLocked() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.UT2004SyncLockableWorldView
 
isLockEvents() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.LockableWorldView
 
isLog() - Static method in class cz.cuni.amis.utils.TestOutput
Do we print the messages to the console (simple logging),
isLogBeforeMatchRestart() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Should we log something before GameRestarted? Default: TRUE.
isLoggable(LogRecord) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategoryFilter
 
isLogged() - Method in exception cz.cuni.amis.utils.exception.PogamutException
Whether the exception has been logged to any logger.
isLogging() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Whether the object is currently collecting stats.
isLong - Variable in class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId
Whether the id wolds 'long' inside WorldObjectId.token.
isLongId() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId
Whether the id is a long one.
isLoop() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlayAnimation
When true the animation will be played in loop.
isMain() - Method in interface cz.cuni.amis.pogamut.base.agent.utils.runner.IAgentRunner
Whether the runner is set to provide 'main' functionality (see the Javadoc for the whole class).
isMain() - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
 
isMain() - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
 
isMain() - Method in interface cz.cuni.amis.pogamut.base.agent.utils.runner.IMultipleAgentRunner
Whether the runner is set to provide 'main' functionality.
isManualSpawn() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
True, if you have to spawn the bot manually after each death.
isManualSpawn() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Sets if the bot wil have tol be respawned after death manually by RESPAWN command.
isManualSpawn() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Sets if the bot wil have tol be respawned after death manually by RESPAWN command.
isManualSpawn() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange
True if we have to spawn the bot manually after each death
isManualSpawn() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
 
isManualSpawn() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
True if we have to spawn the bot manually after each death
isManualSpawn() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
True if we have to spawn the bot manually after each death
isManualSpawn() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeLocalMessage
True if we have to spawn the bot manually after each death
isManualSpawn() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
 
isMapName(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Tells, whether the UT2004 is currently running map with name 'name'.
isMapName(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder
Tells, whether the UT2004 is currently running map with name 'name'.
isMelee() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
If the item is a weapon, contains information whether this weapon is a melee weapon.
isMelee() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon.
isMelee() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
UT engine informs us, if this weapon is known as melee (short range, close combat).
isMoveProjectiles() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
If this velocity zone should impart velocity to projectiles and effects.
isMoving() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether the agent is moving.
IsMoving - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
Does the mover move right now?
IsMoving - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
Does the mover move right now?
isNeutralZone() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
Players can't take damage in this zone.
isNeverImpactJump() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
TODO: mystery how to interpret
isNodeOpened(NODE) - Method in interface cz.cuni.amis.utils.astar.AStarEvaluator
Returns true if A* can use this node (e.g.
isNoDoubleJump() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
Boolean.
isNoDoubleJump() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
isNoDoubleJump() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
isNoDoubleJump() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
Boolean.
isNoDoubleJump() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
Boolean.
isNoDoubleJump() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Boolean.
isNoInventory() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
If the inventory is allowed here.
isNoLowGrav() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
TODO: mystery how to interpret
isNone(T...) - Method in class cz.cuni.amis.utils.flag.Flag
Tells whether the flag is not set to anz of 'one of the values' passed.
isNotState(Class...) - Method in class cz.cuni.amis.pogamut.base.agent.state.impl.AgentState
 
isNotState(Class...) - Method in interface cz.cuni.amis.pogamut.base.agent.state.level0.IAgentState
Provides convenient method for testing whether the agent is not in any of 'states'.
isNumericId() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId
Whether the id holds a numeric value (i.e., it is either WorldObjectId.isLongId() or WorldObjectId.isDoubleId()).
isObserver() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Whether the module is being used inside observer.
ISocketConnectionAddress - Interface in cz.cuni.amis.pogamut.base.communication.connection.impl.socket
Connection descriptor for sockets ...
isOne(T...) - Method in class cz.cuni.amis.utils.flag.Flag
Tells whether the flag is set to 'one of the values' passed.
isOnlyTranslocator() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
Whether the translocator is the only way how to traverse this navigation edge.
isOutputting() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Whether the object is currently logging (it may be false while the match is being restarted).
isPainCausing() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
True or false if we get some damage when we stay in this zone.
isPathUnavailable() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.AbstractPathExecutor
 
isPathUnavailable() - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutor
True if the path does not exist (is null) or can't be computed at all (an exception has happened or the computation has been canceled).
isPause() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
Should pause the emitter, does not work right now.
isPauseAll() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Pause
Everyone in the game will be paused if set to true.
isPauseBots() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Pause
Iif true only bots will be paused – players and spectators will move freely.
isPaused() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
isPaused() - Method in class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase
 
isPaused() - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControllerBase
Whether the component is paused (or is pausing/resuming).
isPaused() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
isPaused() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
isPaused() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Tells, whether the game is paused or running.
isPausing() - Method in interface cz.cuni.amis.pogamut.base.agent.utils.runner.IAgentRunner
Tells, whether the pausing behavior is enabled.
isPausing() - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
 
isPausing() - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
 
isPausing() - Method in interface cz.cuni.amis.pogamut.base.agent.utils.runner.IMultipleAgentRunner
Tells, whether the pausing behavior is enabled.
isPickupSpawned(Item) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Tells, whether the given pickup point contains a spawned item.
isPickupSpawned(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Tells, whether the given pickup point contains a spawned item.
isPlanarZero() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Tells, whether the velocity is zero in planar coordinates.
isPlayerDeathsKnown(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Tells whether the number of deaths for 'player' is known.
isPlayerKilled() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells whether some other player has just died (we do not care which one).
isPlayerKilled(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells whether some other player of id 'playerId' has just died.
isPlayerKilled(Player) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells whether some other player has just died.
isPlayerKilledOnce() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells whether some other player has just died (we do not care which one).
isPlayerKilledOnce(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells whether some other player of id 'playerId' has just died.
isPlayerKilledOnce(Player) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells whether some other player has just died.
isPlayerScoreKnown(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Tells whether the player score for 'player' is known.
isPlayerStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
If this is a player start (players and/or bots are respawned at this point).
isPlayerStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
isPlayerStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
isPlayerStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
If this is a player start (players and/or bots are respawned at this point).
isPlayerStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
If this is a player start (players and/or bots are respawned at this point).
isPlayerStart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If this is a player start (players and/or bots are respawned at this point).
isPriAlwaysGibs() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
isPriAlwaysGibs() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AmmoDescriptor
If this damage will kill us instantly.
isPriAlwaysGibs() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If this damage will kill us instantly.
isPriArmorStops() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
isPriArmorStops() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AmmoDescriptor
If this damage can be stopped by an armor.
isPriArmorStops() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If this damage can be stopped by an armor.
isPriDetonatesGoop() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
isPriDetonatesGoop() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AmmoDescriptor
If this damage can detonate goop created by bio rifle (not sure).
isPriDetonatesGoop() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If this damage can detonate goop created by bio rifle (not sure).
isPriExtraMomZ() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
isPriExtraMomZ() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AmmoDescriptor
If the hit by this damage will add some speed to the target (will "push" the target a bit).
isPriExtraMomZ() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If the hit by this damage will add some speed to the target (will "push" the target a bit).
isPriFireOnRelease() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
isPriFireOnRelease() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If to fire this firing mode you need to press shooting button (start shooting) and then release it (stop shooting).
isPriInstantHit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
isPriInstantHit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If this firing mode does instant hits - will hit the target at the moment it is fired.
isPriLeadTarget() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
isPriLeadTarget() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If this firing mode is capable of shooting projectiles that will lead the target.
isPrimary() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPref
Whether to use primary firing mode?
isPrimaryShooting() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether the agent is shooting with primary fire mode.
isPriModeExclusive() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
isPriModeExclusive() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If true you are unable to fire both firing modes of this weapon at the same time.
isPriRecomSplashDamage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
isPriRecomSplashDamage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If the engine recomends us to use splash damage.
isPriSpecial() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
isPriSpecial() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AmmoDescriptor
If this damage is special.
isPriSpecial() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If this damage is special.
isPriSplashDamage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
isPriSplashDamage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If our weapons primary firing mode does splash damage - area effect.
isPriSplashJump() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
isPriSplashJump() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If this weapon can be used to boost jumping height.
isPriSuperWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
isPriSuperWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AmmoDescriptor
If this damage is caused by super weapon and will damage also team mates even if friendly fire is off.
isPriSuperWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If this damage is caused by super weapon and will damage also team mates even if friendly fire is off.
isPriTossed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
isPriTossed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If the weapon in this firing mode is tossing projectiles.
isPriWaitForRelease() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
isPriWaitForRelease() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If to fire this mode you need to stop pressing shooting button between two shots to shoot.
isReachable() - Method in interface cz.cuni.amis.pogamut.base3d.worldview.object.IReachable
Tells, whether the object is currently reachable.
isReachable() - Method in interface cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IPlayer
True if the bot can run to this other player directly, false otherwise.
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo
True if the bot can run here directly, false otherwise.
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoCompositeImpl
 
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocal
True if the bot can run here directly, false otherwise.
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl
True if the bot can run here directly, false otherwise.
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoLocalMessage
True if the bot can run here directly, false otherwise.
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
 
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo
True if the bot can run here directly, false otherwise.
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoCompositeImpl
 
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocal
True if the bot can run here directly, false otherwise.
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocalImpl
True if the bot can run here directly, false otherwise.
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoLocalMessage
True if the bot can run here directly, false otherwise.
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
 
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item
True if agent can reach the item.
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCompositeImpl
 
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocal
True if agent can reach the item.
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocalImpl
True if agent can reach the item.
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
 
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemLocalMessage
True if agent can reach the item.
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover
True if the bot can run here, false otherwise.
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
 
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocal
True if the bot can run here, false otherwise.
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocalImpl
True if the bot can run here, false otherwise.
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
 
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverLocalMessage
True if the bot can run here, false otherwise.
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
If the bot can reach the point directly.
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocal
If the bot can reach the point directly.
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl
If the bot can reach the point directly.
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointLocalMessage
If the bot can reach the point directly.
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player
True if the bot can run to this other player directly, false otherwise.
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerCompositeImpl
 
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocal
True if the bot can run to this other player directly, false otherwise.
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl
True if the bot can run to this other player directly, false otherwise.
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
 
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerLocalMessage
True if the bot can run to this other player directly, false otherwise.
isReachable() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Reachable
True if the bot can run here directly, false otherwise.
isReachable() - Method in interface cz.cuni.amis.pogamut.ut2004.communication.messages.INavPoint
If the bot can reach the point directly.
isRegistered(ObjectName) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
isRelease() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCamera
True to release this player from camera mode.
isReporting() - Method in class cz.cuni.amis.utils.Throughput
 
isRestart() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GameConfiguration
When set to true, the game state will be restarted (all scores reset to 0 and all players and bots will be restarted).
isResult() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay
True if it hit something, false if not.
isResult() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayCompositeImpl
 
isResult() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocal
True if it hit something, false if not.
isResult() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
True if it hit something, false if not.
isResult() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRayLocalMessage
True if it hit something, false if not.
isResult() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
 
isResult() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FastTraceResponse
True if it hit something, false if not.
isResult() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TraceResponse
True if it hit something, false if not.
isRoamingSpot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
Some ambush point, where is good chance to intercept approaching opponents.
isRoamingSpot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
isRoamingSpot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
isRoamingSpot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
Some ambush point, where is good chance to intercept approaching opponents.
isRoamingSpot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
Some ambush point, where is good chance to intercept approaching opponents.
isRoamingSpot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Some ambush point, where is good chance to intercept approaching opponents.
isRoamingSpot() - Method in interface cz.cuni.amis.pogamut.ut2004.communication.messages.INavPoint
Some ambush point, where is good chance to intercept approaching opponents.
isRunning() - Method in class cz.cuni.amis.pogamut.base.agent.module.AgentModule
Whether the component is running.
isRunning() - Method in class cz.cuni.amis.pogamut.base.agent.utils.AgentKeepAlive
 
isRunning() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
isRunning() - Method in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
isRunning() - Method in interface cz.cuni.amis.pogamut.base.component.bus.IComponentBus
Whether the bus is propagating events.
isRunning() - Method in class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase
 
isRunning() - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControllerBase
Whether the component has been started, is not stopped or killed, may be paused.
isRunning() - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
isRunning() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogManager
Whether this instance is active, i.e., it was not NetworkLogManager#shutdown().
isRunning() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
isRunning() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
isRunning() - Method in class cz.cuni.amis.utils.Job
Immediately tells you whether the job is running.
isSecAlwaysGibs() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
isSecAlwaysGibs() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If this damage will kill us instantly.
isSecArmorStops() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
isSecArmorStops() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If this damage can be stopped by an armor.
isSecDetonatesGoop() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
isSecDetonatesGoop() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If this damage can detonate goop created by bio rifle (not sure).
isSecExtraMomZ() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
isSecExtraMomZ() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If the hit by this damage will add some speed to the target (will "push" the target a bit).
isSecFireOnRelease() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
isSecFireOnRelease() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If to fire this firing mode you need to press shooting button (start shooting) and then release it (stop shooting).
isSecInstantHit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
isSecInstantHit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If this firing mode does instant hits - will hit the target at the moment it is fired.
isSecLeadTarget() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
isSecLeadTarget() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If this firing mode is capable of shooting projectiles that will lead the target.
isSecModeExclusive() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
isSecModeExclusive() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If true you are unable to fire both firing modes of this weapon at the same time.
isSecondary() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPref
Whether to use secondary firing mode?
isSecondaryShooting() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether the agent is shooting with alternate (secondary) fire mode.
isSecRecomSplashDamage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
isSecRecomSplashDamage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If the engine recomends us to use splash damage.
isSecSpecial() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
isSecSpecial() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If this damage is special.
isSecSplashDamage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
isSecSplashDamage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If our weapons secondary firing mode does splash damage - area effect.
isSecSplashJump() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
isSecSplashJump() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If this weapon can be used to boost jumping height.
isSecSuperWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
isSecSuperWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If this damage is caused by super weapon and will damage also team mates even if friendly fire is off.
isSecTossed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
isSecTossed() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If the weapon in this firing mode is tossing projectiles.
isSecWaitForRelease() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
isSecWaitForRelease() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
If to fire this mode you need to stop pressing shooting button between two shots to shoot.
isSee() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
Whether to send messages about what the observed player sees with every update.
isSelf() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
Whether to send messages about the observed player with every update.
isSend() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSendKeys
If true, the player can behave normally.
isServerFull() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloBotHandshake
If it is true, connection will be terminated afterwards.
isSet(int) - Method in enum cz.cuni.amis.pogamut.ut2004.utils.LinkFlag
 
isShooting() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether the agent is shooting or not.
isShooting() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Whether the bot is currently shooting
isShooting() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
If the bot is shooting or not.
isShooting() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
isShooting() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
isShooting() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
If the bot is shooting or not.
isShooting() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
If the bot is shooting or not.
isShooting() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
If the bot is shooting or not.
isShot() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells, whether the agent is being damaged by another player (i.e.
isShotOnce() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells, whether the agent is being damaged by another player (i.e.
isShouldLeadTarget() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
When firing slow projectiles (missiles...), if the engine will try to count the impact point for the bot or not (when shooting at moving targets).
isShow() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ShowText
False if the message should be removed, true if it should be shown.
isShowDebug() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
If some additional debug information will be shown in the UT2004 server console window.
isShowDebug() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
If true some additional debug information will be logged to UT2004 server console window.
isShowDebug() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange
If some additional debug information will be shown in the UT2004 server console window.
isShowDebug() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
 
isShowDebug() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
If some additional debug information will be shown in the UT2004 server console window.
isShowDebug() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
If some additional debug information will be shown in the UT2004 server console window.
isShowDebug() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeLocalMessage
If some additional debug information will be shown in the UT2004 server console window.
isShowDebug() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
 
isShowFocalPoint() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
If true an actor visualizing the location the bot is actually looking at will appear in the game.
isShowFocalPoint() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
If set to true an actor will appear in the game on the location the bot is actually looking at.
isShowFocalPoint() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange
If true an actor visualizing the location the bot is actually looking at will appear in the game.
isShowFocalPoint() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
 
isShowFocalPoint() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
If true an actor visualizing the location the bot is actually looking at will appear in the game.
isShowFocalPoint() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
If true an actor visualizing the location the bot is actually looking at will appear in the game.
isShowFocalPoint() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeLocalMessage
If true an actor visualizing the location the bot is actually looking at will appear in the game.
isShowFocalPoint() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
 
isSniping() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
If the item is a weapon, contains information whether this weapon is good for sniping.
isSniping() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon.
isSniping() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
UT engine infroms us, if this weapon is a sniper weapon (long range, high damage).
isSnipingSpot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
Point good for sniping.
isSnipingSpot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
isSnipingSpot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
isSnipingSpot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
Point good for sniping.
isSnipingSpot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
Point good for sniping.
isSnipingSpot() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Point good for sniping.
isSnipingSpot() - Method in interface cz.cuni.amis.pogamut.ut2004.communication.messages.INavPoint
Point good for sniping.
isSpecial() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
Whether to send messages about special objects on the map with every update.
isStarted() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameRestarted
Game restart sequence has been started.
isStarted() - Method in class cz.cuni.amis.utils.Job
Whether the job was already (somewhere in the past) started.
isStartOnUnusedPort() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.UCCWrapperConf
 
isState(Class...) - Method in class cz.cuni.amis.pogamut.base.agent.state.impl.AgentState
 
isState(Class...) - Method in interface cz.cuni.amis.pogamut.base.agent.state.level0.IAgentState
Provides convenient method for testing whether the agent is in one of 'states'.
isStuck() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.AbstractPathExecutor
 
isStuck() - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutor
Sets to true whenever the path executor detect that the bot has stuck and is unable to reach the path destination.
isStuck() - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IStuckDetector
Tells whether the detector has detected a stuck.
isStuck() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector.UT2004PositionHistoryStuckDetector
 
isStuck() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector.UT2004TimeStuckDetector
 
isSuccess() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FactoryUsed
If we have successfully used the factory.
isSuccess() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChanged
If true team change was succesfull (it won't be succesfull if we are changing to a team we already are in).
isSuperHeal() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
If this item is health.
isSuperHealth() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.HealthDescriptor
If this health can heal above maximum health (usually above 100).
isSuperHealthy() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether the agent is healthy to the maximum boostable extent.
isSynchronousBatchExported() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
It informs whether the sending of all GB synchronous messages is enabled or disabled.
isSynchronousOff() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
It enables/disables sending of all GB synchronous messages for the bot.
isSynchronousOff() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange
It informs if sending of all GB synchronous messages is enabled or disabled.
isSynchronousOff() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
 
isSynchronousOff() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
It informs if sending of all GB synchronous messages is enabled or disabled.
isSynchronousOff() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
It informs if sending of all GB synchronous messages is enabled or disabled.
isSynchronousOff() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeLocalMessage
It informs if sending of all GB synchronous messages is enabled or disabled.
isSynchronousOff() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
 
isTaboo(T, double) - Method in interface cz.cuni.amis.pogamut.ut2004.agent.module.utils.TabooSet.IRelaxedTaboo
 
isTaboo(T) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.utils.TabooSet
Determines whether an 'item' is inside tabu set or not based on the current UT2004 time.
isTaboo(T, TabooSet.IRelaxedTaboo) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.utils.TabooSet
Determines whether an 'item' is considered to be taboo using relaxed 'estimator'.
isTargetReached() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.AbstractPathExecutor
 
isTargetReached() - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutor
Sets to true whenever the path executor reaches the end of the provided path.
IStartedEvent<SOURCE extends IComponent> - Interface in cz.cuni.amis.pogamut.base.component.bus.event
Marks that the component has started its work.
IStartingEvent<SOURCE extends IComponent> - Interface in cz.cuni.amis.pogamut.base.component.bus.event
 
IStartingPausedEvent<SOURCE extends IComponent> - Interface in cz.cuni.amis.pogamut.base.component.bus.event
This event is similar to IStartingEvent, it marks that the component is going to start.
IStaticWorldObject - Interface in cz.cuni.amis.pogamut.multi.communication.worldview.object
 
IStaticWorldObjectUpdatedEvent - Interface in cz.cuni.amis.pogamut.multi.communication.translator.event
 
isTeamLocked() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle
If the vehicle is locked just for its current team.
isTeamLocked() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleCompositeImpl
 
isTeamLocked() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
 
isTeamLocked() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleSharedMessage
If the vehicle is locked just for its current team.
isTeamLocked() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
If the vehicle is locked just for its current team.
isTeamLocked() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
If the vehicle is locked just for its current team.
isTeamScoreKnown(int) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game
Tells whether the team score for 'team' is known.
isTeleporter() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
If this point marks a teleport.
isTeleporter() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
isTeleporter() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
isTeleporter() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
If this point marks a teleport.
isTeleporter() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
If this point marks a teleport.
isTeleporter() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If this point marks a teleport.
isTerminal() - Method in class cz.cuni.amis.fsm.FSM
 
isTerminal() - Method in class cz.cuni.amis.fsm.FSM.StateWrapper
 
isTerminal() - Method in class cz.cuni.amis.fsm.FSMNested
 
isTerminal() - Method in interface cz.cuni.amis.fsm.IFSM
 
isTimeInitialized() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Whether we have already received at least two BeginMessage in order to have all time-vars initialized so we may collect all stats.
IStoppedEvent<SOURCE extends IComponent> - Interface in cz.cuni.amis.pogamut.base.component.bus.event
The component stopped its job.
IStoppingEvent<SOURCE extends IComponent> - Interface in cz.cuni.amis.pogamut.base.component.bus.event
 
isTouchingGround() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether the agent is currently touching the groud with his feets.
isTraceActors() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddRay
If we want to trace also actors – bots, monsters, players, items.
isTraceActors() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Trace
When true it means that all actors will be traced – for example players, bots, monsters, items etc.
isTraceActors() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay
If we traced also actors with this ray (actors – moving things in a game – bots, players, monsters, pickup …) (only if NOT using FastTrace)
isTraceActors() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayCompositeImpl
 
isTraceActors() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocal
If we traced also actors with this ray (actors – moving things in a game – bots, players, monsters, pickup …) (only if NOT using FastTrace)
isTraceActors() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
If we traced also actors with this ray (actors – moving things in a game – bots, players, monsters, pickup …) (only if NOT using FastTrace)
isTraceActors() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRayLocalMessage
If we traced also actors with this ray (actors – moving things in a game – bots, players, monsters, pickup …) (only if NOT using FastTrace)
isTraceActors() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
 
isTraceActors() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TraceResponse
True if we are tracing also actors in the game (players, items).
IStuckDetector - Interface in cz.cuni.amis.pogamut.base.agent.navigation
Stuck detector provides a functionality to detect the situation in which the bot is unable to reach its destination.
isUnrealBots() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StartPlayers
All UnrealBots will be exported.
isUsed() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder
Whether this instance has been used to alter navigation graph.
isUsedBy(IAgentId) - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentController
Tells whether the agent identified by 'agentId' is currently using the controlled component, i.e., this component controller registers the component to agent's ILifecycleBus and is watching it for auto start/stop/pause/resume/...
isUsedBy(IAgentId) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
isUsesAltAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon.
isUsesAltAmmo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
Whether this weapon uses two separate ammo classes - first for primary firing mode, second for secondary.
isVehicle() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
If we are vehicle just these attr.
isVehicle() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
isVehicle() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
isVehicle() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
If we are vehicle just these attr.
isVehicle() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
If we are vehicle just these attr.
isVehicle() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
If we are vehicle just these attr.
isVehicleHit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
If this damage was caused by vehicle running over us.
isVehicleHit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
If this damage was caused by vehicle running over us.
isVehicleHit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerDamaged
If this damage was caused by vehicle running over.
isVehicleHit() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
If this damage was caused by vehicle running over us.
isVisible() - Method in interface cz.cuni.amis.pogamut.base3d.worldview.object.IViewable
Tells, whether the object is currently visible.
isVisible() - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ILocalViewable
Tells whether the object is currently visible.
isVisible() - Method in interface cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IPlayer
If the player is in the field of view of the bot.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo
True if the bot can see the bomb.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoCompositeImpl
 
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocal
True if the bot can see the bomb.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl
True if the bot can see the bomb.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoLocalMessage
True if the bot can see the bomb.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
 
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo
True if the bot can see the flag.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoCompositeImpl
 
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocal
True if the bot can see the flag.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocalImpl
True if the bot can see the flag.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoLocalMessage
True if the bot can see the flag.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
 
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item
If the item is in the field of view of the bot.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCompositeImpl
 
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocal
If the item is in the field of view of the bot.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocalImpl
If the item is in the field of view of the bot.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
 
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemLocalMessage
If the item is in the field of view of the bot.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover
If the mover is in the field of view of the bot.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
 
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocal
If the mover is in the field of view of the bot.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocalImpl
If the mover is in the field of view of the bot.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
 
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverLocalMessage
If the mover is in the field of view of the bot.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
If the point is in the field of view of the bot.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocal
If the point is in the field of view of the bot.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl
If the point is in the field of view of the bot.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointLocalMessage
If the point is in the field of view of the bot.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player
If the player is in the field of view of the bot.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerCompositeImpl
 
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocal
If the player is in the field of view of the bot.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl
If the player is in the field of view of the bot.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
 
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerLocalMessage
If the player is in the field of view of the bot.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle
If the vehicle is in the field of view of the bot.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleCompositeImpl
 
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocal
If the vehicle is in the field of view of the bot.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocalImpl
If the vehicle is in the field of view of the bot.
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
 
isVisible() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleLocalMessage
If the vehicle is in the field of view of the bot.
isVisible() - Method in interface cz.cuni.amis.pogamut.ut2004.communication.messages.INavPoint
If the point is in the field of view of the bot.
isWaitForMatchRestart() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerObserverParameters
Whether the observer should wait for match-restart before it starts to collect data.
isWaitForMatchRestart() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerParameters
Whether the analyzer's observers should wait for match-restart before it starts to collect data.
isWalk() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CommandPlayer
Applicable for: MOVE.
isWalk() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetWalk
True or false to enable/disable bot walking.
isWalking() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Tells, whether the agent is walking.
isWalking() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
If we are currently in walking mode.
isWalking() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
isWalking() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
isWalking() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
If we are currently in walking mode.
isWalking() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
If we are currently in walking mode.
isWalking() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
If we are currently in walking mode.
isWaterVolume() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
If this zone is a water.
isWeaponStay() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
If true respawned weapons will stay on the ground after picked up (but bot cannot pickup same weapon twice).
isWeaponStay() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
isWeaponStay() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoSharedMessage
If true respawned weapons will stay on the ground after picked up (but bot cannot pickup same weapon twice).
isWeaponStay() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
isWeaponStay() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoShared
If true respawned weapons will stay on the ground after picked up (but bot cannot pickup same weapon twice).
isWeaponStay() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl
If true respawned weapons will stay on the ground after picked up (but bot cannot pickup same weapon twice).
isZero() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Tells, whether the velocity is zero.
isZero(double) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Tells, whether the velocity is zero (with tolerance of 'epsilon').
ITeamAgentParameters<SHARED_WORLDVIEW extends ISharedWorldView> - Interface in cz.cuni.amis.pogamut.multi.params
These parameters declares getter for ISharedWorldView instance that should be used by the particular agent.
ITeamedAgentId - Interface in cz.cuni.amis.pogamut.multi.agent
 
ITeamId - Interface in cz.cuni.amis.pogamut.multi.agent
 
ITeamRemoteAgentParameters<SHARED_WORLDVIEW extends ISharedWorldView> - Interface in cz.cuni.amis.pogamut.multi.params
Combines ITeamAgentParameters and IRemoteAgentParameters.
Item - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the GameBots2004 message INV.
Item() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item
Parameter-less contructor for the message.
Item - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
Unique Id of the respawned item (the item respawns at this point).
Item - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Unique Id of the respawned item (the item respawns at this point).
Item.ItemUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
Item.ItemUpdate(Item, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item.ItemUpdate
 
Item.ObjectDisappeared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
Item.ObjectDisappeared(Item, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item.ObjectDisappeared
 
ItemCategory - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event ITC.
ItemCategory() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
Parameter-less contructor for the message.
ItemCategory(String, ItemType, ItemType.Category, boolean, boolean, boolean, String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, double, double, int, int, double, double, int, int, double, String, int, int, double, String, boolean, boolean, boolean, boolean, boolean, boolean, String, double, double, double, double, double, double, double, double, double, String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, double, double, int, int, double, double, int, int, double, String, int, int, double, String, boolean, boolean, boolean, boolean, boolean, boolean, String, double, double, double, double, double, double, double, double, double, int, boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
Creates new instance of the message ItemCategory.
ItemCategory(ItemCategory) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
Cloning constructor from the full message.
ItemCategory - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
Category of the item.
ItemCategoryEnd - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event EITC.
ItemCategoryEnd() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategoryEnd
Parameter-less contructor for the message.
ItemCategoryEnd(ItemCategoryEnd) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategoryEnd
Cloning constructor from the full message.
ItemCategoryStart - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event SITC.
ItemCategoryStart() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategoryStart
Parameter-less contructor for the message.
ItemCategoryStart(ItemCategoryStart) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategoryStart
Cloning constructor from the full message.
ItemCategoryState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state
Takes care of the ITC messages creating new categories inside the ItemTranslator class.
ItemCategoryState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.ItemCategoryState
 
ItemCategoryState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state
Takes care of the ITC messages creating new categories inside the ItemTranslator class.
ItemCategoryState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.ItemCategoryState
 
ItemCategoryState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.server.state
Takes care of the ITC messages creating new categories inside the ItemTranslator class.
ItemCategoryState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.ItemCategoryState
 
ItemClass - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
Class of the item (e.g.
ItemClass - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Class of the item (e.g.
ItemCompositeImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Composite implementation of the INV abstract message.
ItemCompositeImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCompositeImpl
Parameter-less contructor for the message.
ItemCompositeImpl(ItemLocalImpl, ItemSharedImpl, ItemStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCompositeImpl
Composite-impl constructor.
ItemCompositeImpl(ItemCompositeImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCompositeImpl
Cloning constructor.
ItemDescriptor - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
A parent of all item descriptors.
ItemDescriptor() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ItemDescriptor
 
ItemDescriptorFactory - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
This factory handles default item category messages.
ItemDescriptorField - Annotation Type in cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
This descriptor tells the that the field is subject for the reflection when building the descriptor for the particular item from the ItemCategory message.
ItemDescriptorObtained - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events
 
ItemDescriptorObtained(ItemDescriptor, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.ItemDescriptorObtained
 
ItemDescriptors - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
Sensory module that provides mapping between ItemType and ItemDescriptor providing an easy way to obtain item descriptors for various items in UT2004.
ItemDescriptors(UT2004Bot) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.ItemDescriptors
Constructor.
ItemDescriptors(UT2004Bot, LogCategory) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.ItemDescriptors
 
itemDescriptorValue(ItemType) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
ItemId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GiveInventory
Id of the item in the inventory chain of the giver.
ItemInstance - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
If item should be present at this navpoint it's instance will be here.
ItemInstance - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If item should be present at this navpoint it's instance will be here.
ItemListEnd - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event EINV.
ItemListEnd() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemListEnd
Parameter-less contructor for the message.
ItemListEnd(ItemListEnd) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemListEnd
Cloning constructor from the full message.
ItemListStart - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event SINV.
ItemListStart() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemListStart
Parameter-less contructor for the message.
ItemListStart(ItemListStart) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemListStart
Cloning constructor from the full message.
ItemListState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state
 
ItemListState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.ItemListState
 
ItemListState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state
 
ItemListState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.ItemListState
 
ItemListState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.server.state
 
ItemListState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.ItemListState
 
ItemLocal - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the local part of the GameBots2004 message INV.
ItemLocal() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocal
Parameter-less contructor for the message.
ItemLocal.ObjectDisappeared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
ItemLocal.ObjectDisappeared(ItemLocal, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocal.ObjectDisappeared
 
ItemLocalImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message INV.
ItemLocalImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocalImpl
Parameter-less contructor for the message.
ItemLocalImpl(UnrealId, boolean, boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocalImpl
Creates new instance of the message Item.
ItemLocalImpl(Item) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocalImpl
Cloning constructor from the full message.
ItemLocalImpl(ItemLocalImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocalImpl
Cloning constructor from the full message.
ItemLocalImpl(ItemLocal) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocalImpl
Cloning constructor from the message part.
ItemLocalImpl.ItemLocalUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
ItemLocalImpl.ItemLocalUpdate(ItemLocal, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocalImpl.ItemLocalUpdate
 
ItemMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the GameBots2004 message INV contains also its Local/Shared/Static subpart class definitions..
ItemMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
Parameter-less contructor for the message.
ItemMessage(UnrealId, UnrealId, NavPoint, boolean, Location, boolean, int, ItemType, ItemDescriptor, boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
Creates new instance of the message Item.
ItemMessage(ItemMessage) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
Cloning constructor from the full message.
ItemMessage.ItemLocalMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message INV, used to facade INVMessage.
ItemMessage.ItemLocalMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemLocalMessage
 
ItemMessage.ItemSharedMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message INV, used to facade INVMessage.
ItemMessage.ItemSharedMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemSharedMessage
 
ItemMessage.ItemStaticMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message INV, used to facade INVMessage.
ItemMessage.ItemStaticMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemStaticMessage
 
itemPickedUp(ItemPickedUp) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
 
ItemPickedUp - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event IPK.
ItemPickedUp() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemPickedUp
Parameter-less contructor for the message.
ItemPickedUp(UnrealId, UnrealId, Location, int, int, ItemType, ItemDescriptor, Boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemPickedUp
Creates new instance of the message ItemPickedUp.
ItemPickedUp(ItemPickedUp) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemPickedUp
Cloning constructor from the full message.
itemPickedUpListener - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
 
Items - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
Memory module specialized on items on the map.
Items(UT2004Bot) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Constructor.
Items(UT2004Bot, AgentInfo) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Constructor.
Items(UT2004Bot, AgentInfo, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Constructor.
items - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
Memory module specialized on items on the map - which are visible and which are probably spawned.
Items.EndMessageListener - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
EndMessage listener.
Items.EndMessageListener(IWorldView) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items.EndMessageListener
Constructor.
Items.ItemPickedUpListener - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
ItemPickedUp listener.
Items.ItemPickedUpListener(IWorldView) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items.ItemPickedUpListener
Constructor.
Items.ItemsListener - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
 
Items.ItemsListener(IWorldView) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items.ItemsListener
 
Items.MapPointsListener - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
MapPointsListObtained listener.
Items.MapPointsListener(IWorldView) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items.MapPointsListener
Constructor.
Items.NavPointListener - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
MapPointsListObtained listener.
Items.NavPointListener(IWorldView) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items.NavPointListener
Constructor.
itemsByCategoryCollected - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
How many items according to its ItemType.Category the bot has collected.
itemsCollected - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
How many items the bot has collected according to their item type.
ItemShared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the shared part of the GameBots2004 message INV.
ItemShared() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemShared
Parameter-less contructor for the message.
ItemSharedImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message INV.
ItemSharedImpl(ItemSharedImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemSharedImpl
 
ItemSharedImpl(WorldObjectId, Collection<ISharedProperty>) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemSharedImpl
 
ItemSharedImpl.ItemSharedUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
ItemSharedImpl.ItemSharedUpdate(ItemShared, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemSharedImpl.ItemSharedUpdate
 
itemsListener - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
 
ItemSpawned - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
True if the item is spawned at the point.
ItemSpawnedPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointShared
 
ItemStatic - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the static part of the GameBots2004 message INV.
ItemStatic() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStatic
Parameter-less contructor for the message.
ItemStaticImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message INV.
ItemStaticImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl
Parameter-less contructor for the message.
ItemStaticImpl(UnrealId, UnrealId, NavPoint, int, ItemType, ItemDescriptor) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl
Creates new instance of the message Item.
ItemStaticImpl(Item) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl
Cloning constructor from the full message.
ItemStaticImpl(ItemStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl
Cloning constructor from the full message.
ItemStaticImpl(ItemStatic) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl
Cloning constructor from the message part.
ItemStaticImpl.ItemStaticUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
ItemStaticImpl.ItemStaticUpdate(ItemStatic, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl.ItemStaticUpdate
 
itemTranslator - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
object that is used to translate type of the message to the
ItemTranslator - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
Main class responsible for the item decoration.
ItemTranslator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ItemTranslator
 
ItemType - Class in cz.cuni.amis.pogamut.ut2004.communication.messages
Type of the item.
ItemType(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
Public constructor - creates ItemType of the EXTRA category and Group OTHER.
ItemType.Category - Enum in cz.cuni.amis.pogamut.ut2004.communication.messages
List of all item categories.
ItemType.Group - Enum in cz.cuni.amis.pogamut.ut2004.communication.messages
List of all item groups.
ItemTyped - Interface in cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
Interface marking the object as "typed" therefore being a subject for description by ItemDescriptor.
ItemTypeProperty - Class in cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.property
Implementation of the ISharedProperty interface for ItemType value type.
ItemTypeProperty(WorldObjectId, String, ItemType, Class) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.property.ItemTypeProperty
 
ItemTypeProperty(ItemTypeProperty) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.property.ItemTypeProperty
 
itemTypeValue(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Return an ItemType instance.
iterator() - Method in class cz.cuni.amis.utils.astar.AStarHeap
 
iterator() - Method in class cz.cuni.amis.utils.collections.LazyMapValuesCollection
 
iterator() - Method in class cz.cuni.amis.utils.collections.ObservableCollection
 
iterator() - Method in class cz.cuni.amis.utils.sets.ConcurrentHashSet
 
iterator() - Method in class cz.cuni.amis.utils.sets.ConcurrentLinkedHashSet
 
ITimedWorldChangeEventInput - Interface in cz.cuni.amis.pogamut.multi.communication.worldview
 
IToken - Interface in cz.cuni.amis.utils.token
 
IUnrealBot - Interface in cz.cuni.amis.pogamut.unreal.bot
 
IUnrealMap<MAP_INFO extends IUnrealMapInfo> - Interface in cz.cuni.amis.pogamut.unreal.communication.worldview.map
 
IUnrealMapInfo - Interface in cz.cuni.amis.pogamut.unreal.communication.worldview.map
 
IUnrealPathExecutor<PATH_ELEMENT extends ILocated> - Interface in cz.cuni.amis.pogamut.unreal.agent.navigation
UT2004 path executer adding a possibility to provide focus during the
IUnrealServer<BOT extends IUnrealBot> - Interface in cz.cuni.amis.pogamut.unreal.server
 
IUnrealWaylink - Interface in cz.cuni.amis.pogamut.unreal.communication.worldview.map
 
IUnrealWaypoint - Interface in cz.cuni.amis.pogamut.unreal.communication.worldview.map
 
IUT2004Analyzer - Interface in cz.cuni.amis.pogamut.ut2004.analyzer
Interface of the analyzer that should hook an IUT2004AnalyzerObserver agent onto every bot inside UT2004 game sniffing info about the bot.
IUT2004AnalyzerObserver - Interface in cz.cuni.amis.pogamut.ut2004.analyzer
Analyzer's observer is an agent that observes some bot inside the environment collecting interesting information about him.
IUT2004Bot - Interface in cz.cuni.amis.pogamut.ut2004.bot
Unreal Tournament bot.
IUT2004Bot.BoolBotParam - Enum in cz.cuni.amis.pogamut.ut2004.bot
 
IUT2004BotController<BOT extends UT2004Bot> - Interface in cz.cuni.amis.pogamut.ut2004.bot
 
IUT2004BotLogicController<BOT extends UT2004Bot,LOGIC_MODULE extends LogicModule> - Interface in cz.cuni.amis.pogamut.ut2004.bot
 
IUT2004Observer - Interface in cz.cuni.amis.pogamut.ut2004.observer
 
IUT2004PathExecutorHelper<PATH_ELEMENT> - Interface in cz.cuni.amis.pogamut.ut2004.agent.navigation
 
IUT2004PathNavigator<PATH_ELEMENT extends ILocated> - Interface in cz.cuni.amis.pogamut.ut2004.agent.navigation
Navigator purpose is to actually move the bot through the UT2004 environment - if you did not read IPathExecutor and UT2004PathExecutor documentation, do it now.
IUT2004PathRunner - Interface in cz.cuni.amis.pogamut.ut2004.agent.navigation
Runner is actually responsible for running directly between two locations.
IUT2004Server - Interface in cz.cuni.amis.pogamut.ut2004.server
 
IUT2004Yylex - Interface in cz.cuni.amis.pogamut.ut2004.communication.parser
 
IViewable - Interface in cz.cuni.amis.pogamut.base3d.worldview.object
General interface for objects whose visibility may change through time.
IVisionLocalWorldView - Interface in cz.cuni.amis.pogamut.multi.communication.worldview
 
IVisionWorldView - Interface in cz.cuni.amis.pogamut.base3d.worldview
 
IWorldAgentsObserver<A extends IAgent> - Interface in cz.cuni.amis.pogamut.base.server
Provides functionality for observing GaviaLib based agents connected to the world.
IWorldChangeEvent - Interface in cz.cuni.amis.pogamut.base.communication.translator.event
Marker interface for every world event that can be sensed from the world.
IWorldChangeEventInput - Interface in cz.cuni.amis.pogamut.base.communication.worldview
Input interface for the world view.
IWorldChangeEventOutput - Interface in cz.cuni.amis.pogamut.base.communication.translator.event
Interface providing events from the world.
IWorldConnection<ADDRESS extends IWorldConnectionAddress> - Interface in cz.cuni.amis.pogamut.base.communication.connection
Interface for the connection to a remote world.
IWorldConnectionAddress - Interface in cz.cuni.amis.pogamut.base.communication.connection
Marker interface - further descendants should describe the connection end, where the implemenetor of IWorldConnection should connect to (e.g.
IWorldEvent - Interface in cz.cuni.amis.pogamut.base.communication.worldview.event
General interface for events occurring in the world.
IWorldEventListener<EVENT extends IWorldEvent> - Interface in cz.cuni.amis.pogamut.base.communication.worldview.event
Abstract listener that listens for world events.
IWorldEventQueue - Interface in cz.cuni.amis.pogamut.ut2004.communication.translator
Interface for the world event queue that is used to transport new world events from the FSM to MessageTranslator.
IWorldEventQueue.Queue - Class in cz.cuni.amis.pogamut.ut2004.communication.translator
 
IWorldEventQueue.Queue() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.IWorldEventQueue.Queue
 
IWorldEventWrapper - Interface in cz.cuni.amis.pogamut.base.communication.translator.event
Interface for classes wrapping the IWorldEvent.
IWorldMessageParser - Interface in cz.cuni.amis.pogamut.base.communication.parser
Message parser has a method for reading and parsing messages from the world.
IWorldMessageTranslator - Interface in cz.cuni.amis.pogamut.base.communication.translator
This is handler for messages that should produce IWorldChangeEvent(s) out of messages we receive from the world.
IWorldObject - Interface in cz.cuni.amis.pogamut.base.communication.worldview.object
Interface for all objects that can be found in the world.
IWorldObjectEvent<OBJECT extends IWorldObject> - Interface in cz.cuni.amis.pogamut.base.communication.worldview.object
IWorldObject related event.
IWorldObjectEventListener<OBJECT extends IWorldObject,EVENT extends IWorldObjectEvent<OBJECT>> - Interface in cz.cuni.amis.pogamut.base.communication.worldview.object
Listens on object events.
IWorldObjectListener<OBJECT extends IWorldObject> - Interface in cz.cuni.amis.pogamut.base.communication.worldview.object
Listens on object events.
IWorldObjectUpdatedEvent - Interface in cz.cuni.amis.pogamut.base.communication.translator.event
Interface for the event that suppose to update the informations about the object in the world.
IWorldObjectUpdateResult<OBJECT extends IWorldObject> - Interface in cz.cuni.amis.pogamut.base.communication.translator.event
A generic interface for updateResult returned by all IWorldObjectUpdated events (ie.
IWorldObjectUpdateResult.Result - Enum in cz.cuni.amis.pogamut.base.communication.translator.event
Different result types for the updatedEvent.
IWorldObjectUpdateResult.WorldObjectUpdateResult<OBJECT extends IWorldObject> - Class in cz.cuni.amis.pogamut.base.communication.translator.event
Implementation of the IGenericObjectUpdateResult interface.
IWorldObjectUpdateResult.WorldObjectUpdateResult(IWorldObjectUpdateResult.Result, OBJECT) - Constructor for class cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.WorldObjectUpdateResult
 
IWorldReaderProvider - Interface in cz.cuni.amis.pogamut.base.communication.connection
Interface that returns a reader that can be used to get messages from the world.
IWorldServer<A extends IAgent> - Interface in cz.cuni.amis.pogamut.base.server
Interface for servers representing remote worlds.
IWorldView - Interface in cz.cuni.amis.pogamut.base.communication.worldview
Interface for the world view.
IWorldWriterProvider - Interface in cz.cuni.amis.pogamut.base.communication.connection
Interface that provides a writer that can be used to send commands to the world.
IYylex - Interface in cz.cuni.amis.pogamut.base.communication.parser.impl.yylex
"Wrapper interface" for Yylex, you should wrap your yylex implementation with this interface allowing the parser to set the reader into the yylex (that triggers creation of new instance of your Yylex usually) + providing a method for parsing messages.
IYylexObserver - Interface in cz.cuni.amis.pogamut.base.communication.parser.impl.yylex
Interface for reporting of Yylex exceptions.
IYylexObserver.LogObserver - Class in cz.cuni.amis.pogamut.base.communication.parser.impl.yylex
Default implementation of the IYylexObserver logging everything into AgentLogger.platform() log category.
IYylexObserver.LogObserver(IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.base.communication.parser.impl.yylex.IYylexObserver.LogObserver
 

J

Jmx - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Sets the jmx adress we can use to debug the bot from Java (if we are using Pogamut).
Jmx - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl
Exported just for control server.
Jmx - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
Exported just for control server.
JMX_SERVER_AGENT_NAME_DELIM - Static variable in class cz.cuni.amis.pogamut.base.agent.jmx.AgentJMXComponents
Separates JMX server address and the agent's MBean object name in address exported to the outside.
JMXAgentModule<AGENT extends AbstractAgent> - Class in cz.cuni.amis.pogamut.base.agent.module
Agent module that provides JMX interface.
JMXAgentModule(AGENT) - Constructor for class cz.cuni.amis.pogamut.base.agent.module.JMXAgentModule
Initialize agent module - it will start ComponentDependencyType.STARTS_WITH the agent.
JMXAgentModule(AGENT, Logger) - Constructor for class cz.cuni.amis.pogamut.base.agent.module.JMXAgentModule
Initialize agent module - it will start ComponentDependencyType.STARTS_WITH the agent.
JMXAlreadyEnabledException - Exception in cz.cuni.amis.pogamut.base.agent.exceptions
 
JMXAlreadyEnabledException(String, Throwable) - Constructor for exception cz.cuni.amis.pogamut.base.agent.exceptions.JMXAlreadyEnabledException
Constructs a new exception with the specified detail message.
JMXAlreadyEnabledException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.base.agent.exceptions.JMXAlreadyEnabledException
Constructs a new exception with the specified detail message.
JMXAlreadyEnabledException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.base.agent.exceptions.JMXAlreadyEnabledException
Constructs a new exception with the specified detail message and cause.
JMXAlreadyEnabledException(String, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.agent.exceptions.JMXAlreadyEnabledException
Constructs a new exception with the specified detail message.
JMXAlreadyEnabledException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.agent.exceptions.JMXAlreadyEnabledException
Constructs a new exception with the specified detail message and cause.
JMXFlagDecorator<T extends java.io.Serializable> - Class in cz.cuni.amis.pogamut.base.utils.jmx.flag
Translates Flag events to JMX events.
JMXFlagDecorator(Flag<T>, ObjectName, MBeanServer, String) - Constructor for class cz.cuni.amis.pogamut.base.utils.jmx.flag.JMXFlagDecorator
 
JMXFlagDecoratorMBean - Interface in cz.cuni.amis.pogamut.base.utils.jmx.flag
 
JMXLogCategories - Class in cz.cuni.amis.pogamut.base.utils.logging.jmx
JMX decorator for ILogCategories.
JMXLogCategories(ILogCategories, MBeanServer, ObjectName) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogCategories
JMXLogCategories differs from LogCategories by implicit handler with JMXLogPublisher in every log category it produces.
JMXLogCategoriesMBean - Interface in cz.cuni.amis.pogamut.base.utils.logging.jmx
MBean for the JMXLogCategories.
JMXLogPublisher - Class in cz.cuni.amis.pogamut.base.utils.logging.jmx
 
JMXLogPublisher() - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogPublisher
Initialize publisher with the simplest formatter - just publishing the message.
JMXLogPublisher(Formatter) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogPublisher
Initialize the publisher with prespecified formatter.
JMXLogPublisher(ObjectName, String) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogPublisher
 
JMXLogPublisherMBean - Interface in cz.cuni.amis.pogamut.base.utils.logging.jmx
 
JMXLogRecordContainer - Class in cz.cuni.amis.pogamut.base.utils.logging.jmx
Because LogRecord is not serializing parameters, I have to pass the log record in the container with parameters beside anbd reassemble at the destination.
JMXLogRecordContainer(LogRecord) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogRecordContainer
 
JMXLogRecordNotification - Class in cz.cuni.amis.pogamut.base.utils.logging.jmx
 
JMXLogRecordNotification(Object, long, long, String, LogRecord) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogRecordNotification
 
Job<RESULT> - Class in cz.cuni.amis.utils
This Job class represents and wraps one job you want to execute asynchronously.
Job() - Constructor for class cz.cuni.amis.utils.Job
 
job() - Method in class cz.cuni.amis.utils.Job
Do your job here.
Job.JobWasAlreadyStartedException - Exception in cz.cuni.amis.utils
Exception that is thrown if you attempt to start one job twice.
Job.JobWasAlreadyStartedException(String) - Constructor for exception cz.cuni.amis.utils.Job.JobWasAlreadyStartedException
 
jump() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
 
jump(double) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
Makes the bot to jump instantly (issues GB JUMP command) with custom settings.
jump(boolean, double, double) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
Makes the bot to jump (or double jump) instantly (issues GB JUMP command) with custom settings.
jump() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleLocomotion
Bot will make simple jump (Issues GB JUMP command)
Jump - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command JUMP.
Jump(Boolean, Double, Double) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Jump
Creates new instance of command Jump.
Jump() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Jump
Creates new instance of command Jump.
Jump(Jump) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Jump
Cloning constructor.
JumpDest - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
If this point marks a jump destination - some place that can be reached by some special jump.
JumpDest - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If this point marks a jump destination - some place that can be reached by some special jump.
JumpPerformed - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event JUMP.
JumpPerformed() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.JumpPerformed
Parameter-less contructor for the message.
JumpPerformed(boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.JumpPerformed
Creates new instance of the message JumpPerformed.
JumpPerformed(JumpPerformed) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.JumpPerformed
Cloning constructor from the full message.
JumpSpot - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
If this point marks a jump spot (a special device that causes the bot to jump high or far).
JumpSpot - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If this point marks a jump spot (a special device that causes the bot to jump high or far).
JumpZ - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Bot Jump's Z boost.
JumpZ - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
Bot Jump's Z boost.
JVMOptionsProvider - Class in cz.cuni.amis.utils.configuration.providers
Reads property from -D options passed to the JVM.
JVMOptionsProvider() - Constructor for class cz.cuni.amis.utils.configuration.providers.JVMOptionsProvider
 

K

keepNavigating() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueNavigator
Navigates with the current navigation request.
KefikRunner - Class in cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator
Responsible for direct running to location.
KefikRunner(UT2004Bot, AgentInfo, AdvancedLocomotion, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.KefikRunner
Constructor.
Key - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.KeyEvent
Key that has been pressed, released or held.
Key - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerInput
Which key was pressed.
KEY - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
Key.
KeyEvent - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event KEYEVENT.
KeyEvent() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.KeyEvent
Parameter-less contructor for the message.
KeyEvent(String, UnrealId, String, UnrealId, String, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.KeyEvent
Creates new instance of the message KeyEvent.
KeyEvent(KeyEvent) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.KeyEvent
Cloning constructor from the full message.
keys - Static variable in class cz.cuni.amis.pogamut.multi.utils.timekey.TimeKey
 
keySet() - Method in class cz.cuni.amis.utils.IniFile.Section
Alias for IniFile.Section.getKeys().
keySet() - Method in class cz.cuni.amis.utils.maps.AbstractLazyMap
 
keySet() - Method in class cz.cuni.amis.utils.maps.LazyMap
 
Kick - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command KICK.
Kick(UnrealId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Kick
Creates new instance of command Kick.
Kick() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Kick
Creates new instance of command Kick.
Kick(Kick) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Kick
Cloning constructor.
kill() - Method in interface cz.cuni.amis.pogamut.base.agent.IAgent
Stops the agent (unconditionally), closing whatever connection it may have, this method must be non-blocking + interrupting all the communication, logic or whatever threads the agent may have.
kill() - Method in interface cz.cuni.amis.pogamut.base.agent.IControllable
Kills the object - interrupt ruthlessly any work it might be doing.
kill() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Method that requests the agent to be killed - this counts as fatal error as well.
kill() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.adapter.AgentMBeanAdapter
 
kill() - Method in interface cz.cuni.amis.pogamut.base.agent.jmx.adapter.IAgentMBeanAdapter
Stops the agent (unconditionally), closing whatever connection it may have, this method must be non-blocking + interrupting all the communication, logic or whatever threads the agent may have.
kill() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentJMXProxy
 
kill() - Method in class cz.cuni.amis.pogamut.base.agent.module.AgentModule
Kills the agent module.
kill() - Method in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
kill() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
Kills the world view.
kill() - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentControlHelper
 
kill() - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControlHelper
Kills the component in ruthless way.
kill() - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentControlHelper
Kills the component in ruthless way.
kill() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentControlHelper
 
kill() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController.ControlHelper
 
kill(IAgentId, String, Throwable) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
AgentId has broadcast IFatalErrorEvent, tear down the whole system!
kill() - Method in interface cz.cuni.amis.pogamut.base.component.IControllable
Kills the object - interrupt ruthlessly any work it might be doing.
kill() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogManager
Method called from DefaultPogamutPlatform.close() to shutdown the network logging, terminating its thread to let JVM die gracefully.
kill() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
Kills the world view.
kill() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
Kills the world view.
kill() - Method in class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
 
kill() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
 
killAgent() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Called during kill() method - override to provide custom ruthless stopping (killing) behavior of the agent.
killAgent(AGENT) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
Kills a single agent instance, called during clean up when start/pause/resume of the agent fails.
killAgent(AGENT) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
Kills a single agent instance, called during clean up when start/pause/resume of the agent fails.
killAgent() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004Analyzer
 
killAgent() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot
 
killAgent() - Method in class cz.cuni.amis.pogamut.ut2004.observer.impl.AbstractUT2004Observer
 
killAgent() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.AbstractUT2004Server
 
killAgents(List<AGENT>) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
This method is called whenever start/pause/resume of the single agent fails to clean up.
killAgents(List<AGENT>) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
This method is called whenever start/pause/resume of the single agent fails to clean up.
killed - Variable in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
Whether we had to kill all agents (i.e., some exception/failure has happened).
killed - Variable in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
Whether we had to kill all agents (i.e., some exception/failure has happened).
killed - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Contains statistics about bot that was KILLED BY OBSERVED BOT.
killedBy - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Contains statistics about bots that KILLED OBSERVED BOT.
killedByOthers - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
How many times was this bot killed by other players.
killedOthers - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
How many times this bot has killed other players.
KilledPawn - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
The UT Pawn that was killed - support for vehicles.
Killer - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
Unique Id of player that killed our bot if any (may have walked off a ledge).
Killer - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
Unique Id of player that killed if any (the victim might have walked off a ledge).

L

l - Variable in class cz.cuni.amis.utils.collections.ObservableList
 
LadderSpeed - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Ladderspeed of the bot (on the ladder).
LadderSpeed - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
Ladderspeed of the bot (on the ladder).
Landed - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event LAND.
Landed() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Landed
Parameter-less contructor for the message.
Landed(Vector3d) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Landed
Creates new instance of the message Landed.
lastBatch - Variable in class cz.cuni.amis.pogamut.ut2004multi.communication.worldview.UT2004VisionLocalWorldView
 
lastIndexOf(Object) - Method in class cz.cuni.amis.utils.collections.ObservableList
 
lastLocation - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
 
lastLogicRun - Variable in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
lastSeenTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerScore
When was the last time we've received info about this object.
latch - Variable in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
Latch where we're awaiting till all agents finishes.
latch - Variable in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
Latch where we're awaiting till all agents finishes.
latch - Variable in class cz.cuni.amis.utils.future.FutureWithListeners
Latch where threads are waiting when using FutureWithListeners.get() or FutureWithListeners.get(long, TimeUnit).
launchSpectate(URI) - Static method in class cz.cuni.amis.pogamut.ut2004.utils.UT2004Wrapper
 
Lazy<T> - Class in cz.cuni.amis.utils
Utility class for lazy initialization of objects.
Lazy() - Constructor for class cz.cuni.amis.utils.Lazy
 
LazyMap<K,V> - Class in cz.cuni.amis.utils.maps
Maps whose items are initialized on demand by create(K) method.
LazyMap() - Constructor for class cz.cuni.amis.utils.maps.LazyMap
 
LazyMap(Map<K, V>) - Constructor for class cz.cuni.amis.utils.maps.LazyMap
 
LazyMapMap<PRIMARY_KEY,SECONDARY_KEY,ITEM> - Class in cz.cuni.amis.utils.maps
Map containing other maps.
LazyMapMap() - Constructor for class cz.cuni.amis.utils.maps.LazyMapMap
 
LazyMapValuesCollection<VALUE,KEY> - Class in cz.cuni.amis.utils.collections
Read-only Collection used for lazy implementation of Map.values().
LazyMapValuesCollection(AbstractLazyMap<KEY, VALUE>) - Constructor for class cz.cuni.amis.utils.collections.LazyMapValuesCollection
 
LeaveVehicle - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command LEAVE.
LeaveVehicle() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.LeaveVehicle
Creates new instance of command LeaveVehicle.
LeaveVehicle(LeaveVehicle) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.LeaveVehicle
Cloning constructor.
Left - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Sets the left emoticon.
LeftSize - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Sets the left emoticon size.
Length - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddRay
Specifies the length of the ray (in UT units).
Level - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
Name of map in game.
Level - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Name of map in game.
LEVEL_B_EVENT - Static variable in class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReact
 
LEVEL_C_EVENT - Static variable in class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReact
 
LEVEL_D_EVENT - Static variable in class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReact
 
LEVEL_E_EVENT - Static variable in class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReact
 
LifecycleBus - Class in cz.cuni.amis.pogamut.base.component.lifecyclebus
Lifecycle bus is implementing ILifecycleBus which is extending IComponentBus by implementing the knowledge of lifecycle states of various IComponents.
LifecycleBus(IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
LifeTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
This will affect the life time of the balls and radius and speed they will be traversing.
LiftCenter - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
If this point marks a lift center (used to mark center of a lift mover, note that this point will be always moved with the lift).
LiftCenter - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If this point marks a lift center (used to mark center of a lift mover, note that this point will be always moved with the lift).
LiftExit - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
If this point marks a lift exit (used to mark exit point of a lift mover).
LiftExit - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If this point marks a lift exit (used to mark exit point of a lift mover).
LiftJumpExit - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
Boolean.
LiftJumpExit - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Boolean.
LiftOffset - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
Starting vector between MyLift location and LiftCenter location.
LiftOffset - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Starting vector between MyLift location and LiftCenter location.
LIGHTNING_GUN - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
LightningGun weapon (modern sniper weapon).
LIGHTNING_GUN_AMMO - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
LightningGun ammo.
LinearInterp(double, double, double) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Linearly interpolates between 2 doubles with alpha as strength.
lineEnd - Variable in class cz.cuni.amis.utils.logging.DefaultLogFormatter
 
lineEnds - Variable in class cz.cuni.amis.utils.logging.DefaultLogFormatter
Whether to append DefaultLogFormatter.lineEnd after the log message.
lineOfSightAngle(Location, double, Location) - Static method in class cz.cuni.amis.pogamut.base.utils.math.A
Returns degrees!
lineOfSightAngle(Location, Rotation, Location) - Static method in class cz.cuni.amis.pogamut.ut2004.utils.UTAlgebra
Returns degrees!
LINK_GUN - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
LinkGun weapon.
LINK_GUN_AMMO - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
LinkGun ammo.
LinkFlag - Enum in cz.cuni.amis.pogamut.ut2004.utils
This is enum for edge flag between navpoints.
listener - Variable in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
Listener that lowers the count on the MainAgentRunner#latch (if reaches zero, start method resumes and closes the Pogamut platform), and watches for the agent's failure (MainAgentRunner#killAgents(IAgent[]) in this case).
listener - Variable in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
Listener that lowers the count on the MultipleAgentRunner.latch (if reaches zero, start method resumes and closes the Pogamut platform), and watches for the agent's failure (MultipleAgentRunner#killAgents(IAgent[]) in this case).
listener - Variable in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController.LocalController
 
listener - Variable in class cz.cuni.amis.pogamut.base.utils.jmx.flag.JMXFlagDecorator
 
ListenerLevel - Enum in cz.cuni.amis.pogamut.base.communication.worldview.listener
 
ListenerMethodParametersException - Exception in cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.exception
 
ListenerMethodParametersException(Method, EventListener, AnnotationListenerRegistrator) - Constructor for exception cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.exception.ListenerMethodParametersException
 
ListenerMethodParametersException(Method, ObjectClassListener, AnnotationListenerRegistrator) - Constructor for exception cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.exception.ListenerMethodParametersException
 
ListenerMethodParametersException(Method, ObjectClassEventListener, AnnotationListenerRegistrator) - Constructor for exception cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.exception.ListenerMethodParametersException
 
ListenerMethodParametersException(Method, ObjectListener, AnnotationListenerRegistrator) - Constructor for exception cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.exception.ListenerMethodParametersException
 
ListenerMethodParametersException(Method, ObjectEventListener, AnnotationListenerRegistrator) - Constructor for exception cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.exception.ListenerMethodParametersException
 
ListenerMethodParametersException(Method, EventListener, Logger, AnnotationListenerRegistrator) - Constructor for exception cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.exception.ListenerMethodParametersException
 
ListenerMethodParametersException(Method, ObjectClassListener, Logger, AnnotationListenerRegistrator) - Constructor for exception cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.exception.ListenerMethodParametersException
 
ListenerMethodParametersException(Method, ObjectClassEventListener, Logger, AnnotationListenerRegistrator) - Constructor for exception cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.exception.ListenerMethodParametersException
 
ListenerMethodParametersException(Method, ObjectListener, Logger, AnnotationListenerRegistrator) - Constructor for exception cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.exception.ListenerMethodParametersException
 
ListenerMethodParametersException(Method, ObjectEventListener, Logger, AnnotationListenerRegistrator) - Constructor for exception cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.exception.ListenerMethodParametersException
 
listenerRegistrator - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
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.
listeners - Variable in class cz.cuni.amis.utils.flag.connective.Connective
 
listeners - Variable in class cz.cuni.amis.utils.future.FutureWithListeners
Future listeners, here we store listeners registred in FutureWithListeners.addFutureListener(IFutureListener).
Listeners<Listener extends java.util.EventListener> - Class in cz.cuni.amis.utils.listener
This object is implementing listeners list, where you may store both type of references to the listeners (strong reference / weak reference).
Listeners() - Constructor for class cz.cuni.amis.utils.listener.Listeners
 
Listeners.AdaptableListenerNotifier<LISTENER extends IListener> - Class in cz.cuni.amis.utils.listener
 
Listeners.AdaptableListenerNotifier() - Constructor for class cz.cuni.amis.utils.listener.Listeners.AdaptableListenerNotifier
 
Listeners.ListenerNotifier<Listener extends java.util.EventListener> - Interface in cz.cuni.amis.utils.listener
Used to raise the event in the listeners.
Listeners.ListenerRemover - Interface in cz.cuni.amis.utils.listener
Used as a visitor to the listeners that should tell which listeners to remove...
ListenersAlreadyRegisteredException - Exception in cz.cuni.amis.pogamut.base.communication.worldview.listener.exception
 
ListenersAlreadyRegisteredException(IListenerRegistrator) - Constructor for exception cz.cuni.amis.pogamut.base.communication.worldview.listener.exception.ListenersAlreadyRegisteredException
 
ListenersAlreadyRegisteredException(Logger, IListenerRegistrator) - Constructor for exception cz.cuni.amis.pogamut.base.communication.worldview.listener.exception.ListenersAlreadyRegisteredException
 
ListenersMap<Key> - Class in cz.cuni.amis.utils.listener
Map of the listeners according to some key.
ListenersMap() - Constructor for class cz.cuni.amis.utils.listener.ListenersMap
 
listIterator() - Method in class cz.cuni.amis.utils.collections.ObservableList
 
listIterator(int) - Method in class cz.cuni.amis.utils.collections.ObservableList
 
ListObtained<T> - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events
Event notifying that list of some objects/events was received.
ListObtained(List<T>, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.ListObtained
 
load(File) - Method in class cz.cuni.amis.utils.IniFile
Loads IniFile#source into IniFile.sections.
loadObject(InputStream) - Method in class cz.cuni.amis.utils.GenericLoader
Loads the object of type T from input stream.
loadObject(File) - Method in class cz.cuni.amis.utils.GenericLoader
Loads the object of type T from file 'file'.
loadObject(String) - Method in class cz.cuni.amis.utils.GenericLoader
Loads the object of type T from the file at path 'pathAndFileName'.
loadXML(File) - Static method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorldData
 
localControlHelpers - Variable in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
Control helpers that are used to signalizes starting/stopping of the controlled AbstractComponentControllerBase.component inside bus of respective agents.
localControllers - Variable in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
Controllers that are used to store IComponentController provided by respective ILifecycleBus.addLifecycleManagement(IComponent, IComponentControlHelper, ComponentDependencies) of agents using the component.
localEventNotify(ILocalWorldObjectUpdatedEvent) - Method in class cz.cuni.amis.pogamut.ut2004multi.communication.worldview.UT2004VisionLocalWorldView
If the event updates a Viewable object, this method manages making it disappear when no update is recieved for it - this means the object is not in FoW of our agent.
localKill(IAgentId) - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentControlHelper
Kills the component for the agent identified by 'agentId'.
localKill(IAgentId) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentControlHelper
 
localKill(IAgentId) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
localPause(IAgentId) - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentControlHelper
Pauses the component for agent identified by 'agentId'.
localPause(IAgentId) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentControlHelper
 
localPause(IAgentId) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
localPrePause(IAgentId) - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentControlHelper
Called before the IPausingEvent of the component is broadcast into ILifecycleBus of the agent identified by 'agentId'.
localPrePause(IAgentId) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentControlHelper
 
localPrePause(IAgentId) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
localPreResume(IAgentId) - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentControlHelper
Called before the IResumingEvent of the component is broadcast into ILifecycleBus of the agent identified by 'agentId'.
localPreResume(IAgentId) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentControlHelper
 
localPreResume(IAgentId) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
localPreStart(IAgentId) - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentControlHelper
Called before the IStartingEvent of the component is broadcast into ILifecycleBus of the agent identified by 'agentId'.
localPreStart(IAgentId) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentControlHelper
 
localPreStart(IAgentId) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
localPreStartPaused(IAgentId) - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentControlHelper
Called before IStartingPausedEvent of the component is broadcast into ILifecycleBus of the agent identified by 'agentId'.
localPreStartPaused(IAgentId) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentControlHelper
 
localPreStartPaused(IAgentId) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
localPreStop(IAgentId) - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentControlHelper
Called before the IStoppingEvent of the component is broadcast into ILifecycleBus of the agent identified by 'agentId'.
localPreStop(IAgentId) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentControlHelper
 
localPreStop(IAgentId) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
localReset(IAgentId) - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentControlHelper
Called whenever IResetEvent is caught at the ILifecycleBus of the agent identified by 'agentId'.
localReset(IAgentId) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentControlHelper
 
localReset(IAgentId) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
localResume(IAgentId) - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentControlHelper
Resumes the component for the agent identified by 'agentId'.
localResume(IAgentId) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentControlHelper
 
localResume(IAgentId) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
localStart(IAgentId) - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentControlHelper
The component is being started inside the ILifecycleBus of the agent identified by 'agentId'.
localStart(IAgentId) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentControlHelper
 
localStart(IAgentId) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
localStartPaused(IAgentId) - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentControlHelper
Starts the component for the agent identified by 'agentId' but it assumes that the component just prepares whatever data structures it needs / make connections / handshake whatever it needs with the environment / etc.
localStartPaused(IAgentId) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentControlHelper
 
localStartPaused(IAgentId) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
localStop(IAgentId) - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentControlHelper
Stops the component for the agent identified by 'agentId'.
localStop(IAgentId) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentControlHelper
 
localStop(IAgentId) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
localWorldViews - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
LocalWorldViews registered with this sharedWorldView
Location - Class in cz.cuni.amis.pogamut.base3d.worldview.object
Location within the world.
Location() - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Creates location with all values set to zeroes.
Location(double, double, double) - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Creates location with specified coordinates.
Location(double, double) - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Creates location with specified planar coordinates.
Location(Location) - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Copy constructor
Location(double[]) - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Creates location from array of three doubles.
Location(float[]) - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Creates location from array of three doubles.
Location(Tuple3d) - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Creates location from specified 3D point.
Location - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CheckReachability
Location you want to go to.
Location - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CommandPlayer
Applicable for: MOVE, TURNTO.
Location - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetPath
Location you want to go to.
Location - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Specify start location, if unspecified, then random.
Location - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCamera
Initial location of this camera.
Location - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Shoot
Location you want to shoot at.
Location - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SpawnActor
Location where the actor will be spawned.
Location - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.TurnTo
Location you want to face.
Location - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
An absolute location of the bomb (Sent if we can actually see the flag).
Location - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Bumped
Location of thing you've rammed into.
Location - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EnteredVehicle
Location of the vehicle.
Location - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FallEdge
Current location of the bot.
Location - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
An absolute location of the flag (Sent if we can actually see the flag).
Location - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
Current location of the projectile.
Location - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
Current location of the projectile.
Location - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
Location of the item.
Location - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemPickedUp
Location of the item.
Location - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LockedVehicle
Location of the vehicle.
Location - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
Location of the mover.
Location - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
Location of navigation point.
Location - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathList
Location of one navigation point in the path.
Location - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
An absolute location of the player within the map.
Location - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
An absolute location of the bot.
Location - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
An absolute location of the vehicle within the map.
Location - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WallCollision
Absolute location of bot at the time of impact.
Location.PropertyEditor - Class in cz.cuni.amis.pogamut.base3d.worldview.object
PropertyEditor for class Location.
Location.PropertyEditor() - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.object.Location.PropertyEditor
 
LocationProperty - Class in cz.cuni.amis.pogamut.multi.communication.worldview.property
Implementation of the ISharedProperty interface for Location value type.
LocationProperty(WorldObjectId, String, Location, Class) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.LocationProperty
 
LocationProperty(LocationProperty) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.LocationProperty
 
LocationPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoShared
 
LocationPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoShared
 
LocationPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemShared
 
LocationPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverShared
 
LocationPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointShared
 
LocationPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
 
LocationPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
LocationPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
 
locationValue(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Return a Location instance starting from num token(tokens are separated by space) in txt
lock() - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.ILockableWorldView
Lock the worldview, preventing it from raising any new events.
lock() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.LockableWorldView
Prevent the WorldView from being changed.
lock() - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.LockableBatchAwareWorldView
When the world view is locked - no batches are processes until unlocked.
lock() - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.SyncLockableBatchAwareWorldView
When the world view is locked - no batches are processes until unlocked.
lock() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.BatchAwareLocalWorldView
Must be called before starting logic.
lock(long) - Method in class cz.cuni.amis.pogamut.multi.utils.timekey.TimeKeyManager
 
lock() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.UT2004LockableWorldView
When the world view is locked - no batches are processes until unlocked.
lock() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.UT2004SyncLockableWorldView
When the world view is locked - no batches are processes until unlocked.
LockableBatchAwareWorldView - Class in cz.cuni.amis.pogamut.base3d.worldview.impl
 
LockableBatchAwareWorldView(ComponentDependencies, IComponentBus, IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.impl.LockableBatchAwareWorldView
 
LockableWorldView - Class in cz.cuni.amis.pogamut.base.communication.worldview.impl
WorldView that can be locked.
LockableWorldView(ComponentDependencies, IComponentBus, IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.impl.LockableWorldView
 
LockedVehicle - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event LOCKED.
LockedVehicle() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LockedVehicle
Parameter-less contructor for the message.
LockedVehicle(UnrealId, String, Location) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LockedVehicle
Creates new instance of the message LockedVehicle.
LockedVehicle(LockedVehicle) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LockedVehicle
Cloning constructor from the full message.
lockEvents - Variable in class cz.cuni.amis.pogamut.base.communication.worldview.impl.LockableWorldView
Lock non object update events?
lockTime(long) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
 
lockTime(long) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
log - Variable in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Agent's log category.
log - Variable in class cz.cuni.amis.pogamut.base.agent.module.AgentModule
 
log - Variable in class cz.cuni.amis.pogamut.base.agent.navigation.impl.AbstractPathExecutor
 
log - Variable in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
Use to log stuff.
log - Variable in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
Use to log stuff.
log - Variable in class cz.cuni.amis.pogamut.base.communication.connection.impl.AbstractConnection
Special category for the connection.
log - Variable in class cz.cuni.amis.pogamut.base.communication.translator.impl.WorldMessageTranslator
 
log - Variable in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
log - Variable in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
log - Variable in class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase
Log used by the class, is never null.
log(Level, String, Object[]) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
All other logging methods is calling this one.
log(Level, String) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
log(Level, String, Object) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
log - Variable in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient
 
log - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
log - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
log - Variable in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.KefikRunner
Agent's log.
log - Variable in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueNavigator
Agent's log.
log - Variable in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueRunner
Agent's log.
log - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotController
Alias for user's log.
log - Variable in class cz.cuni.amis.utils.StreamSink
 
LOG_CATEGORY_NAME - Static variable in class cz.cuni.amis.pogamut.base.agent.jmx.AgentJMXComponents
 
LOG_CATEGORY_NAME - Static variable in class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
logCategories - Variable in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogCategories
Wrapped categories we're decorating.
LogCategories - Class in cz.cuni.amis.pogamut.base.utils.logging
Class that wraps the map with log categories.
LogCategories() - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.LogCategories
 
LOGCATEGORIES_NAME - Static variable in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutJMX
Used by LogCategory class
LogCategoriesJMXProxy - Class in cz.cuni.amis.pogamut.base.utils.logging.jmx
 
LogCategoriesJMXProxy(MBeanServerConnection, ObjectName) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.jmx.LogCategoriesJMXProxy
 
LogCategory - Class in cz.cuni.amis.pogamut.base.utils.logging
Instance that serves as a gateway for your log messages.
LogCategory(String) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
LogCategory(String, Logger) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
LOGCATEGORY_SUBTYPE - Static variable in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutJMX
LogCategory class
LogCategoryFilter - Class in cz.cuni.amis.pogamut.base.utils.logging
Simple filter for LogCategory - it is instantiated with the instance of the LogCategory (or array of them) which it should accept.
LogCategoryFilter(LogCategory) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.LogCategoryFilter
 
LogCategoryFilter(LogCategory[]) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.LogCategoryFilter
 
LogCategoryJMXProxy - Class in cz.cuni.amis.pogamut.base.utils.logging.jmx
Proxies a single log category, intended to be used only for registering handlers.
LogCategoryJMXProxy(MBeanServerConnection, ObjectName, String) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.jmx.LogCategoryJMXProxy
 
LogEventMark - Class in cz.cuni.amis.pogamut.base.utils.logging.marks
DO NOT USE THIS CLASS!! Use methods in LogCategory to add events to the log.
LogEventMark.Type - Enum in cz.cuni.amis.pogamut.base.utils.logging.marks
Type of LogEventMark.
logException(Logger) - Method in exception cz.cuni.amis.utils.exception.PogamutException
Logs the exception to the log + sets isLogged() to true.
logExceptionOnce(Logger) - Method in exception cz.cuni.amis.utils.exception.PogamutException
Logs the exception to the log iff !isLogged().
LogFilter - Class in cz.cuni.amis.utils
Simple way how to filter your log files...
LogFilter(File, File, Pattern[], Pattern[]) - Constructor for class cz.cuni.amis.utils.LogFilter
Opens 'source', writes to 'destination'.
LogFormatter - Class in cz.cuni.amis.pogamut.base.utils.logging
Pogamut custom formatter used as default formatter for LogPublisher.
LogFormatter() - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.LogFormatter
 
LogFormatter(boolean) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.LogFormatter
 
LogFormatter(IAgentId) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.LogFormatter
 
LogFormatter(IAgentId, boolean) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.LogFormatter
 
LogHandler - Class in cz.cuni.amis.pogamut.base.utils.logging
Handler for the messages - instantiated without publisher.
LogHandler() - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.LogHandler
Creates empty log handler without any publisher.
LogHandler(ILogPublisher) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.LogHandler
Creates log handler with specific publisher.
LogHandler.ConsoleLogHandler - Class in cz.cuni.amis.pogamut.base.utils.logging
 
LogHandler.ConsoleLogHandler() - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.LogHandler.ConsoleLogHandler
 
logic() - Method in interface cz.cuni.amis.pogamut.base.agent.module.IAgentLogic
Called to perform the logic of the agent.
logic - Variable in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
logic() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotLogicController
 
logicException - Variable in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
logicFrequency - Variable in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
logicInitialize(LOGIC_MODULE) - Method in interface cz.cuni.amis.pogamut.base.agent.module.IAgentLogic
Called when the agent is started and just before the first IAgentLogic.logic() invocation.
logicInitialize(LogicModule) - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotLogicController
 
logicLatch(String) - Method in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
Called before the IAgentLogic.logic() is periodically called - allows you to sleep the logic until the rest of the agent is ready.
logicLatch(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.logic.UT2004BotLogic
 
LogicModule<AGENT extends IAgent> - Class in cz.cuni.amis.pogamut.base.agent.module
 
LogicModule(AGENT, IAgentLogic) - Constructor for class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
LogicModule(AGENT, IAgentLogic, Logger) - Constructor for class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
LogicModule(AGENT, IAgentLogic, Logger, ComponentDependencies) - Constructor for class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
logicModule - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotLogicController
 
logicPaused - Variable in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
logicPeriod - Variable in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
logicRunning - Variable in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
logicShouldPause - Variable in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
logicShouldRun - Variable in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
logicShutdown() - Method in interface cz.cuni.amis.pogamut.base.agent.module.IAgentLogic
Called whenever the LogicModule is stopping to end the logic.
logicShutdown() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotLogicController
 
logicThread - Variable in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
LogicThreadAlteredException - Exception in cz.cuni.amis.pogamut.base.agent.module.exception
 
LogicThreadAlteredException(String, Logger, LogicModule) - Constructor for exception cz.cuni.amis.pogamut.base.agent.module.exception.LogicThreadAlteredException
 
logId - Variable in class cz.cuni.amis.utils.StreamSink
 
LogInterp(double, double, double) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Logarithmically interpolates between 2 doubles with alpha as strength.
logLevel - Variable in class cz.cuni.amis.utils.StreamSink
 
LogMapMark - Class in cz.cuni.amis.pogamut.base.utils.logging.marks
DON'T USE THIS CLASS! Use methods in LogCategory to place mark on the map.
LogMapMark.Type - Enum in cz.cuni.amis.pogamut.base.utils.logging.marks
 
logProvidersOrder() - Method in class cz.cuni.amis.utils.configuration.PropertiesManager
 
LogPublisher - Class in cz.cuni.amis.pogamut.base.utils.logging
Implementation for the ILogPublisher interface that contains a Formatter for the LogRecords.
LogPublisher() - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher
 
LogPublisher(IAgentId) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher
 
LogPublisher(Formatter) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher
 
LogPublisher.ConsolePublisher - Class in cz.cuni.amis.pogamut.base.utils.logging
 
LogPublisher.ConsolePublisher() - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher.ConsolePublisher
 
LogPublisher.ConsolePublisher(IAgentId) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher.ConsolePublisher
 
LogPublisher.FilePublisher - Class in cz.cuni.amis.pogamut.base.utils.logging
 
LogPublisher.FilePublisher(File) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher.FilePublisher
 
LogPublisher.FilePublisher(File, Formatter) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher.FilePublisher
 
logReadingWorker - Variable in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient
Worker instance - it implements Runnable interface and is continuously reading messages from the connection object and passing them to the callbacks.
LongProperty - Class in cz.cuni.amis.pogamut.multi.communication.worldview.property
 
LongProperty(WorldObjectId, String, Long, Class) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.LongProperty
 
LongProperty(LongProperty) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.LongProperty
 
longValue(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Return a long from num token in txt.
Loop - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlayAnimation
When true the animation will be played in loop.
LoqueNavigator<PATH_ELEMENT extends ILocated> - Class in cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator
Responsible for navigation to location.
LoqueNavigator(UT2004Bot, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueNavigator
Constructor.
LoqueNavigator(UT2004Bot, IUT2004PathRunner, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueNavigator
Constructor.
LoqueNavigator.Stage - Enum in cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator
All stages the navigation can come to.
LoqueRunner - Class in cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator
Responsible for direct running to location.
LoqueRunner(UT2004Bot, AgentInfo, AdvancedLocomotion, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueRunner
Constructor.
LostChild - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event LOSTCHILD.
LostChild() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LostChild
Parameter-less contructor for the message.
LostChild(LostChild) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LostChild
Cloning constructor from the full message.
LostInventory - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event LIN.
LostInventory() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LostInventory
Parameter-less contructor for the message.
LostInventory(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LostInventory
Creates new instance of the message LostInventory.
LostInventory(LostInventory) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LostInventory
Cloning constructor from the full message.

M

main(String[]) - Static method in class cz.cuni.amis.fsm.FSMDotPrinter
 
main - Variable in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
Whether we should provide 'main' feature.
main - Variable in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
Whether we should provide 'main' feature.
main(String[]) - Static method in class cz.cuni.amis.pogamut.base.utils.logging.TestAgents
 
main - Variable in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueNavigator
Agent's main.
main(String[]) - Static method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004Analyzer
 
main(String[]) - Static method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Runs the scanner on input files.
main(String[]) - Static method in class cz.cuni.amis.utils.astar.AStarHeap
 
main(String[]) - Static method in class cz.cuni.amis.utils.flag.ReasonFlag
TEST METHOD!
mainAdd(AStarHeap, Integer[]) - Static method in class cz.cuni.amis.utils.astar.AStarHeap
 
mainCheck(AStarHeap, Integer[]) - Static method in class cz.cuni.amis.utils.astar.AStarHeap
 
mainToStr(Integer[]) - Static method in class cz.cuni.amis.utils.astar.AStarHeap
 
makeDirsToFile(File) - Static method in class cz.cuni.amis.utils.FilePath
Treats 'file' as something that points to the file and creates all parent dirs.
MakePrototype(ItemType.Category, ItemType.Group, String[]) - Static method in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
Proto-constructor.
makeUniform(String) - Static method in class cz.cuni.amis.utils.FilePath
 
manualKill(String) - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentController
 
manualKill(String) - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControllerBase
Provides the way to kill the component (constructor of this controller).
manualKill(String) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
manualPause(String) - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentController
 
manualPause(String) - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControllerBase
Provides the way to pause the component (constructor of this controller).
manualPause(String) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
manualResume(String) - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentController
 
manualResume(String) - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControllerBase
Provides the way to pause the component (constructor of this controller).
manualResume(String) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
ManualSpawn - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Sets if the bot wil have tol be respawned after death manually by RESPAWN command.
ManualSpawn - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Sets if the bot wil have tol be respawned after death manually by RESPAWN command.
ManualSpawn - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
True if we have to spawn the bot manually after each death
ManualSpawn - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
True if we have to spawn the bot manually after each death
manualStart(String) - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentController
 
manualStart(String) - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControllerBase
Provides the way to manually start the component.
manualStart(String) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
manualStartPaused(String) - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentController
 
manualStartPaused(String) - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControllerBase
Provides the way to manually start the component into paused state.
manualStartPaused(String) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
manualStop(String) - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentController
 
manualStop(String) - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControllerBase
Provides the way to stop the component (constructor of this controller).
manualStop(String) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
MAP_CHANGE_CONNECT_INTERVAL_MILLIS - Static variable in class cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server
 
MapChange - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event MAPCHANGE.
MapChange() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapChange
Parameter-less contructor for the message.
MapChange(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapChange
Creates new instance of the message MapChange.
MapChange(MapChange) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapChange
Cloning constructor from the full message.
MapChangeException - Exception in cz.cuni.amis.pogamut.unreal.server.exception
Thrown by IUnrealServer implementors when the map change fails.
MapChangeException(String, Throwable) - Constructor for exception cz.cuni.amis.pogamut.unreal.server.exception.MapChangeException
 
MapChangeException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.unreal.server.exception.MapChangeException
 
MapChangeException - Exception in cz.cuni.amis.pogamut.ut2004.observer.exception
 
MapChangeException() - Constructor for exception cz.cuni.amis.pogamut.ut2004.observer.exception.MapChangeException
 
MapChangeException - Exception in cz.cuni.amis.pogamut.ut2004.server.exception
Thrown by IUT2004Server implementors when the map change fails.
MapChangeException(String, Throwable) - Constructor for exception cz.cuni.amis.pogamut.ut2004.server.exception.MapChangeException
 
MapChangeException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.ut2004.server.exception.MapChangeException
 
mapChangeFuture - Variable in class cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server
 
MapFinished - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event FIN.
MapFinished() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapFinished
Parameter-less contructor for the message.
MapFinished(MapFinished) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapFinished
Cloning constructor from the full message.
MapInfo - Class in cz.cuni.amis.pogamut.unreal.communication.worldview.map
Info for visualization of maps background
MapInfo() - Constructor for class cz.cuni.amis.pogamut.unreal.communication.worldview.map.MapInfo
 
mapIntDouble - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Map for list of String, Double
mapIntIDDouble - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Map for list of String, Double
MapList - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event IMAP.
MapList() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapList
Parameter-less contructor for the message.
MapList(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapList
Creates new instance of the message MapList.
MapList(MapList) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapList
Cloning constructor from the full message.
MapListEnd - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event EMAP.
MapListEnd() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapListEnd
Parameter-less contructor for the message.
MapListEnd(MapListEnd) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapListEnd
Cloning constructor from the full message.
mapListListener - Variable in class cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server
 
MapListObtained - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events
TODO implement the FSM logic for this event
MapListObtained(List<MapList>, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.MapListObtained
 
MapListStart - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event SMAP.
MapListStart() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapListStart
Parameter-less contructor for the message.
MapListStart(MapListStart) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapListStart
Cloning constructor from the full message.
MapListState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state
 
MapListState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.MapListState
 
MapListState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.server.state
 
MapListState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.MapListState
 
MapName - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeMap
Name of the new map.
MapName - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapChange
Name of the new map.
MapPointListObtained - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events
 
MapPointListObtained(Map<UnrealId, NavPoint>, Map<UnrealId, Item>, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.MapPointListObtained
 
mapPointsListener - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
MapPointsListObtained listener
MAX_CHANGING_MAP_ATTEMPTS - Static variable in class cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server
How many times we're going to try to connect to the GB2004 before declaring that the change-map has failed.
MAX_LOGIC_FREQUENCY - Static variable in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
Must be greater than 0.
MAX_LOGIC_PERIOD_MILLIS - Static variable in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
Must be greater than 0.
MAX_VELOCITY - Static variable in class cz.cuni.amis.pogamut.ut2004.utils.UnrealUtils
Standard max.
MaxFallSpeed - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Max fall speed of the bot.
MaxFallSpeed - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
Max fall speed of the bot.
MaxMultiJump - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Maximum amount of succesing jumps.
MaxMultiJump - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
Maximum amount of succesing jumps.
MaxPrimaryAmmo - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
If the item is a weapon, contains information how much primary ammo the weapon may have.
MaxSecondaryAmmo - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
If the item is a weapon, contains information how much secondary ammo the weapon may have.
MaxTeams - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
Max number of teams.
MaxTeams - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Max number of teams.
MaxTeamSize - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
Max number of players per side (BotTeamGame, BotCTFGame, BotDoubleDomination).
MaxTeamSizePropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoShared
 
maxX - Variable in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.Box
 
maxX - Variable in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Box
 
maxY - Variable in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.Box
 
maxY - Variable in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Box
 
maxZ - Variable in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.Box
 
maxZ - Variable in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Box
 
mayChangeWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Whether bot may change weapon (change weapon cooled down as defined by ImprovedShooting.setChangeWeaponCooldown(long)).
mBeanServer - Variable in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogCategories
MBean server for the log categories.
mbsc - Variable in class cz.cuni.amis.pogamut.base.utils.DefaultPogamutPlatform
 
Mediator - Class in cz.cuni.amis.pogamut.base.communication.mediator.impl
This class should wrap the reading thread that continuously reads IWorldChangeEvent from the IWorldChangeEventOutput passing them to the without any delay.
Mediator(IWorldChangeEventOutput, IComponentBus, IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.base.communication.mediator.impl.Mediator
The object in passed to the constructor (IWorldEventOutput) is world event producer.
MediatorException - Exception in cz.cuni.amis.pogamut.base.communication.mediator.exception
To be used by the Mediators.
MediatorException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.mediator.exception.MediatorException
Constructs a new exception with the specified detail message.
MediatorException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.mediator.exception.MediatorException
Constructs a new exception with the specified detail message and cause.
MediatorException(String, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.mediator.exception.MediatorException
Constructs a new exception with the specified detail message.
MediatorException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.mediator.exception.MediatorException
Constructs a new exception with the specified detail message and cause.
Melee - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
If the item is a weapon, contains information whether this weapon is a melee weapon.
Melee - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon.
memory - Variable in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.KefikRunner
Loque memory.
memory - Variable in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueNavigator
Loque memory.
memory - Variable in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueRunner
Loque memory.
merge(T[]...) - Static method in class cz.cuni.amis.utils.ArrayMerger
Merge multiple arrays.
message - Variable in class cz.cuni.amis.pogamut.base.component.bus.event.impl.FatalErrorEvent
 
MessageId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathListStart
An Id matching the one sent by client.
messageNotWorldEvent(IFSMState, Object) - Static method in class cz.cuni.amis.pogamut.ut2004.communication.translator.TranslatorMessages
 
messageNotWorldEvent(IFSMTransition, Object) - Static method in class cz.cuni.amis.pogamut.ut2004.communication.translator.TranslatorMessages
 
MIN_LOGIC_FREQUENCY - Static variable in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
Must be greater than 0.
MIN_LOGIC_PERIOD_MILLIS - Static variable in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
Must be greater than 0.
MINI_HEALTH_PACK - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
Health vial.
MINIGUN - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
Minigun weapon.
MINIGUN_AMMO - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
Minigun ammo.
minX - Variable in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.Box
 
minX - Variable in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Box
 
minY - Variable in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.Box
 
minY - Variable in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Box
 
minZ - Variable in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.Box
 
minZ - Variable in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Box
 
MissingConstructorException - Exception in cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.exception
 
MissingConstructorException(Method, Class, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.exception.MissingConstructorException
 
Mode - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: OPTIONLIST.
modifyEdge() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
Alias for NavigationGraphBuilder.ExistingNavPointEdgeBuilder.createEdge().
modifyEdgeTo(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointModifier
Returns a builder that will allow you to modify properties of the edge that is leading to 'navPointId'.
modifyNavPoint(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder
Creates a modifier for already existing NavPoint instance, if navpoint of specified id is not found, an exception is thrown.
MoreComponentsForClassException - Exception in cz.cuni.amis.pogamut.base.component.bus.exception
 
MoreComponentsForClassException(Class, Set, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.MoreComponentsForClassException
 
MoreComponentsForClassException(Class, Set, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.MoreComponentsForClassException
 
MoreThanOneListenerLevelAnnotationException - Exception in cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.exception
 
MoreThanOneListenerLevelAnnotationException(Method, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.exception.MoreThanOneListenerLevelAnnotationException
 
MotoricModule<AGENT extends IEmbodiedAgent> - Class in cz.cuni.amis.pogamut.base.agent.module
 
MotoricModule(AGENT) - Constructor for class cz.cuni.amis.pogamut.base.agent.module.MotoricModule
 
MotoricModule(AGENT, Logger) - Constructor for class cz.cuni.amis.pogamut.base.agent.module.MotoricModule
 
MotoricModule(AGENT, Logger, ComponentDependencies) - Constructor for class cz.cuni.amis.pogamut.base.agent.module.MotoricModule
 
move - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
Shortcut for body.getAdvancedLocomotion() that allows you to manually steer the movement through the environment.
Move - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command MOVE.
Move(Location, Location, UnrealId, Location) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Move
Creates new instance of command Move.
Move() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Move
Creates new instance of command Move.
Move(Move) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Move
Cloning constructor.
moveAlong(ILocated, ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
Makes the bot to move through first location to second location (may be specified directly or some ILocated object may be supplied - carefull with objects traversability).
MoveCamera - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command FORCECAMMOVE.
MoveCamera(UnrealId, Location, Vector3d, Rotation, Rotation, Double, Double) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
Creates new instance of command MoveCamera.
MoveCamera() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
Creates new instance of command MoveCamera.
MoveCamera(MoveCamera) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
Cloning constructor.
moveContinuos() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
This makes the bot to run straight ahead continuously.
moved - Variable in class cz.cuni.amis.utils.iterators.CircularListIterator
 
MoveProjectiles - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
If this velocity zone should impart velocity to projectiles and effects.
Mover - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the GameBots2004 message MOV.
Mover() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover
Parameter-less contructor for the message.
Mover - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
If this NavPoint is marking some mover, the mover id will be here.
Mover - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If this NavPoint is marking some mover, the mover id will be here.
Mover.MoverUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
Mover.MoverUpdate(Mover, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover.MoverUpdate
 
Mover.ObjectDisappeared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
Mover.ObjectDisappeared(Mover, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover.ObjectDisappeared
 
MoverCompositeImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Composite implementation of the MOV abstract message.
MoverCompositeImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
Parameter-less contructor for the message.
MoverCompositeImpl(MoverLocalImpl, MoverSharedImpl, MoverStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
Composite-impl constructor.
MoverCompositeImpl(MoverCompositeImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
Cloning constructor.
MoverListEnd - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event EMOV.
MoverListEnd() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverListEnd
Parameter-less contructor for the message.
MoverListEnd(MoverListEnd) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverListEnd
Cloning constructor from the full message.
MoverListObtained - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events
 
MoverListObtained(List<Mover>, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.MoverListObtained
 
MoverListStart - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event SMOV.
MoverListStart() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverListStart
Parameter-less contructor for the message.
MoverListStart(MoverListStart) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverListStart
Cloning constructor from the full message.
MoverListState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state
Takes care of the mover list.
MoverListState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.MoverListState
 
MoverLocal - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the local part of the GameBots2004 message MOV.
MoverLocal() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocal
Parameter-less contructor for the message.
MoverLocal.ObjectDisappeared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
MoverLocal.ObjectDisappeared(MoverLocal, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocal.ObjectDisappeared
 
MoverLocalImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message MOV.
MoverLocalImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocalImpl
Parameter-less contructor for the message.
MoverLocalImpl(UnrealId, boolean, boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocalImpl
Creates new instance of the message Mover.
MoverLocalImpl(Mover) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocalImpl
Cloning constructor from the full message.
MoverLocalImpl(MoverLocalImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocalImpl
Cloning constructor from the full message.
MoverLocalImpl(MoverLocal) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocalImpl
Cloning constructor from the message part.
MoverLocalImpl.MoverLocalUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
MoverLocalImpl.MoverLocalUpdate(MoverLocal, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocalImpl.MoverLocalUpdate
 
MoverMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the GameBots2004 message MOV contains also its Local/Shared/Static subpart class definitions..
MoverMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
Parameter-less contructor for the message.
MoverMessage(UnrealId, Location, boolean, boolean, boolean, String, boolean, Velocity, double, double, Location, Location, double, String, UnrealId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
Creates new instance of the message Mover.
MoverMessage(MoverMessage) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
Cloning constructor from the full message.
MoverMessage.MoverLocalMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message MOV, used to facade MOVMessage.
MoverMessage.MoverLocalMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverLocalMessage
 
MoverMessage.MoverSharedMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message MOV, used to facade MOVMessage.
MoverMessage.MoverSharedMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverSharedMessage
 
MoverMessage.MoverStaticMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message MOV, used to facade MOVMessage.
MoverMessage.MoverStaticMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverStaticMessage
 
MoverShared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the shared part of the GameBots2004 message MOV.
MoverShared() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverShared
Parameter-less contructor for the message.
MoverSharedImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message MOV.
MoverSharedImpl(MoverSharedImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverSharedImpl
 
MoverSharedImpl(WorldObjectId, Collection<ISharedProperty>) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverSharedImpl
 
MoverSharedImpl.MoverSharedUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
MoverSharedImpl.MoverSharedUpdate(MoverShared, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverSharedImpl.MoverSharedUpdate
 
MoverStatic - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the static part of the GameBots2004 message MOV.
MoverStatic() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStatic
Parameter-less contructor for the message.
MoverStaticImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message MOV.
MoverStaticImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
Parameter-less contructor for the message.
MoverStaticImpl(UnrealId, boolean, String, boolean, double, double, Location, Location, double, UnrealId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
Creates new instance of the message Mover.
MoverStaticImpl(Mover) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
Cloning constructor from the full message.
MoverStaticImpl(MoverStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
Cloning constructor from the full message.
MoverStaticImpl(MoverStatic) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
Cloning constructor from the message part.
MoverStaticImpl.MoverStaticUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
MoverStaticImpl.MoverStaticUpdate(MoverStatic, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl.MoverStaticUpdate
 
MoveTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
How long the mover moves, when it becomes triggered, before it stops.
MoveTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
How long the mover moves, when it becomes triggered, before it stops.
moveTo(ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
 
moveTo(ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleLocomotion
Bot will move to supplied location.
MovingAverage<TYPE> - Class in cz.cuni.amis.utils.statistic
 
MovingAverage(IAveragator<TYPE>) - Constructor for class cz.cuni.amis.utils.statistic.MovingAverage
 
MSG_ADG - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_AIN - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_ALIVE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_ANIMATIONBOTID - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_ANIMATIONSTOPPED - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_ANIMPORT - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_ATR - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_BEG - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_BMP - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_BOM - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_CHANGEANIM - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_COMBO - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_CONFCH - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
lexical states
MSG_CWP - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_DAM - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_DFAIL - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_DIE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_DLGCMD - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_DOK - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_EHS - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_EINV - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_EITC - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_EMAP - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_EMOV - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_EMUT - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_EMYINV - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_ENAV - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_END - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_ENGP - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_ENTERED - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_EPLR - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_EPTH - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_FAL - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_FIN - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_FLG - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_FTR - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_GAMERESTART - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_HELLO_BOT - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_HELLO_CONTROL_SERVER - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_HELLO_OBSERVER - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_HIT - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_HRN - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_HRP - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_IMAP - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_INGP - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_INITED - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_INV - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_IPK - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_IPTH - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_ITC - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_JOIN - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_JUMP - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_KEYEVENT - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_KIL - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_LAND - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_LEFT - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_LIN - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_LOCKED - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_LOSTCHILD - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_MAPCHANGE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_MOV - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_MUT - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_MYINV - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_NAV - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_NFO - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_PASSWDOK - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_PASSWDWRONG - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_PASSWORD - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_PAUSED - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_PLI - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_PLR - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_PLS - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_PONG - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_PRJ - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_RCH - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_RECEND - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_RECSTART - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_RESUMED - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_SEL - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_SHOOT - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_SHS - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_SINV - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_SITC - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_SLF - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_SMAP - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_SMOV - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_SMUT - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_SMYINV - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_SNAV - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_SNGP - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_SPLR - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_SPTH - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_SPW - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_STOPSHOOT - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_TEAMCHANGE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_TES - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_THROWN - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_TRC - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_TRG - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_USED - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_VCH - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_VEH - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_VMS - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_VMT - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_WAL - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_WUP - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
MSG_ZCB - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
mul(Matrix3d) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Projects this Location (vector) using matrix from parameter
multi(Point2D, double) - Static method in class cz.cuni.amis.pogamut.base.utils.math.A
 
MultiJumpBoost - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Not used in GB.
MultiJumpBoost - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
Not used in GB.
MultipleAgentRunner<AGENT extends IAgent,PARAMS extends IAgentParameters,MODULE extends GuiceAgentModule> - Class in cz.cuni.amis.pogamut.base.agent.utils.runner.impl
Class used for starting the agent with certain default parameters.
MultipleAgentRunner() - Constructor for class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
 
MultipleUT2004BotRunner<BOT extends UT2004Bot,PARAMS extends UT2004AgentParameters,MODULE extends UT2004BotModule> - Class in cz.cuni.amis.pogamut.ut2004.utils
This class has only one purpose - execute ONE OR MORE BOTS inside 'main' method.
MultipleUT2004BotRunner(String, String, int) - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.MultipleUT2004BotRunner
Construct the runner + specify all defaults.
MultipleUT2004BotRunner(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.MultipleUT2004BotRunner
Construct the runner + specify the default name, host:port will be taken from the Pogamut platform properties.
Mutator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event MUT.
Mutator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mutator
Parameter-less contructor for the message.
Mutator(UnrealId, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mutator
Creates new instance of the message Mutator.
Mutator(Mutator) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mutator
Cloning constructor from the full message.
MutatorListEnd - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event EMUT.
MutatorListEnd() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MutatorListEnd
Parameter-less contructor for the message.
MutatorListEnd(MutatorListEnd) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MutatorListEnd
Cloning constructor from the full message.
MutatorListObtained - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events
 
MutatorListObtained(List<Mutator>, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.MutatorListObtained
 
MutatorListStart - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event SMUT.
MutatorListStart() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MutatorListStart
Parameter-less contructor for the message.
MutatorListStart(MutatorListStart) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MutatorListStart
Cloning constructor from the full message.
MutatorListState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state
Takes care of the mutator list.
MutatorListState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.MutatorListState
 
MutatorListState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state
Takes care of the mutator list.
MutatorListState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.MutatorListState
 
MutatorListState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.server.state
Takes care of the mutator list.
MutatorListState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.MutatorListState
 
mutex - Variable in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
mutex - Variable in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
Mutex object synchronizing access to BasePathExecutor.followPath(IPathFuture) and BasePathExecutor.stop() methods.
mutex - Variable in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
Mutex that synchronize killing of agents due to a failure.
mutex - Variable in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
Mutex that synchronize killing of agents due to a failure.
mutex - Variable in class cz.cuni.amis.utils.future.FutureWithListeners
Mutex synchronizing access to internal data structures of the future.
myAction - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerSharedMessage
Atomic action this bot is doing (BDI).
myAction - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
Atomic action this bot is doing (BDI).
myAction - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
Name of the current BDI action.
myAction - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Name of the current BDI action.
myAdrenaline - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
How much adrenaline the bot has.
myAdrenaline - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
How much adrenaline the bot has.
myAltFiring - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
If we are firing in secondary firing mode.
myAltFiring - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
If we are firing in secondary firing mode.
myArmor - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
Combined size of high armor and low armor (or small armor).
myArmor - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Combined size of high armor and low armor (or small armor).
myArmor - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleSharedMessage
How much the vehicle has left.
myArmor - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
How much the vehicle has left.
myBotId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
Unique Id of the observed bot.
myBotId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Unique Id of the observed bot.
myBotsPaused - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoSharedMessage
If the game is paused just for bots - human controlled players can normally move.
myBotsPaused - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl
If the game is paused just for bots - human controlled players can normally move.
MyCollections - Class in cz.cuni.amis.utils.collections
 
MyCollections() - Constructor for class cz.cuni.amis.utils.collections.MyCollections
 
MyCollections.IToString - Interface in cz.cuni.amis.utils.collections
 
myCombo - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
Name of the current combo (None if no combo active).
myCombo - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Name of the current combo (None if no combo active).
myCrouched - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
If we are currently crouched.
myCrouched - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
If we are currently crouched.
myDoorOpened - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointSharedMessage
True if this NavPoint is a Door and door is opened.
myDoorOpened - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointSharedImpl
True if this NavPoint is a Door and door is opened.
myDriver - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleSharedMessage
Unique Id of the driver - if any.
myDriver - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
Unique Id of the driver - if any.
myDropped - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemSharedMessage
Whether it is regular item or one dropped by some bot (usually during dying).
myDropped - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemSharedImpl
Whether it is regular item or one dropped by some bot (usually during dying).
myFiring - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerSharedMessage
0 means is not firing, 1 - firing in primary mode, 2 - firing in secondary mode (alt firing).
myFiring - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
0 means is not firing, 1 - firing in primary mode, 2 - firing in secondary mode (alt firing).
myFloorLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
Holds current floor location under the bot.
myFloorLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Holds current floor location under the bot.
myFloorNormal - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
Holds current floor normal under the bot.
myFloorNormal - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Holds current floor normal under the bot.
myFragLimit - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoSharedMessage
Number of kills needed to win game (BotDeathMatch only).
myFragLimit - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl
Number of kills needed to win game (BotDeathMatch only).
myGamePaused - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoSharedMessage
If the game is paused - nobody can move.
myGamePaused - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl
If the game is paused - nobody can move.
myGoalTeamScore - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoSharedMessage
Number of points a team needs to win the game (BotTeamGame, BotCTFGame, BotDoubleDomination).
myGoalTeamScore - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl
Number of points a team needs to win the game (BotTeamGame, BotCTFGame, BotDoubleDomination).
myHealth - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
How much health the bot has left.
myHealth - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
How much health the bot has left.
myHealth - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleSharedMessage
How much health the vehicle has left.
myHealth - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
How much health the vehicle has left.
myHolder - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoSharedMessage
Id of player/bot holding the bomb.
myHolder - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl
Id of player/bot holding the bomb.
myHolder - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoSharedMessage
Id of player/bot holding the flag.
myHolder - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoSharedImpl
Id of player/bot holding the flag.
myHolderTeam - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoSharedMessage
The team of the current holder (if any).
myHolderTeam - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl
The team of the current holder (if any).
MyInventory - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the GameBots2004 message MYINV.
MyInventory() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventory
Parameter-less contructor for the message.
MyInventory.MyInventoryUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
MyInventory.MyInventoryUpdate(MyInventory, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventory.MyInventoryUpdate
 
MyInventoryCompositeImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Composite implementation of the MYINV abstract message.
MyInventoryCompositeImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryCompositeImpl
Parameter-less contructor for the message.
MyInventoryCompositeImpl(MyInventoryLocalImpl, MyInventorySharedImpl, MyInventoryStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryCompositeImpl
Composite-impl constructor.
MyInventoryCompositeImpl(MyInventoryCompositeImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryCompositeImpl
Cloning constructor.
MyInventoryEnd - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event EMYINV.
MyInventoryEnd() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryEnd
Parameter-less contructor for the message.
MyInventoryEnd(MyInventoryEnd) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryEnd
Cloning constructor from the full message.
MyInventoryLocal - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the local part of the GameBots2004 message MYINV.
MyInventoryLocal() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocal
Parameter-less contructor for the message.
MyInventoryLocalImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message MYINV.
MyInventoryLocalImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl
Parameter-less contructor for the message.
MyInventoryLocalImpl(UnrealId, int, int, int) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl
Creates new instance of the message MyInventory.
MyInventoryLocalImpl(MyInventory) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl
Cloning constructor from the full message.
MyInventoryLocalImpl(MyInventoryLocalImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl
Cloning constructor from the full message.
MyInventoryLocalImpl(MyInventoryLocal) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl
Cloning constructor from the message part.
MyInventoryLocalImpl.MyInventoryLocalUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
MyInventoryLocalImpl.MyInventoryLocalUpdate(MyInventoryLocal, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl.MyInventoryLocalUpdate
 
MyInventoryMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the GameBots2004 message MYINV contains also its Local/Shared/Static subpart class definitions..
MyInventoryMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage
Parameter-less contructor for the message.
MyInventoryMessage(UnrealId, int, int, int, ItemType, ItemDescriptor) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage
Creates new instance of the message MyInventory.
MyInventoryMessage(MyInventoryMessage) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage
Cloning constructor from the full message.
MyInventoryMessage.MyInventoryLocalMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message MYINV, used to facade MYINVMessage.
MyInventoryMessage.MyInventoryLocalMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventoryLocalMessage
 
MyInventoryMessage.MyInventorySharedMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message MYINV, used to facade MYINVMessage.
MyInventoryMessage.MyInventorySharedMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventorySharedMessage
 
MyInventoryMessage.MyInventoryStaticMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message MYINV, used to facade MYINVMessage.
MyInventoryMessage.MyInventoryStaticMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventoryStaticMessage
 
MyInventoryShared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the shared part of the GameBots2004 message MYINV.
MyInventoryShared() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryShared
Parameter-less contructor for the message.
MyInventorySharedImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message MYINV.
MyInventorySharedImpl(MyInventorySharedImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventorySharedImpl
 
MyInventorySharedImpl(WorldObjectId, Collection<ISharedProperty>) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventorySharedImpl
 
MyInventorySharedImpl.MyInventorySharedUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
MyInventorySharedImpl.MyInventorySharedUpdate(MyInventoryShared, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventorySharedImpl.MyInventorySharedUpdate
 
MyInventoryStart - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event SMYINV.
MyInventoryStart() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStart
Parameter-less contructor for the message.
MyInventoryStart(MyInventoryStart) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStart
Cloning constructor from the full message.
MyInventoryStatic - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the static part of the GameBots2004 message MYINV.
MyInventoryStatic() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStatic
Parameter-less contructor for the message.
MyInventoryStaticImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message MYINV.
MyInventoryStaticImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStaticImpl
Parameter-less contructor for the message.
MyInventoryStaticImpl(UnrealId, ItemType, ItemDescriptor) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStaticImpl
Creates new instance of the message MyInventory.
MyInventoryStaticImpl(MyInventory) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStaticImpl
Cloning constructor from the full message.
MyInventoryStaticImpl(MyInventoryStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStaticImpl
Cloning constructor from the full message.
MyInventoryStaticImpl(MyInventoryStatic) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStaticImpl
Cloning constructor from the message part.
MyInventoryStaticImpl.MyInventoryStaticUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
MyInventoryStaticImpl.MyInventoryStaticUpdate(MyInventoryStatic, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStaticImpl.MyInventoryStaticUpdate
 
myItemSpawned - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointSharedMessage
True if the item is spawned at the point.
myItemSpawned - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointSharedImpl
True if the item is spawned at the point.
myLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoSharedMessage
An absolute location of the bomb (Sent if we can actually see the flag).
myLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl
An absolute location of the bomb (Sent if we can actually see the flag).
myLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoSharedMessage
An absolute location of the flag (Sent if we can actually see the flag).
myLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoSharedImpl
An absolute location of the flag (Sent if we can actually see the flag).
myLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemSharedMessage
Location of the item.
myLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemSharedImpl
Location of the item.
myLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverSharedMessage
Location of the mover.
myLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverSharedImpl
Location of the mover.
myLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointSharedMessage
Location of navigation point.
myLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointSharedImpl
Location of navigation point.
myLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerSharedMessage
An absolute location of the player within the map.
myLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
An absolute location of the player within the map.
myLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
An absolute location of the bot.
myLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
An absolute location of the bot.
myLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleSharedMessage
An absolute location of the vehicle within the map.
myLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
An absolute location of the vehicle within the map.
myLogic - Variable in class cz.cuni.amis.pogamut.base.utils.logging.TestAgents.NetworkLoggingAgent
 
myMaxTeamSize - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoSharedMessage
Max number of players per side (BotTeamGame, BotCTFGame, BotDoubleDomination).
myMaxTeamSize - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl
Max number of players per side (BotTeamGame, BotCTFGame, BotDoubleDomination).
myName - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerSharedMessage
Human readable name of the player.
myName - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
Human readable name of the player.
myName - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
Human readable bot name.
myName - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Human readable bot name.
myPrimaryAmmo - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
How much ammo the bot has left for current weapon primary mode.
myPrimaryAmmo - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
How much ammo the bot has left for current weapon primary mode.
myRotation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerSharedMessage
Which direction the player is facing in absolute terms.
myRotation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
Which direction the player is facing in absolute terms.
myRotation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
Which direction the bot is facing in absolute terms.
myRotation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Which direction the bot is facing in absolute terms.
myRotation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleSharedMessage
Which direction the vehicle is facing in absolute terms.
myRotation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
Which direction the vehicle is facing in absolute terms.
myScore - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage.TeamScoreSharedMessage
The score of the team (can be some special measurement that differs from game type to game type - number of stolen flags in CTF game, number of team frags in TeamGame, etc.)
myScore - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreSharedImpl
The score of the team (can be some special measurement that differs from game type to game type - number of stolen flags in CTF game, number of team frags in TeamGame, etc.)
mySecondaryAmmo - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
How much ammo the bot has left for current weapon secondary mode.
mySecondaryAmmo - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
How much ammo the bot has left for current weapon secondary mode.
myShooting - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
If the bot is shooting or not.
myShooting - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
If the bot is shooting or not.
mySmallArmor - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
Also refered to as a "low armor".
mySmallArmor - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Also refered to as a "low armor".
myState - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoSharedMessage
Represents the state the bomb is in.
myState - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl
Represents the state the bomb is in.
myState - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoSharedMessage
Represents the state the flag is in.
myState - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoSharedImpl
Represents the state the flag is in.
myState - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverSharedMessage
Name of the state Mover is currently in.
myState - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverSharedImpl
Name of the state Mover is currently in.
myTeam - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoSharedMessage
The owner team of this flag.
myTeam - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoSharedImpl
The owner team of this flag.
myTeam - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerSharedMessage
What team the player is on.
myTeam - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
What team the player is on.
myTeam - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
What team the bot is on.
myTeam - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
What team the bot is on.
myTeam - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage.TeamScoreSharedMessage
Team identifier.
myTeam - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreSharedImpl
Team identifier.
myTeam - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleSharedMessage
What team the vehicle is on.
myTeam - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
What team the vehicle is on.
myTeamLocked - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleSharedMessage
If the vehicle is locked just for its current team.
myTeamLocked - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
If the vehicle is locked just for its current team.
myTimeLimit - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoSharedMessage
Maximum time game will last (if tied at end may goe to "sudden death overtime" - depends on the game type).
myTimeLimit - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl
Maximum time game will last (if tied at end may goe to "sudden death overtime" - depends on the game type).
myUDamageTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
Time when the UDamage effect expires.
myUDamageTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Time when the UDamage effect expires.
myVehicle - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
If we are vehicle just these attr.
myVehicle - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
If we are vehicle just these attr.
myVelocity - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoSharedMessage
Current velocity of the bomb.
myVelocity - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl
Current velocity of the bomb.
myVelocity - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverSharedMessage
Velocity vector.
myVelocity - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverSharedImpl
Velocity vector.
myVelocity - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointSharedMessage
Velocity of the navigation point (if the navigation point is currently moving).
myVelocity - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointSharedImpl
Velocity of the navigation point (if the navigation point is currently moving).
myVelocity - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerSharedMessage
Absolute velocity of the player as a vector of movement per one game second.
myVelocity - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
Absolute velocity of the player as a vector of movement per one game second.
myVelocity - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
Absolute velocity of the bot as a vector of movement per one game second.
myVelocity - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Absolute velocity of the bot as a vector of movement per one game second.
myVelocity - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleSharedMessage
Absolute velocity of the vehicle as a vector of movement per one game second.
myVelocity - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
Absolute velocity of the vehicle as a vector of movement per one game second.
myWalking - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
If we are currently in walking mode.
myWalking - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
If we are currently in walking mode.
myWeapon - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerSharedMessage
Class of the weapon the player is holding.
myWeapon - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
Class of the weapon the player is holding.
myWeapon - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
Id of the weapon we are holding.
myWeapon - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
Id of the weapon we are holding.
myWeaponStay - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoSharedMessage
If true respawned weapons will stay on the ground after picked up (but bot cannot pickup same weapon twice).
myWeaponStay - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl
If true respawned weapons will stay on the ground after picked up (but bot cannot pickup same weapon twice).

N

Name - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddBot
Optional name of the bot.
Name - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
You can change the name of the bot in the game.
Name - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Desired name.
Name - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.InitializeObserver
Name of the player you wannt to observe.
Name - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlayAnimation
Name of the animation.
Name - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationChange
Name of the animation.
Name - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
The bot's name.
Name - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
The bot's name.
Name - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GlobalChat
Human readable name of the sender.
Name - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapList
Name of one map in map list on the server.
Name - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mutator
Name of the mutator.
Name - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerJoinsGame
Name of the player.
Name - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLeft
The name of the player.
Name - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
Human readable name of the player.
Name - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
Human readable bot name.
Name - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChat
Human readable name of the sender.
name - Variable in enum cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category
Human-readable name of the category.
name - Variable in enum cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Group
Human-readable name of the group.
name - Variable in class cz.cuni.amis.pogamut.ut2004.utils.MultipleUT2004BotRunner
Default name that will serve as a basis for IAgentId, see IAgentParameters.assignDefaults(IAgentParameters).
name - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UT2004AnalyzerRunner
Default name that will serve as a basis for IAgentId, see IAgentParameters.assignDefaults(IAgentParameters).
name - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UT2004BotRunner
Default name that will serve as a basis for IAgentId, see IAgentParameters.assignDefaults(IAgentParameters).
name - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UT2004ObserverRunner
Default name that will serve as a basis for IAgentId, see IAgentParameters.assignDefaults(IAgentParameters).
name - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UT2004ServerRunner
Default name that will serve as a basis for IAgentId, see IAgentParameters.assignDefaults(IAgentParameters).
name - Variable in class cz.cuni.amis.utils.logging.DefaultLogFormatter
 
NamePropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
 
NamePropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
NativeUnrealBotAdapter - Class in cz.cuni.amis.pogamut.unreal.bot.impl
IUnrealAgent adapter for native players.
NativeUnrealBotAdapter(IPlayer, IUnrealServer, IAct, IWorldView) - Constructor for class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
 
NativeUT2004BotAdapter - Class in cz.cuni.amis.pogamut.ut2004.bot.impl
 
NativeUT2004BotAdapter(Player, IUnrealServer, IAct, IWorldView) - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.impl.NativeUT2004BotAdapter
 
NAV_POINT_HEIGHT - Static variable in class cz.cuni.amis.pogamut.ut2004.utils.UnrealUtils
NavPoint distance from the floor.
navBuilder - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
Navigation graph builder that may be used to manually extend the navigation graph of the UT2004.
navigate(ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.AbstractUT2004PathNavigator
 
navigate(ILocated, int) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.AbstractUT2004PathNavigator
Does the actual navigation of the bot, it should steer it towards path element of the index 'pathElementIndex'.
navigate(ILocated) - Method in interface cz.cuni.amis.pogamut.ut2004.agent.navigation.IUT2004PathNavigator
This method is regularly called by UT2004PathExecutor to continue the navigation of the bot inside the UT2004.
navigate(ILocated, int) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueNavigator
 
navigate() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004PathExecutor
 
NavigationGraphBuilder - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
This class can be used to manually improve the navigation graph of the UT2004 by manually adding/removing edges from it.
NavigationGraphBuilder(UT2004Bot) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder
 
NavigationGraphBuilder(UT2004Bot, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder
 
NavigationGraphBuilder(UT2004Bot, Logger, ComponentDependencies) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder
 
NavigationGraphBuilder.ExistingNavPointEdgeBuilder - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
 
NavigationGraphBuilder.ExistingNavPointEdgeBuilder(NavigationGraphBuilder.ExistingNavPointModifier) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
 
NavigationGraphBuilder.ExistingNavPointEdgeBuilder(NavigationGraphBuilder.ExistingNavPointModifier, NavPointNeighbourLink) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
 
NavigationGraphBuilder.ExistingNavPointModifier - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
Builder that allows you to modify edges of existing navpoint using NavigationGraphBuilder.ExistingNavPointModifier.createEdge(), NavigationGraphBuilder.ExistingNavPointModifier.createEdgeTo(String), NavigationGraphBuilder.ExistingNavPointModifier.modifyEdgeTo(String) methods.
NavigationGraphBuilder.ExistingNavPointModifier(NavPoint) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointModifier
 
NavigationGraphBuilder.NewNavPointBuilder - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
Builder encloses the creation of the new navpoint.
NavigationGraphBuilder.NewNavPointBuilder() - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointBuilder
 
NavigationGraphBuilder.NewNavPointEdgeBuilder<OWNER> - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
Represents the edge of the navpoint you're newly creating.
NavigationGraphBuilder.NewNavPointEdgeBuilder(OWNER) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointEdgeBuilder
 
NavPoint - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
If the Item is not dropped then it's item that is laying at some navpoint and this is that NavPoint instance.
NavPoint - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl
If the Item is not dropped then it's item that is laying at some navpoint and this is that NavPoint instance.
NavPoint - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the GameBots2004 message NAV.
NavPoint() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
Parameter-less contructor for the message.
NavPoint.NavPointUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
NavPoint.NavPointUpdate(NavPoint, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint.NavPointUpdate
 
NavPoint.ObjectDisappeared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
NavPoint.ObjectDisappeared(NavPoint, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint.ObjectDisappeared
 
NavPointCompositeImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Composite implementation of the NAV abstract message.
NavPointCompositeImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
Parameter-less contructor for the message.
NavPointCompositeImpl(NavPointLocalImpl, NavPointSharedImpl, NavPointStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
Composite-impl constructor.
NavPointCompositeImpl(NavPointCompositeImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
Cloning constructor.
NavPointId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
Id of the navpoint where the item is laying.
NavPointId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl
Id of the navpoint where the item is laying.
navPointIndices - Variable in class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap
Hash table converting navPoint IDs to our own indices.
NavPointListEnd - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event ENAV.
NavPointListEnd() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointListEnd
Parameter-less contructor for the message.
NavPointListEnd(NavPointListEnd) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointListEnd
Cloning constructor from the full message.
navPointListener - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
 
NavPointListStart - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event SNAV.
NavPointListStart() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointListStart
Parameter-less contructor for the message.
NavPointListStart(NavPointListStart) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointListStart
Cloning constructor from the full message.
NavPointListState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state
Takes care of the navpoint list.
NavPointListState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.NavPointListState
 
NavPointListState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state
Takes care of the navpoint list.
NavPointListState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.NavPointListState
 
NavPointListState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.server.state
Takes care of the navpoint list.
NavPointListState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.NavPointListState
 
NavPointLocal - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the local part of the GameBots2004 message NAV.
NavPointLocal() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocal
Parameter-less contructor for the message.
NavPointLocal.ObjectDisappeared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
NavPointLocal.ObjectDisappeared(NavPointLocal, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocal.ObjectDisappeared
 
NavPointLocalImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message NAV.
NavPointLocalImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl
Parameter-less contructor for the message.
NavPointLocalImpl(UnrealId, boolean, boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl
Creates new instance of the message NavPoint.
NavPointLocalImpl(NavPoint) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl
Cloning constructor from the full message.
NavPointLocalImpl(NavPointLocalImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl
Cloning constructor from the full message.
NavPointLocalImpl(NavPointLocal) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl
Cloning constructor from the message part.
NavPointLocalImpl.NavPointLocalUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
NavPointLocalImpl.NavPointLocalUpdate(NavPointLocal, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl.NavPointLocalUpdate
 
NavPointMarker - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
Navigation point marking this mover.
NavPointMarker - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
Navigation point marking this mover.
NavPointMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the GameBots2004 message NAV contains also its Local/Shared/Static subpart class definitions..
NavPointMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
Parameter-less contructor for the message.
NavPointMessage(UnrealId, Location, Velocity, boolean, boolean, UnrealId, ItemType, boolean, boolean, UnrealId, Vector3d, boolean, boolean, boolean, boolean, int, boolean, int, boolean, boolean, boolean, boolean, boolean, boolean, boolean, Rotation, boolean, boolean, Item, Map<UnrealId, NavPointNeighbourLink>, Map<UnrealId, NavPointNeighbourLink>, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
Creates new instance of the message NavPoint.
NavPointMessage(NavPointMessage) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
Cloning constructor from the full message.
NavPointMessage.NavPointLocalMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message NAV, used to facade NAVMessage.
NavPointMessage.NavPointLocalMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointLocalMessage
 
NavPointMessage.NavPointSharedMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message NAV, used to facade NAVMessage.
NavPointMessage.NavPointSharedMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointSharedMessage
 
NavPointMessage.NavPointStaticMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message NAV, used to facade NAVMessage.
NavPointMessage.NavPointStaticMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
 
NavPointNeighbourLink - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event INGP.
NavPointNeighbourLink() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
Parameter-less contructor for the message.
NavPointNeighbourLink(UnrealId, int, int, int, double, String, boolean, boolean, Vector3d, boolean, boolean, double, NavPoint, NavPoint) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
Creates new instance of the message NavPointNeighbourLink.
NavPointNeighbourLink(NavPointNeighbourLink) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
Cloning constructor from the full message.
NavPointNeighbourLink(NavPointNeighbourLink, NavPoint, NavPoint) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
Use to fill missing fields of the Item when creating MapObtained event before INIT command is requested.
NavPointNeighbourLinkEnd - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event ENGP.
NavPointNeighbourLinkEnd() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLinkEnd
Parameter-less contructor for the message.
NavPointNeighbourLinkEnd(NavPointNeighbourLinkEnd) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLinkEnd
Cloning constructor from the full message.
NavPointNeighbourLinkStart - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event SNGP.
NavPointNeighbourLinkStart() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLinkStart
Parameter-less contructor for the message.
NavPointNeighbourLinkStart(NavPointNeighbourLinkStart) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLinkStart
Cloning constructor from the full message.
NavPointNeighboursState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state
Takes care of the navpoint neighbour list.
NavPointNeighboursState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.NavPointNeighboursState
 
NavPointNeighboursState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state
Takes care of the navpoint neighbour list.
NavPointNeighboursState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.NavPointNeighboursState
 
NavPointNeighboursState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.server.state
Takes care of the navpoint neighbour list.
NavPointNeighboursState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.NavPointNeighboursState
 
navPoints - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
 
NavPointShared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the shared part of the GameBots2004 message NAV.
NavPointShared() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointShared
Parameter-less contructor for the message.
NavPointSharedImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message NAV.
NavPointSharedImpl(NavPointSharedImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointSharedImpl
 
NavPointSharedImpl(WorldObjectId, Collection<ISharedProperty>) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointSharedImpl
 
NavPointSharedImpl.NavPointSharedUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
NavPointSharedImpl.NavPointSharedUpdate(NavPointShared, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointSharedImpl.NavPointSharedUpdate
 
NavPointStatic - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the static part of the GameBots2004 message NAV.
NavPointStatic() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
Parameter-less contructor for the message.
NavPointStaticImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message NAV.
NavPointStaticImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Parameter-less contructor for the message.
NavPointStaticImpl(UnrealId, UnrealId, ItemType, UnrealId, Vector3d, boolean, boolean, boolean, boolean, int, boolean, int, boolean, boolean, boolean, boolean, boolean, boolean, boolean, Rotation, boolean, boolean, Item, Map<UnrealId, NavPointNeighbourLink>, Map<UnrealId, NavPointNeighbourLink>, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Creates new instance of the message NavPoint.
NavPointStaticImpl(NavPoint) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Cloning constructor from the full message.
NavPointStaticImpl(NavPointStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Cloning constructor from the full message.
NavPointStaticImpl(NavPointStatic) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Cloning constructor from the message part.
NavPointStaticImpl.NavPointStaticUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
NavPointStaticImpl.NavPointStaticUpdate(NavPointStatic, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl.NavPointStaticUpdate
 
navPointsToProcess - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items
Contains only navpoints that are visible so we can check whether they are spawning-points, if so - we may check whether the item is laying there or not to handle spawning times.
nbs - Variable in class cz.cuni.amis.pogamut.base.utils.jmx.flag.JMXFlagDecorator
Support object for sending notifications.
neededJump - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointEdgeBuilder
 
NeededJump - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
TODO: mystery how to interpret
negate() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Negates values of all three coordinates.
NETWORK_FLUSH_PERIOD_MILLIS - Static variable in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogManager
How often the logs are flushed to the socket (value < 100 results in unacceptable throughput).
NETWORK_LOG_MANAGER_SOCKET_TIMEOUT_MILLIS - Static variable in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogManager
How long do we wait for the agent-id before we drop the connection.
NetworkLogClient - Class in cz.cuni.amis.pogamut.base.utils.logging
Client that may be used to obtain logs from arbitrary number of agents that are publishing their logs via NetworkLogManager.
NetworkLogClient(String, int, String) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient
 
NetworkLogClient.ILoggingStartedListener - Interface in cz.cuni.amis.pogamut.base.utils.logging
 
NetworkLogClient.ILoggingStoppedListener - Interface in cz.cuni.amis.pogamut.base.utils.logging
 
NetworkLogClient.ILogReadListener - Interface in cz.cuni.amis.pogamut.base.utils.logging
 
NetworkLogClient.LoggingStarted - Class in cz.cuni.amis.pogamut.base.utils.logging
Event that marks that the client has successfully connected to the remote side and is ready to receive logs.
NetworkLogClient.LoggingStarted() - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient.LoggingStarted
 
NetworkLogClient.LoggingStopped - Class in cz.cuni.amis.pogamut.base.utils.logging
Event that marks that client has been disconnected (or stopped).
NetworkLogClient.LoggingStopped() - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient.LoggingStopped
 
NetworkLogClient.LoggingStopped(Throwable) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient.LoggingStopped
 
NetworkLogClient.LogRead - Class in cz.cuni.amis.pogamut.base.utils.logging
Event/message containing another log-record produced by the remote agent.
NetworkLogClient.LogRead(NetworkLogEnvelope) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient.LogRead
 
NetworkLogEnvelope - Class in cz.cuni.amis.pogamut.base.utils.logging
Used to send/receive log messages that NetworkLogManager publishes.
NetworkLogEnvelope(String, Level, long, String) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogEnvelope
 
NetworkLogEnvelope(String, String, String, String) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogEnvelope
 
NetworkLogManager - Class in cz.cuni.amis.pogamut.base.utils.logging
A class used for network logging of agents.
NetworkLogPublisher - Class in cz.cuni.amis.pogamut.base.utils.logging
Publisher that is used by AbstractAgentLogger that passes all the logs into NetworkLogManager.
NeutralZone - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
Players can't take damage in this zone.
NeverImpactJump - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
TODO: mystery how to interpret
NEW_LINE - Static variable in class cz.cuni.amis.utils.Const
 
newAgent(PARAMS) - Method in class cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentFactory
Creates a new instance of the IAgent interface that is cast to AGENT parameter.
newAgent(PARAMS) - Method in interface cz.cuni.amis.pogamut.base.factory.IAgentFactory
Factory method - it creates an agent with 'agentParameters'
newAgent(PARAMS) - Method in class cz.cuni.amis.pogamut.ut2004.factory.direct.remoteagent.UT2004ObserverFactory
 
newAgent(PARAMS) - Method in class cz.cuni.amis.pogamut.ut2004.factory.direct.remoteagent.UT2004ServerFactory
 
newAgentFactory(MODULE) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
Creates a new factory for the given 'agentModule'.
newAgentFactory(MODULE) - Method in class cz.cuni.amis.pogamut.ut2004.utils.MultipleUT2004BotRunner
Uses UT2004BotFactory for agent construction.
newAgentId(String) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
Creates new AgentId from the 'name' and unique number that is automatically generated from the AgentRunner.ID.
newAgentId(String) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
Creates new AgentId from the 'name' and unique number that is automatically generated from the MultipleAgentRunner.ID.
newAgentIsUsingTheComponent(IAgentId, ComponentState) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
newDefaultAgentParameters() - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
Method that is called to provide another default parameters for newly created agents.
newDefaultAgentParameters() - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
Method that is called to provide another default parameters for newly created agents.
newDefaultAgentParameters() - Method in class cz.cuni.amis.pogamut.ut2004.utils.MultipleUT2004BotRunner
Provides default parameters that is, IAgentId using MultipleUT2004BotRunner.name and SocketConnectionAddress using MultipleUT2004BotRunner.host and MultipleUT2004BotRunner.port.
newDefaultAgentParameters() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UT2004AnalyzerRunner
Provides default parameters that is, IAgentId using UT2004AnalyzerRunner.name and SocketConnectionAddress using UT2004AnalyzerRunner.host and UT2004AnalyzerRunner.port.
newDefaultAgentParameters() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UT2004BotRunner
Provides default parameters that is, IAgentId using UT2004BotRunner.name and SocketConnectionAddress using UT2004BotRunner.host and UT2004BotRunner.port.
newDefaultAgentParameters() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UT2004ObserverRunner
Provides default parameters that is, IAgentId using UT2004ObserverRunner.name and SocketConnectionAddress using UT2004ObserverRunner.host and UT2004ObserverRunner.port.
newDefaultAgentParameters() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UT2004ServerRunner
Provides default parameters that is, IAgentId using UT2004ServerRunner.name and SocketConnectionAddress using UT2004ServerRunner.host and UT2004ServerRunner.port.
newEdge() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointBuilder
Creates new edge builder for the navpoint you're creating.
newEdgeTo(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointBuilder
Creates new edge (to 'navPointId') builder for the navpoint you're creating.
newList() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.BotListState
 
newList() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support.ObserverListState
 
newList() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.ServerListState
 
newNavPoint() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder
Creates a builder for the specification of the new navpoint you want to create and insert into the worldview.
newNavPoint(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder
Creates a builder for the specification of the new navpoint you want to create and insert into the worldview.
newObject() - Method in interface cz.cuni.amis.utils.objectmanager.IObjectFactory
 
newPath(List<PATH_ELEMENT>) - Method in interface cz.cuni.amis.pogamut.ut2004.agent.navigation.IUT2004PathNavigator
UT2004PathExecutor reports that new path has been received and the IUT2004PathNavigator#navigate() is about to be called in near future.
newPath(List<PATH_ELEMENT>) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueNavigator
 
newPrefsRange(double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefs
Creates new WeaponPrefsRange, these weapon will be used when the target is at "maxDistance" afar.
next() - Method in enum cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueNavigator.Stage
Retreives the next step of navigation sequence the stage belongs to.
next() - Method in class cz.cuni.amis.utils.astar.AStarHeapIterator
 
next() - Method in class cz.cuni.amis.utils.iterators.CircularIterator
 
next() - Method in class cz.cuni.amis.utils.iterators.CircularListIterator
 
next() - Method in class cz.cuni.amis.utils.iterators.ShiftedCircularIterator
 
nextIndex() - Method in class cz.cuni.amis.utils.iterators.CircularListIterator
 
nextIter() - Method in class cz.cuni.amis.utils.iterators.CircularListIterator
 
nextUccWrapperUID - Static variable in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
 
NKey - Class in cz.cuni.amis.utils
N-argument key - used to store multiple keys within one object to provide n-argument key for maps.
NKey() - Constructor for class cz.cuni.amis.utils.NKey
Should be used by descendants together with init()
NKey(Object...) - Constructor for class cz.cuni.amis.utils.NKey
 
NKeyCommutative - Class in cz.cuni.amis.utils
N-Key used for maps.
NKeyCommutative(Object[]...) - Constructor for class cz.cuni.amis.utils.NKeyCommutative
 
NO_NAME - Static variable in class cz.cuni.amis.pogamut.base.agent.impl.AgentId
 
NoComponentForClassException - Exception in cz.cuni.amis.pogamut.base.component.bus.exception
 
NoComponentForClassException(Class, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.NoComponentForClassException
 
NoComponentForClassException(Class, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.NoComponentForClassException
 
NoDoubleJump - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
Boolean.
NoDoubleJump - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Boolean.
NoInventory - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
If the inventory is allowed here.
NoLowGrav - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
TODO: mystery how to interpret
NONE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
No ItemType
NONE_WEAPON_ID - Static variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
 
Normal - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WallCollision
Normal of the wall bot collided with.
normalize() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Retreives normalized vector of the velocity.
NotChecked - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: OPTION.
notification - Variable in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogPublisher
Support for the JMX notification broadcasting.
NOTIFICATION_TYPE - Static variable in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogRecordNotification
 
notify(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.EventDrivenWorldView
 
notify(IWorldChangeEvent) - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.IWorldChangeEventInput
New event was generated from the world.
notify(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.BatchAwareWorldView
 
notify(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.LockableBatchAwareWorldView
Implements locking logic.
notify(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.SyncLockableBatchAwareWorldView
Implements locking logic.
notify(IWorldObjectEvent<IViewable>) - Method in class cz.cuni.amis.pogamut.base3d.worldview.Vision
 
notify(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.BatchAwareLocalWorldView
 
notify(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.BatchAwareSharedWorldView
 
notify(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenLocalWorldView
 
notify(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenSharedWorldView
 
notify(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.VisionLocalWorldView
 
notify(IWorldChangeEvent) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ISharedWorldChangeEventInput
 
notify(IWorldChangeEvent) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ITimedWorldChangeEventInput
 
notify(EndMessage) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items.EndMessageListener
 
notify(ItemPickedUp) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items.ItemPickedUpListener
 
notify(IWorldObjectEvent<Item>) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items.ItemsListener
 
notify(MapPointListObtained) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items.MapPointsListener
 
notify(WorldObjectUpdatedEvent<NavPoint>) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items.NavPointListener
 
notify(IAnalyzerObserverListener) - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.IAnalyzerObserverListener.ObserverAddedNotifier
 
notify(IAnalyzerObserverListener) - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.IAnalyzerObserverListener.ObserverRemovedNotifier
 
notify(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.UT2004LockableWorldView
Implements locking logic.
notify(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.UT2004SyncLockableWorldView
Implements locking logic.
notify(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.ut2004multi.communication.worldview.UT2004VisionLocalWorldView
 
notify(FlagListener<T>) - Method in class cz.cuni.amis.utils.flag.FlagListener.FlagListenerNotifier
 
notify(FlagListener<T>) - Method in class cz.cuni.amis.utils.flag.ReasonFlagListener.ReasonFlagListenerNotifier
If ReasonFlagListener is passed into the method, it is redirected into appropriate method.
notify(ReasonFlagListener<T, R>) - Method in class cz.cuni.amis.utils.flag.ReasonFlagListener.ReasonFlagListenerNotifier
 
notify(LISTENER) - Method in class cz.cuni.amis.utils.listener.IListener.Notifier
 
notify(T) - Method in interface cz.cuni.amis.utils.listener.IListener
 
notify(LISTENER) - Method in class cz.cuni.amis.utils.listener.Listeners.AdaptableListenerNotifier
 
notify(Listener) - Method in interface cz.cuni.amis.utils.listener.Listeners.ListenerNotifier
 
notify(Listeners.ListenerNotifier<Listener>) - Method in class cz.cuni.amis.utils.listener.Listeners
Calls notifier.notify() on each of the stored listeners, allowing you to execute stored command.
notify(Listeners.ListenerNotifier<IListener>) - Method in class cz.cuni.amis.utils.listener.ListenersMap
 
notify(Key, Listeners.ListenerNotifier<IListener>) - Method in class cz.cuni.amis.utils.listener.ListenersMap
 
notifyEvent(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.LockableWorldView
Store all changes for later processing when the event is received in the while the world is locked.
notifyEventsList - Variable in class cz.cuni.amis.pogamut.base.communication.worldview.impl.EventDrivenWorldView
List of events we have to process.
notifyEventsList - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenLocalWorldView
List of events we have to process.
notifyEventsList - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenSharedWorldView
List of events we have to process.
notifyImmediately(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.EventDrivenWorldView
 
notifyImmediately(IWorldChangeEvent) - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.IWorldChangeEventInput
Notify immediately will process the event right away, it won't use "event recoursion buffer" to postpone the processing of the event.
notifyImmediately(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.BatchAwareWorldView
 
notifyLocalWorldViews(Set<IAgentId>, long) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.BatchAwareSharedWorldView
Notifies all waiting local world views, that batch belonging to 'time' has been exported by all local world views.
notifyPostAdd(Collection<? extends E>) - Method in class cz.cuni.amis.utils.collections.ObservableCollection
 
notifyPostRemove(Collection<?>) - Method in class cz.cuni.amis.utils.collections.ObservableCollection
 
notifyPreAdd(Collection<? extends E>) - Method in class cz.cuni.amis.utils.collections.ObservableCollection
 
notifyPreRemove(Collection<?>) - Method in class cz.cuni.amis.utils.collections.ObservableCollection
 
notifySafe(Listeners.ListenerNotifier<Listener>, Logger) - Method in class cz.cuni.amis.utils.listener.Listeners
Calls notifier.notify() on each of the stored listeners, allowing you to execute stored command.
notifySafe(Listeners.ListenerNotifier<IListener>, Logger) - Method in class cz.cuni.amis.utils.listener.ListenersMap
 
notifySafe(Key, Listeners.ListenerNotifier<IListener>, Logger) - Method in class cz.cuni.amis.utils.listener.ListenersMap
 
notifySharedBegin(long) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.BatchAwareLocalWorldView
Notifies sharedWorldView that a beginEvent has been recieved with with the specified time and the sharedWorldView should notify this worldView back, when all events for the time have been processed.
notInside(ComponentState, ComponentState...) - Static method in enum cz.cuni.amis.pogamut.base.component.controller.ComponentState
Wether 'state' is not part of 'inside'.
notInState(Class<?>...) - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Returns true if the agent is not in any of 'states'.
notInState(PathExecutorState...) - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.AbstractPathExecutor
 
notInState(PathExecutorState...) - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutor
True if the path executor's state is not among 'states', false otherwise.
notInState(ComponentState...) - Method in class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase
 
notInState(ComponentState...) - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControllerBase
Whether the component is not in any of 'states'.
NULL_TOKEN - Static variable in class cz.cuni.amis.utils.token.Tokens
Token representing "null" / "empty token".
NullCheck - Class in cz.cuni.amis.utils
 
NullCheck() - Constructor for class cz.cuni.amis.utils.NullCheck
 
numberOfPlayersKilledWithoutDeath - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
How many other players this bot has killed during its single life.

O

obj - Variable in class cz.cuni.amis.utils.Lazy
 
objectAppeared(IViewable) - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.BatchAwareWorldView
 
objectAppeared(IViewable) - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.VisionWorldView
Called whenever the object appears in the agent's FOV.
objectAppeared(ILocalViewable) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.VisionLocalWorldView
Handles events for making the object visible.
ObjectClassEventListener - Annotation Type in cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation
Used by AnnotationListenerRegistrator to register level C listener (IWorldView#addObjectListener(Class, Class, cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObjectListener) for the annotated method.
ObjectClassListener - Annotation Type in cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation
Used by AnnotationListenerRegistrator to register level B listener (IWorldView#addObjectListener(Class, cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObjectListener) for the annotated method.
objectCreated(IWorldObject) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.EventDrivenWorldView
Must be called whenever an object was created, raises correct events.
objectCreated(IWorldObject) - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.VisionWorldView
Additionally, it provides handling of IViewable objects raising WorldObjectAppearedEvent automatically (if object is visible).
objectCreated(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenLocalWorldView
Must be called whenever an object was created, raises correct events.
objectCreated(ISharedWorldObject, long) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenSharedWorldView
Must be called whenever an object was created, raises correct events.
objectCreated(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.VisionLocalWorldView
 
objectDestroyed(IWorldObject) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.EventDrivenWorldView
Must be called whenever an object was destroyed - raises correct events.
objectDestroyed(IWorldObject) - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.VisionWorldView
Additionally it handles IViewable objects automatically raising WorldObjectDisappearedEvent if object was visible before it was destroyed.
objectDestroyed(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenLocalWorldView
Must be called whenever an object was destroyed - raises correct events.
objectDestroyed(IWorldObject, long) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenSharedWorldView
Must be called whenever an object was destroyed - raises correct events.
objectDestroyed(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.VisionLocalWorldView
 
objectDisappeared(IViewable) - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.BatchAwareWorldView
 
objectDisappeared(IViewable) - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.VisionWorldView
Called whenever the object disappears from the agent's FOV.
objectDisappeared(ILocalViewable) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.VisionLocalWorldView
Handles events for making the object not visible.
ObjectEventListener - Annotation Type in cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation
Used by AnnotationListenerRegistrator to register level E listener (IWorldView#addObjectListener(WorldObjectId, Class, cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObjectListener) for the annotated method.
ObjectEventReact<OBJECT extends IWorldObject,EVENT extends IWorldObjectEvent<OBJECT>> - Class in cz.cuni.amis.pogamut.base.communication.worldview.react
This abstract class allows you to easily hook a specific event-handling behavior.
ObjectEventReact(Class<?>, IWorldView) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReact
 
ObjectEventReact(Class<?>, Class<?>, IWorldView) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReact
 
ObjectEventReact(WorldObjectId, IWorldView) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReact
 
ObjectEventReact(WorldObjectId, Class<?>, IWorldView) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReact
 
ObjectEventReactOnce<OBJECT extends IWorldObject,EVENT extends IWorldObjectEvent<OBJECT>> - Class in cz.cuni.amis.pogamut.base.communication.worldview.react
This abstract class allows you to easily hook a specific event-handling behavior.
ObjectEventReactOnce(Class<?>, IWorldView) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReactOnce
 
ObjectEventReactOnce(Class<?>, Class<?>, IWorldView) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReactOnce
 
ObjectEventReactOnce(WorldObjectId, IWorldView) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReactOnce
 
ObjectEventReactOnce(WorldObjectId, Class<?>, IWorldView) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReactOnce
 
ObjectFilter<T> - Interface in cz.cuni.amis.utils
 
ObjectHitLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ObjectSelected
Location of the hit point that we have selected this actor through.
ObjectId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ObjectSelected
Id of the actor the player selected (actors include other players or bots and other physical objects that can block your path and even level geometry actors).
ObjectListener - Annotation Type in cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation
Used by AnnotationListenerRegistrator to register level D listener (IWorldView#addObjectListener(cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId, cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObjectListener) for the annotated method.
ObjectLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ObjectSelected
Location of the actor the player selected.
ObjectManager<ManagedObject> - Class in cz.cuni.amis.utils.objectmanager
ObjectManager is a class that helps you to keep unused objects in the memory.
ObjectManager(IObjectFactory<ManagedObject>) - Constructor for class cz.cuni.amis.utils.objectmanager.ObjectManager
 
ObjectManager(IObjectFactory<ManagedObject>, int) - Constructor for class cz.cuni.amis.utils.objectmanager.ObjectManager
 
ObjectManager(IObjectFactory<ManagedObject>, int, int) - Constructor for class cz.cuni.amis.utils.objectmanager.ObjectManager
 
objectName - Variable in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogCategories
Id of the MBean.
ObjectReact<OBJECT extends IWorldObject> - Class in cz.cuni.amis.pogamut.base.communication.worldview.react
 
ObjectReact(Class<?>, IWorldView) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectReact
 
ObjectReact(Class<?>, Class<?>, IWorldView) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectReact
 
ObjectReact(WorldObjectId, IWorldView) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectReact
 
ObjectReact(WorldObjectId, Class<?>, IWorldView) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectReact
 
ObjectReactOnce<OBJECT extends IWorldObject> - Class in cz.cuni.amis.pogamut.base.communication.worldview.react
 
ObjectReactOnce(Class<?>, IWorldView) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectReactOnce
 
ObjectReactOnce(Class<?>, Class<?>, IWorldView) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectReactOnce
 
ObjectReactOnce(WorldObjectId, IWorldView) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectReactOnce
 
ObjectReactOnce(WorldObjectId, Class<?>, IWorldView) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectReactOnce
 
ObjectSelected - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event SEL.
ObjectSelected() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ObjectSelected
Parameter-less contructor for the message.
ObjectSelected(UnrealId, String, UnrealId, Location, Location) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ObjectSelected
Creates new instance of the message ObjectSelected.
ObjectSelected(ObjectSelected) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ObjectSelected
Cloning constructor from the full message.
objectUpdated(IWorldObject) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.EventDrivenWorldView
Must be called whenever an object was updated - raises correct event.
objectUpdated(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenLocalWorldView
Must be called whenever an object was updated - raises correct event.
objectUpdated(IWorldObject, long) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenSharedWorldView
Must be called whenever an object was updated - raises correct event.
objectUpdatedEvent(IWorldObjectUpdatedEvent) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.EventDrivenWorldView
Called from EventDrivenWorldView.innerNotify(IWorldChangeEvent) if the event is IWorldObjectUpdatedEvent to process it.
objectUpdatedEvent(IWorldObjectUpdatedEvent) - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.VisionWorldView
It additionally handles IViewable objects automatically raising WorldObjectAppearedEvent and WorldObjectDisappearedEvent.
objectUpdatedEvent(ILocalWorldObjectUpdatedEvent) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenLocalWorldView
Called from EventDrivenWorldView.innerNotify(IWorldChangeEvent) if the event is IWorldObjectUpdatedEvent to process it.
objectUpdatedEvent(ILocalWorldObjectUpdatedEvent) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.VisionLocalWorldView
 
ObservableCollection<E> - Class in cz.cuni.amis.utils.collections
Wrapper for collections.
ObservableCollection(Collection) - Constructor for class cz.cuni.amis.utils.collections.ObservableCollection
 
ObservableCollections - Class in cz.cuni.amis.utils.collections
 
ObservableCollections() - Constructor for class cz.cuni.amis.utils.collections.ObservableCollections
 
ObservableList<E> - Class in cz.cuni.amis.utils.collections
Wrapper for the Lists adding events notification.
ObservableList(List<E>) - Constructor for class cz.cuni.amis.utils.collections.ObservableList
 
ObservableSet<E> - Class in cz.cuni.amis.utils.collections
 
ObservableSet(Set<E>) - Constructor for class cz.cuni.amis.utils.collections.ObservableSet
 
observer - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
 
observer - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
observer for the yylex for reporting exceptions
observerAdded(UnrealId, IUT2004AnalyzerObserver) - Method in interface cz.cuni.amis.pogamut.ut2004.analyzer.IAnalyzerObserverListener
 
ObserverFSM - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.observer
 
ObserverFSM(ItemTranslator, AgentLogger) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.ObserverFSM
 
ObserverListState<MESSAGE,CONTEXT extends TranslatorContext> - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support
Support class that takes care of batch of messages in the form of:
ObserverListState(Class, Class<MESSAGE>, Class) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support.ObserverListState
 
ObserverMessageExpectedState<CONTEXT extends TranslatorContext> - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support
Used to check the message that is used to leave the state.
ObserverMessageExpectedState(Class) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support.ObserverMessageExpectedState
 
observerPort - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
Port for observer connection.
observerRemoved(UnrealId, IUT2004AnalyzerObserver) - Method in interface cz.cuni.amis.pogamut.ut2004.analyzer.IAnalyzerObserverListener
 
ObserverRunningState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state
This class implements a batch handling logic.
ObserverRunningState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.ObserverRunningState
 
onlyGeneral - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefs
 
OnlyTranslocator - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
Whether the translocator is the only way how to traverse this navigation edge.
ONS_AVRIL - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
AVRiL Onslaught weapon.
ONS_AVRIL_AMMO - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
AVRiL ammo.
ONS_GRENADE_LAUNCHER - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
GrenadeLauncher Onslaught weapon.
ONS_GRENADE_LAUNCHER_AMMO - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
GrenadeLauncher ammo.
ONS_MINE_LAYER - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
MineLayer Onslaught weapon.
ONS_MINE_LAYER_AMMO - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
MineLayer ammo.
ONS_TARGET_PAINTER - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
TargetPainter Onslaught weapon.
openList - Variable in class cz.cuni.amis.utils.astar.AStarResult
List of nodes which is opened -> was touched by the algorithm and are subjects of examination.
OpenTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
How long the mover stands still when it reaches its destination position.
OpenTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
How long the mover stands still when it reaches its destination position.
Option0 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
Option1 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
Option2 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
Option3 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
Option4 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
Option5 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
Option6 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
Option7 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
Option8 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
Option9 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
Or - Class in cz.cuni.amis.utils.flag.connective
 
origin - Variable in class cz.cuni.amis.pogamut.base.component.bus.event.impl.FatalErrorEvent
 
Origin - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: IMAGE.
Origin - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
Possition of the origin, when combined with direction can define the line of fire.
Origin - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
Possition of the origin, when combined with direction can define the line of fire.
os - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.StreamSink
 
os - Variable in class cz.cuni.amis.utils.StreamSink
 
OtherDescriptor - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
Other descriptor - currently it does not contain anything useful (just marked ItemDescriptor).
OtherDescriptor() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.OtherDescriptor
 
OtherDescriptorFactory - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
An 'other item type' factory takes care about all items which fall into a ItemType.Category#OTHER.
OutgoingEdges - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
Maps edge-LEADING_TO-navpoint-UnrealId to neighbour link, those are outgoing edges (those edges that originates in this navpoint going to another one, those you may usually travel).
OutgoingEdges - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Maps edge-LEADING_TO-navpoint-UnrealId to neighbour link, those are outgoing edges (those edges that originates in this navpoint going to another one, those you may usually travel).
output(String) - Method in class cz.cuni.amis.utils.IniFile
Outputs GameBots2004.ini stored by this class into 'file'.
output(File) - Method in class cz.cuni.amis.utils.IniFile
Outputs GameBots2004.ini stored by this class into 'file'.
output(PrintWriter) - Method in class cz.cuni.amis.utils.IniFile
Outputs contents of this IniFile into the 'writer'.
output() - Method in class cz.cuni.amis.utils.IniFile
Returns contents of this IniFile as string.
output(PrintWriter) - Method in class cz.cuni.amis.utils.IniFile.Section
Writes this section into the writer.
outputFile - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Formatter that is used to output strings into the UT2004AnalyzerObserver#observerFile.
outputHeader(Formatter) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Outputs stats headers into the 'output'.
outputStatLine(Formatter, double, String...) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Outputs stats line into 'output' appending 'eventOutput' at the end (also separated by semicolons)
outputStatLine(double, String...) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Outputs stats line with event IFF logging (i.e., AgentStats.outputFile is not null, was initialized by AgentStats.startOutput(String) or AgentStats.startOutput(String, boolean)).
owner - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointEdgeBuilder
 

P

PainCausing - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
True or false if we get some damage when we stay in this zone.
Parent - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Id of parent component.
parse() - Method in class cz.cuni.amis.pogamut.base.communication.parser.impl.yylex.YylexParser
 
parse() - Method in interface cz.cuni.amis.pogamut.base.communication.parser.IWorldMessageParser
May block.
parseNumberArray(String) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location.PropertyEditor
 
parser - Variable in class cz.cuni.amis.pogamut.base.communication.translator.impl.WorldMessageTranslator
Parser of the world messages, may be used to get additional messages.
ParserEOFException - Exception in cz.cuni.amis.pogamut.base.communication.parser.exception
 
ParserEOFException(Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.parser.exception.ParserEOFException
 
ParserException - Exception in cz.cuni.amis.pogamut.base.communication.parser.exception
To be used by IParser implementors.
ParserException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.parser.exception.ParserException
Constructs a new exception with the specified detail message.
ParserException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.parser.exception.ParserException
Constructs a new exception with the specified detail message and cause.
ParserException(String, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.parser.exception.ParserException
Constructs a new exception with the specified detail message.
ParserException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.parser.exception.ParserException
Constructs a new exception with the specified detail message and cause.
partLocal - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageCompositeImpl
 
partLocal - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayCompositeImpl
 
partLocal - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoCompositeImpl
 
partLocal - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
 
partLocal - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoCompositeImpl
 
partLocal - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
partLocal - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileCompositeImpl
 
partLocal - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
partLocal - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCompositeImpl
 
partLocal - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
 
partLocal - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryCompositeImpl
 
partLocal - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
partLocal - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerCompositeImpl
 
partLocal - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
partLocal - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreCompositeImpl
 
partLocal - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleCompositeImpl
 
partOf(ComponentState[], ComponentState...) - Static method in enum cz.cuni.amis.pogamut.base.component.controller.ComponentState
Returns true if one state from 'states' is found 'inside', O(n) complexity.
partStatic - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageCompositeImpl
 
partStatic - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayCompositeImpl
 
partStatic - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoCompositeImpl
 
partStatic - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
 
partStatic - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoCompositeImpl
 
partStatic - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
partStatic - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileCompositeImpl
 
partStatic - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
partStatic - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCompositeImpl
 
partStatic - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
 
partStatic - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryCompositeImpl
 
partStatic - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
partStatic - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerCompositeImpl
 
partStatic - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
partStatic - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreCompositeImpl
 
partStatic - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleCompositeImpl
 
passedBeginning - Variable in class cz.cuni.amis.utils.iterators.CircularListIterator
 
passedEnd - Variable in class cz.cuni.amis.utils.iterators.CircularIterator
 
passedEnd - Variable in class cz.cuni.amis.utils.iterators.CircularListIterator
 
PasswdOk - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event PASSWDOK.
PasswdOk() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PasswdOk
Parameter-less contructor for the message.
PasswdOk(PasswdOk) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PasswdOk
Cloning constructor from the full message.
PasswdWrong - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event PASSWDWRONG.
PasswdWrong() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PasswdWrong
Parameter-less contructor for the message.
PasswdWrong(PasswdWrong) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PasswdWrong
Cloning constructor from the full message.
Password - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PasswordReply
The password.
Password - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetPassword
Holds the password.
Password - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event PASSWORD.
Password() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Password
Parameter-less contructor for the message.
Password(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Password
Creates new instance of the message Password.
Password(Password) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Password
Cloning constructor from the full message.
PasswordReply - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command PASSWORD.
PasswordReply(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PasswordReply
Creates new instance of command PasswordReply.
PasswordReply() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PasswordReply
Creates new instance of command PasswordReply.
PasswordReply(PasswordReply) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PasswordReply
Cloning constructor.
PasswordState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state
Entered by the Password message that is sent to the world view, the state then wait for PasswdOk or PasswdWrong message to came.
PasswordState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.PasswordState
 
PasswordState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state
Entered by the Password message that is sent to the world view, the state then wait for PasswdOk or PasswdWrong message to came.
PasswordState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.PasswordState
 
PasswordState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.server.state
Entered by the Password message that is sent to the world view, the state then wait for PasswdOk or PasswdWrong message to came.
PasswordState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.PasswordState
 
Path - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events
 
Path(String, List<PathList>, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.Path
 
PATH_COMPUTATION_FAILED - Static variable in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutorState
Corresponds to the PathExecutorState.PATH_COMPUTATION_FAILED state.
PATH_COMPUTED - Static variable in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutorState
Corresponds to the PathExecutorState.PATH_COMPUTED state.
PathAcceptState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state
Takes care of the path list.
PathAcceptState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.PathAcceptState
 
PathAcceptState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state
Takes care of the path list.
PathAcceptState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.PathAcceptState
 
PathAcceptState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.server.state
Takes care of the path list.
PathAcceptState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.PathAcceptState
 
pathComputationFailed() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
Path computation has failed, path is unavailable and the executor can't start navigate the agent through the environment.
pathComputationFailedImpl() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
Method that is called just after the executor's state is switched to PathExecutorState.PATH_COMPUTATION_FAILED from within the BasePathExecutor.pathComputationFailed() method.
pathComputationFailedImpl() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004PathExecutor
 
pathComputed() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
Path has been computed and is available in BasePathExecutor.pathFuture.
pathComputedImpl() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
Method that is called just after the executor's state is switched to PathExecutorState.PATH_COMPUTED from within the BasePathExecutor.pathComputed() method.
pathComputedImpl() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004PathExecutor
If the path is not zero-length, recalls IUT2004PathNavigator.newPath(List) and set the path into the GB2004 via SetRoute.
pathCost - Variable in class cz.cuni.amis.utils.astar.AStarResult
Used and filled by A* algorithm (AStar.aStar()).
pathExecutor - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
Executor is used for following a path in the environment.
PathExecutorState - Enum in cz.cuni.amis.pogamut.base.agent.navigation
High-level description of the IPathExecutor state.
pathFuture - Variable in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
Current path future of the path executor.
PathFuture<PATH_ELEMENT> - Class in cz.cuni.amis.pogamut.base.agent.navigation.impl
Simple implementation of the IPathFuture interface that assumes the computation to be dependent on some IComponents.
PathFuture(PATH_ELEMENT, PATH_ELEMENT) - Constructor for class cz.cuni.amis.pogamut.base.agent.navigation.impl.PathFuture
Initialize the path future as independent on any IComponent.
PathFuture(PATH_ELEMENT, PATH_ELEMENT, IComponentBus, IComponent...) - Constructor for class cz.cuni.amis.pogamut.base.agent.navigation.impl.PathFuture
Initialize the path future as dependent on 'dependants'.
PathList - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event IPTH.
PathList() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathList
Parameter-less contructor for the message.
PathList(UnrealId, Location) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathList
Creates new instance of the message PathList.
PathList(PathList) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathList
Cloning constructor from the full message.
PathListEnd - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event EPTH.
PathListEnd() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathListEnd
Parameter-less contructor for the message.
PathListEnd(PathListEnd) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathListEnd
Cloning constructor from the full message.
PathListStart - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event SPTH.
PathListStart() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathListStart
Parameter-less contructor for the message.
PathListStart(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathListStart
Creates new instance of the message PathListStart.
PathListStart(PathListStart) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathListStart
Cloning constructor from the full message.
pathMatrix - Variable in class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap
 
pathPlanner - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
Planner used to compute the path (consisting of navigation points) inside the map.
pathToOutput - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Path to output as passed by the user.
pause() - Method in interface cz.cuni.amis.pogamut.base.agent.IAgent
This should pause the the agent.
pause() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Pauses the agent - working only if the agent is in IAgentStateRunning
pause() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.adapter.AgentMBeanAdapter
 
pause() - Method in interface cz.cuni.amis.pogamut.base.agent.jmx.adapter.IAgentMBeanAdapter
This should pause the the agent.
pause() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentJMXProxy
 
pause() - Method in class cz.cuni.amis.pogamut.base.agent.module.AgentModule
Pauses the agent module.
pause() - Method in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
pause() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
Pauses the world view.
pause() - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentControlHelper
 
pause() - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControlHelper
Pauses the component.
pause() - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentControlHelper
Pauses the component.
pause() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentControlHelper
 
pause() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController.ControlHelper
 
pause() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
pause() - Method in interface cz.cuni.amis.pogamut.base.component.IPausable
Pauses the component.
pause() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
Pauses the world view.
pause() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
Pauses the world view.
pause() - Method in class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
 
Pause - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command PAUSE.
Pause(Boolean, Boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Pause
Creates new instance of command Pause.
Pause() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Pause
Creates new instance of command Pause.
Pause(Pause) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Pause
Cloning constructor.
Pause - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
Should pause the emitter, does not work right now.
pauseAgent() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Called during pause() method - override to provide custom pausing behavior of the agent.
PauseAll - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Pause
Everyone in the game will be paused if set to true.
PauseBots - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Pause
Iif true only bots will be paused – players and spectators will move freely.
paused() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
paused(String) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
PausedEvent<SOURCE extends IComponent> - Class in cz.cuni.amis.pogamut.base.component.bus.event.impl
 
PausedEvent(SOURCE) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.PausedEvent
 
PausedEvent(SOURCE, String) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.PausedEvent
 
pausedTransactional() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
pausedTransactional(String) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
pausing() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
pausing(String) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
PausingEvent<SOURCE extends IComponent> - Class in cz.cuni.amis.pogamut.base.component.bus.event.impl
 
PausingEvent(SOURCE) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.PausingEvent
 
PausingEvent(SOURCE, String) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.PausingEvent
 
pausingTransactional() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
pausingTransactional(String) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
peek(KEY) - Method in class cz.cuni.amis.utils.maps.HashMapList
Returns first item from the list under a specific key.
performFloydWarshall(MapPointListObtained) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap
 
performFloydWarshall(List<NavPoint>) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap
 
pick(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.Action
If the items are set to be picked up manualy, this command can be used to pick up the items.
Pick - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command PICK.
Pick(UnrealId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Pick
Creates new instance of command Pick.
Pick() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Pick
Creates new instance of command Pick.
Pick(Pick) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Pick
Cloning constructor.
PickupType - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
We get this item if we pick up this pickup class in the map.
PickupType - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
By this class the item is represented in the map.
ping() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Requests
Sends PING message to the server, use Requests.getLastPong() to see the results.
Ping - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command PING.
Ping() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Ping
Creates new instance of command Ping.
Ping(Ping) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Ping
Cloning constructor.
pitch - Variable in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Rotation pitch.
PlatformPropertiesProvider - Class in cz.cuni.amis.pogamut.base.utils.configuration
Default Pogamut platform properties loader.
PlatformPropertiesProvider() - Constructor for class cz.cuni.amis.pogamut.base.utils.configuration.PlatformPropertiesProvider
 
playAnimation(String) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.Action
This command can be used to play some available bot animation.
PlayAnimation - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command ACT.
PlayAnimation(String, Boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlayAnimation
Creates new instance of command PlayAnimation.
PlayAnimation() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlayAnimation
Creates new instance of command PlayAnimation.
PlayAnimation(PlayAnimation) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlayAnimation
Cloning constructor.
player - Variable in class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
 
Player - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CommandPlayer
Name of the affected player.
Player - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogBegin
Name of the player on who's HUD should be the dialog shown.
Player - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogCancel
Name of the player on who's HUD is the dialog.
Player - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogEnd
Name of the player on who's HUD should be the dialog shown.
Player - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Name of the player on who's HUD should the dialog show.
Player - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlaySound
Name of the affected player.
Player - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetPlayerControl
Name of the affected player.
Player - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSendKeys
Name of the affected player.
Player - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ShowText
Name of the player on who's HUD should be the text shown.
Player - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.KeyEvent
Name of player who has triggered the key event.
Player - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the GameBots2004 message PLR.
Player() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player
Parameter-less contructor for the message.
Player.ObjectDisappeared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
Player.ObjectDisappeared(Player, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player.ObjectDisappeared
 
Player.PlayerUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
Player.PlayerUpdate(Player, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player.PlayerUpdate
 
PlayerCompositeImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Composite implementation of the PLR abstract message.
PlayerCompositeImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerCompositeImpl
Parameter-less contructor for the message.
PlayerCompositeImpl(PlayerLocalImpl, PlayerSharedImpl, PlayerStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerCompositeImpl
Composite-impl constructor.
PlayerCompositeImpl(PlayerCompositeImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerCompositeImpl
Cloning constructor.
PlayerDamaged - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event HIT.
PlayerDamaged() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerDamaged
Parameter-less contructor for the message.
PlayerDamaged(UnrealId, int, String, String, boolean, boolean, boolean, boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerDamaged
Creates new instance of the message PlayerDamaged.
PlayerDamaged(PlayerDamaged) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerDamaged
Cloning constructor from the full message.
PlayerId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSendKeys
Id of the affected player.
PlayerId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.KeyEvent
Id of player who has triggered the key event.
PlayerId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ObjectSelected
Unique Id of the player that this event is for.
PlayerInput - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event PLI.
PlayerInput() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerInput
Parameter-less contructor for the message.
PlayerInput(UnrealId, String, int) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerInput
Creates new instance of the message PlayerInput.
PlayerInput(PlayerInput) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerInput
Cloning constructor from the full message.
PlayerJoinsGame - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event JOIN.
PlayerJoinsGame() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerJoinsGame
Parameter-less contructor for the message.
PlayerJoinsGame(UnrealId, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerJoinsGame
Creates new instance of the message PlayerJoinsGame.
PlayerJoinsGame(PlayerJoinsGame) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerJoinsGame
Cloning constructor from the full message.
playerJoinsListener - Variable in class cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server
 
playerKilled(PlayerKilled) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
 
PlayerKilled - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event KIL.
PlayerKilled() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
Parameter-less contructor for the message.
PlayerKilled(UnrealId, UnrealId, String, String, String, String, boolean, boolean, boolean, boolean, boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
Creates new instance of the message PlayerKilled.
PlayerKilled(PlayerKilled) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
Cloning constructor from the full message.
playerKilledInRow - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
 
PlayerLeft - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event LEFT.
PlayerLeft() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLeft
Parameter-less contructor for the message.
PlayerLeft(UnrealId, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLeft
Creates new instance of the message PlayerLeft.
PlayerLeft(PlayerLeft) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLeft
Cloning constructor from the full message.
PlayerListEnd - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event EPLR.
PlayerListEnd() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerListEnd
Parameter-less contructor for the message.
PlayerListEnd(PlayerListEnd) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerListEnd
Cloning constructor from the full message.
PlayerListObtained - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events
 
PlayerListObtained(List<Player>, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.PlayerListObtained
 
PlayerListStart - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event SPLR.
PlayerListStart() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerListStart
Parameter-less contructor for the message.
PlayerListStart(PlayerListStart) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerListStart
Cloning constructor from the full message.
PlayerListState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state
Takes care of the player list.
PlayerListState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.PlayerListState
 
PlayerListState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state
Takes care of the player list.
PlayerListState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.PlayerListState
 
PlayerListState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.server.state
Takes care of the player list.
PlayerListState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.PlayerListState
 
PlayerLocal - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the local part of the GameBots2004 message PLR.
PlayerLocal() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocal
Parameter-less contructor for the message.
PlayerLocal.ObjectDisappeared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
PlayerLocal.ObjectDisappeared(PlayerLocal, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocal.ObjectDisappeared
 
PlayerLocalImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message PLR.
PlayerLocalImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl
Parameter-less contructor for the message.
PlayerLocalImpl(UnrealId, String, boolean, boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl
Creates new instance of the message Player.
PlayerLocalImpl(Player) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl
Cloning constructor from the full message.
PlayerLocalImpl(PlayerLocalImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl
Cloning constructor from the full message.
PlayerLocalImpl(PlayerLocal) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl
Cloning constructor from the message part.
PlayerLocalImpl.PlayerLocalUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
PlayerLocalImpl.PlayerLocalUpdate(PlayerLocal, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl.PlayerLocalUpdate
 
PlayerMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the GameBots2004 message PLR contains also its Local/Shared/Static subpart class definitions..
PlayerMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
Parameter-less contructor for the message.
PlayerMessage(UnrealId, String, String, String, boolean, Rotation, Location, Velocity, int, String, boolean, int) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
Creates new instance of the message Player.
PlayerMessage(PlayerMessage) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
Cloning constructor from the full message.
PlayerMessage.PlayerLocalMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message PLR, used to facade PLRMessage.
PlayerMessage.PlayerLocalMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerLocalMessage
 
PlayerMessage.PlayerSharedMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message PLR, used to facade PLRMessage.
PlayerMessage.PlayerSharedMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerSharedMessage
 
PlayerMessage.PlayerStaticMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message PLR, used to facade PLRMessage.
PlayerMessage.PlayerStaticMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerStaticMessage
 
PlayerName - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.KeyEvent
Name of player who has triggered the key event.
PlayerName - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ObjectSelected
Name of the player that this event is for.
Players - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
Memory module specialized on whereabouts of other players.
Players(UT2004Bot) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Constructor.
Players(UT2004Bot, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Players
Constructor.
players - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
Memory module specialized on whereabouts of other players - who is visible, enemy / friend, whether bot can see anybody, etc.
PlayerScore - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event PLS.
PlayerScore() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerScore
Parameter-less contructor for the message.
PlayerScore(double, UnrealId, int, int) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerScore
Creates new instance of the message PlayerScore.
PlayerScore(PlayerScore) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerScore
Cloning constructor from the full message.
playerScores - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Most rescent message containing info about the player's score.
PlayerShared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the shared part of the GameBots2004 message PLR.
PlayerShared() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
Parameter-less contructor for the message.
PlayerSharedImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message PLR.
PlayerSharedImpl(PlayerSharedImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
 
PlayerSharedImpl(WorldObjectId, Collection<ISharedProperty>) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
 
PlayerSharedImpl.PlayerSharedUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
PlayerSharedImpl.PlayerSharedUpdate(PlayerShared, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl.PlayerSharedUpdate
 
PlayerStart - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
If this is a player start (players and/or bots are respawned at this point).
PlayerStart - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If this is a player start (players and/or bots are respawned at this point).
PlayerStatic - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the static part of the GameBots2004 message PLR.
PlayerStatic() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerStatic
Parameter-less contructor for the message.
PlayerStaticImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message PLR.
PlayerStaticImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerStaticImpl
Parameter-less contructor for the message.
PlayerStaticImpl(UnrealId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerStaticImpl
Creates new instance of the message Player.
PlayerStaticImpl(Player) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerStaticImpl
Cloning constructor from the full message.
PlayerStaticImpl(PlayerStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerStaticImpl
Cloning constructor from the full message.
PlayerStaticImpl(PlayerStatic) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerStaticImpl
Cloning constructor from the message part.
PlayerStaticImpl.PlayerStaticUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
PlayerStaticImpl.PlayerStaticUpdate(PlayerStatic, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerStaticImpl.PlayerStaticUpdate
 
PlaySound - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command PLSND.
PlaySound(String, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlaySound
Creates new instance of command PlaySound.
PlaySound() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlaySound
Creates new instance of command PlaySound.
PlaySound(PlaySound) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlaySound
Cloning constructor.
plus(Point2D, Point2D) - Static method in class cz.cuni.amis.pogamut.base.utils.math.A
 
Pogamut - Class in cz.cuni.amis.pogamut.base.utils
 
Pogamut() - Constructor for class cz.cuni.amis.pogamut.base.utils.Pogamut
 
PogamutCancellationException - Exception in cz.cuni.amis.utils.exception
 
PogamutCancellationException(String, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutCancellationException
Constructs a new exception with the specified detail message.
PogamutCancellationException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutCancellationException
Constructs a new exception with the specified detail message and cause.
PogamutCancellationException(String, Logger, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutCancellationException
Constructs a new exception with the specified detail message.
PogamutCancellationException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutCancellationException
Constructs a new exception with the specified detail message and cause.
PogamutException - Exception in cz.cuni.amis.utils.exception
Ancestor of all exceptions of the Pogamut platform (except PogamutIOException and PogamutRuntimeException).
PogamutException(Throwable, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutException
Constructs exception based on the cause an origin.
PogamutException(String, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutException
Constructs a new exception with the specified detail message.
PogamutException(String, Throwable) - Constructor for exception cz.cuni.amis.utils.exception.PogamutException
Constructs a new exception with the specified detail message.
PogamutException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutException
Constructs a new exception with the specified detail message and cause.
PogamutException(String, Logger, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutException
Constructs a new exception with the specified detail message.
PogamutException(Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutException
Constructs a new exception with the specified detail message and cause.
PogamutException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutException
Constructs a new exception with the specified detail message and cause.
PogamutInterruptedException - Exception in cz.cuni.amis.utils.exception
 
PogamutInterruptedException(Throwable, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutInterruptedException
Constructs a new exception with the specified detail message.
PogamutInterruptedException(String, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutInterruptedException
Constructs a new exception with the specified detail message.
PogamutInterruptedException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutInterruptedException
Constructs a new exception with the specified detail message and cause.
PogamutInterruptedException(String, Logger, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutInterruptedException
Constructs a new exception with the specified detail message.
PogamutInterruptedException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutInterruptedException
Constructs a new exception with the specified detail message and cause.
PogamutIOException - Exception in cz.cuni.amis.utils.exception
Ancestor of all communication exception that might arise from the Pogamut platform.
PogamutIOException(String, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutIOException
Constructs a new exception with the specified detail message.
PogamutIOException(String, Throwable) - Constructor for exception cz.cuni.amis.utils.exception.PogamutIOException
Constructs a new exception with the specified detail message.
PogamutIOException(Throwable, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutIOException
Constructs a new exception with the specified cause.
PogamutIOException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutIOException
Constructs a new exception with the specified detail message and cause.
PogamutIOException(String, Logger, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutIOException
Constructs a new exception with the specified detail message.
PogamutIOException(Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutIOException
Constructs a new exception with the specified detail message and cause.
PogamutIOException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutIOException
Constructs a new exception with the specified detail message and cause.
PogamutJMX - Class in cz.cuni.amis.pogamut.base.utils.jmx
PogamutJMX serves as a placeholder for creating ObjectNames for various Pogamut components (classes).
PogamutJMX() - Constructor for class cz.cuni.amis.pogamut.base.utils.jmx.PogamutJMX
 
PogamutJMXException - Exception in cz.cuni.amis.utils.exception
 
PogamutJMXException(Throwable, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutJMXException
Constructs a new exception with the specified detail message.
PogamutJMXException(String, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutJMXException
Constructs a new exception with the specified detail message.
PogamutJMXException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutJMXException
Constructs a new exception with the specified detail message and cause.
PogamutJMXException(String, Logger, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutJMXException
Constructs a new exception with the specified detail message.
PogamutJMXException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutJMXException
Constructs a new exception with the specified detail message and cause.
PogamutJMXNameException - Exception in cz.cuni.amis.pogamut.base.utils.exception
Thrown whenever the ObjectName instance can't be obtained.
PogamutJMXNameException(String, Throwable) - Constructor for exception cz.cuni.amis.pogamut.base.utils.exception.PogamutJMXNameException
 
PogamutMBeanServer - Class in cz.cuni.amis.pogamut.base.utils.jmx
Wrapper of the MBeanServer interface, that is using to store references of registered mbeans and listeners allowing to unregister/register them again using PogamutMBeanServer.unregisterAll() and PogamutMBeanServer.registerAll().
PogamutMBeanServer() - Constructor for class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
PogamutMBeanServer(MBeanServer) - Constructor for class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
PogamutPlatform - Interface in cz.cuni.amis.pogamut.base.utils
 
PogamutPlatformProxy - Class in cz.cuni.amis.pogamut.base.utils
Used for programatical substitution of properties.
PogamutPlatformProxy(PogamutPlatform) - Constructor for class cz.cuni.amis.pogamut.base.utils.PogamutPlatformProxy
 
PogamutProperty - Enum in cz.cuni.amis.pogamut.base.utils
The key is returned via PogamutProperty.toString() method.
PogamutTimeoutException - Exception in cz.cuni.amis.utils.exception
 
PogamutTimeoutException(String, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutTimeoutException
Constructs a new exception with the specified detail message.
PogamutTimeoutException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutTimeoutException
Constructs a new exception with the specified detail message and cause.
PogamutTimeoutException(String, Logger, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutTimeoutException
Constructs a new exception with the specified detail message.
PogamutTimeoutException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.utils.exception.PogamutTimeoutException
Constructs a new exception with the specified detail message and cause.
PogamutUT2004Property - Enum in cz.cuni.amis.pogamut.ut2004.utils
 
PogamutUTProps - Class in cz.cuni.amis.pogamut.ut2004.utils
List of constants representing keys in properties files.
PogamutUTProps() - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.PogamutUTProps
 
Point0 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point1 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point10 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point11 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point12 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point13 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point14 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point15 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point16 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point17 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point18 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point19 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point2 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point20 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point21 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point22 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point23 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point24 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point25 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point26 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point27 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point28 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point29 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point3 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point30 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point31 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
point3dValue(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Return a Point3d instance starting from num token(tokens are separated by space) in txt
Point4 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point5 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point6 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point7 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point8 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Point9 - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
Pong - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event PONG.
Pong() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Pong
Parameter-less contructor for the message.
Pong(Pong) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Pong
Cloning constructor from the full message.
popEvents() - Method in interface cz.cuni.amis.pogamut.ut2004.communication.translator.IWorldEventQueue
Returns all events in the queue + removes them from the queue.
popEvents() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.IWorldEventQueue.Queue
 
Port - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationPort
Port number.
port - Variable in class cz.cuni.amis.pogamut.ut2004.utils.MultipleUT2004BotRunner
Default port where the instances are going to be connected as defaults, see IAgentParameters.assignDefaults(IAgentParameters).
port - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UT2004AnalyzerRunner
Default port where the instances are going to be connected as defaults, see IAgentParameters.assignDefaults(IAgentParameters).
port - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UT2004BotRunner
Default port where the instances are going to be connected as defaults, see IAgentParameters.assignDefaults(IAgentParameters).
port - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UT2004ObserverRunner
Default port where the instances are going to be connected as defaults, see IAgentParameters.assignDefaults(IAgentParameters).
port - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UT2004ServerRunner
Default port where the instances are going to be connected as defaults, see IAgentParameters.assignDefaults(IAgentParameters).
portsBindedLatch - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.ScannerSink
 
Position - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: PANEL, BUTTON, TEXT, OPTIONLIST, IMAGE.
postAddEvent(Collection<E>, Collection<E>) - Method in interface cz.cuni.amis.utils.collections.CollectionEventListener
Called after the elements were added to the collection.
postAddEvent(Collection<T>, Collection<T>) - Method in class cz.cuni.amis.utils.collections.SimpleListener
 
postReact(COMMAND) - Method in class cz.cuni.amis.pogamut.base.communication.command.react.CommandReact
post-EventReact.react(IWorldEvent) hook allowing you to do additional work after the react method.
postReact(COMMAND) - Method in class cz.cuni.amis.pogamut.base.communication.command.react.CommandReactOnce
Disables the reaction.
postReact(EVENT) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.react.EventReact
post-EventReact.react(IWorldEvent) hook allowing you to do additional work after the react method.
postReact(EVENT) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.react.EventReactOnce
Disables the reaction.
postReact(EVENT) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReact
post-ObjectEventReact#react(IWorldEvent) hook allowing you to do additional work after the react method.
postReact(EVENT) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReactOnce
Disables the reaction.
postRemoveEvent(Collection<E>, Collection<E>) - Method in interface cz.cuni.amis.utils.collections.CollectionEventListener
Called after the elements were removed from the collection.
postRemoveEvent(Collection<T>, Collection<T>) - Method in class cz.cuni.amis.utils.collections.SimpleListener
 
postStartedHook(List<AGENT>) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
Custom hook called after all the agents have been instantiated by the AgentRunner.factory and started with IAgent.start().
postStartedHook(List<AGENT>) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
Custom hook called after all the agents have been instantiated by the MultipleAgentRunner#factory and started with IAgent.start().
postStartHook(AGENT) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
Custom hook called after the agent is instantiated by the AgentRunner.factory and started with IAgent.start().
postStartHook(AGENT) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
Custom hook called after the agent is instantiated and started with IAgent.start().
preAddEvent(Collection<E>, Collection<E>) - Method in interface cz.cuni.amis.utils.collections.CollectionEventListener
Called before the elements will be added to the collection.
preAddEvent(Collection<T>, Collection<T>) - Method in class cz.cuni.amis.utils.collections.SimpleListener
 
PrecomputedPathFuture<PATH_ELEMENT> - Class in cz.cuni.amis.pogamut.base.agent.navigation.impl
Serves as a IPathFuture that contains pre-set result, i.e., you do not need the future, you just want to pass down some value...
PrecomputedPathFuture(PATH_ELEMENT, PATH_ELEMENT, List<PATH_ELEMENT>) - Constructor for class cz.cuni.amis.pogamut.base.agent.navigation.impl.PrecomputedPathFuture
 
PreferedWeapon - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
Class of the weapon that should be prefered when using this point for AIMarker specified action.
PreferedWeapon - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Class of the weapon that should be prefered when using this point for AIMarker specified action.
preFollowPathImpl() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
Method that is called just before the executor's state is switched to PathExecutorState.FOLLOW_PATH_CALLED from within the BasePathExecutor.followPath(IPathFuture) method.
prefs - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefs
 
preInitHook() - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
Custom hook called before all the agents are going to be instantiated by the AgentRunner.factory.
preInitHook() - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
Custom hook called before all the agents are going to be instantiated.
preKillAgent() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Called before any ComponentBusEvents.fatalError(String) event is broadcast.
preKillAgent() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot
 
prepareBot(BOT) - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotController
 
prepareBot(BOT) - Method in interface cz.cuni.amis.pogamut.ut2004.bot.IUT2004BotController
Called during the construction of the UT2004Bot before the GameBots2004 greets the bot.
prepareNewAgent(PARAMS) - Method in class cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule
Must be called before another agent instance can be created.
prepareNewAgent(PARAMS) - Method in class cz.cuni.amis.pogamut.base.factory.guice.GuiceRemoteAgentModule
 
prepareNewAgent(PARAMS) - Method in class cz.cuni.amis.pogamut.multi.factory.guice.GuiceTeamRemoteAgentModule
 
prepareNewAgent(PARAMS) - Method in class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004BotModule
 
prepareNewAgent(PARAMS) - Method in class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004CommunicationModule
Binds runtime dependencies to the module/Injector.
prepareNewAgent(PARAMS) - Method in class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004ObserverModule
 
prepareNewAgent(PARAMS) - Method in class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004ServerModule
 
prePathComputationFailed() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
Method that is called just before the executor's state is switched to PathExecutorState.PATH_COMPUTATION_FAILED from within the BasePathExecutor.pathComputationFailed() method.
prePathComputedImpl() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
Method that is called just before the executor's state is switched to PathExecutorState.PATH_COMPUTED from within the BasePathExecutor.pathComputed() method.
prePause() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
Pre-pauses the world view.
prePause() - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentControlHelper
 
prePause() - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControlHelper
Called before the IPausingEvent of the component is broadcast.
prePause() - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentControlHelper
Called whenever there is no running dependencies and the rest is going to be paused or is paused.
prePause() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentControlHelper
 
prePause() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController.ControlHelper
 
prePause() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
Pre-pauses the world view.
prePause() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
Pre-pauses the world view.
prePause() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.UT2004SyncLockableWorldView
 
preReact(COMMAND) - Method in class cz.cuni.amis.pogamut.base.communication.command.react.CommandReact
pre-EventReact.react(IWorldEvent) hook allowing you to do additional work before the react method.
preReact(EVENT) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.react.EventReact
pre-EventReact.react(IWorldEvent) hook allowing you to do additional work before the react method.
preReact(EVENT) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReact
pre-ObjectEventReact#react(IWorldEvent) hook allowing you to do additional work before the react method.
preRemoveEvent(Collection<E>, Collection<E>) - Method in interface cz.cuni.amis.utils.collections.CollectionEventListener
Called before the elements will be removed from the collection.
preRemoveEvent(Collection<T>, Collection<T>) - Method in class cz.cuni.amis.utils.collections.SimpleListener
 
preResume() - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentControlHelper
 
preResume() - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControlHelper
Called before the IResumingEvent of the component is broadcast.
preResume() - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentControlHelper
Called whenever some of paused dependencies is starting / is started.
preResume() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentControlHelper
 
preResume() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController.ControlHelper
 
preResumeHook(List<AGENT>) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
Custom hook called only iff AgentRunner.isPausing().
preResumeHook(List<AGENT>) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
Custom hook called only iff MultipleAgentRunner.isPausing().
preStart() - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentControlHelper
 
preStart() - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControlHelper
Called before the IStartingEvent of the component is broadcast.
preStart() - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentControlHelper
Called whenever starting dependencies of some (first) agent becomes satisfied.
preStart() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentControlHelper
 
preStart() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController.ControlHelper
 
preStartHook(AGENT) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
Custom hook called after the agent is instantiated by the AgentRunner.factory and before the IAgent.start() is called.
preStartHook(AGENT) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
Custom hook called after the agent is instantiated and before the IAgent.start() is called.
preStartHook(BOT) - Method in class cz.cuni.amis.pogamut.ut2004.utils.MultipleUT2004BotRunner
We're setting the logging level to Level.WARNING here so the bot won't log much.
preStartPaused() - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentControlHelper
 
preStartPaused() - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControlHelper
Called before IStartingPausedEvent of the component is broadcast.
preStartPaused() - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentControlHelper
Called whenever starting dependencies of some (first) agent becomes satisfied, should start the component into paused state.
preStartPaused() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentControlHelper
 
preStartPaused() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController.ControlHelper
 
preStop() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
Pre-stops the world view.
preStop() - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentControlHelper
 
preStop() - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControlHelper
Called before the IStoppingEvent of the component is broadcast.
preStop() - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentControlHelper
Called whenever there is no running dependencies and the rest is going to be stopped.
preStop() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentControlHelper
 
preStop() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController.ControlHelper
 
preStop() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
Pre-stops the world view.
preStop() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
Pre-stops the world view.
preStop() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.UT2004SyncLockableWorldView
 
preStopAgent() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Called before any ComponentBusEvents.stopping() event is broadcast.
preStopAgent() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot
 
preStuckImpl() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
Method that is called just before the executor's state is switched to PathExecutorState#STUCKD from within the BasePathExecutor#stuck(IStuckDetector) method.
preStuckImpl() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004PathExecutor
 
preSwitchToAnotherPathElementImpl(int) - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
Method that is called just before the executor's state is switched to PathExecutorState.SWITCHED_TO_ANOTHER_PATH_ELEMENT from within the BasePathExecutor.switchToAnotherPathElement(int) method.
preTargetReachedImpl() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
Method that is called just before the executor's state is switched to PathExecutorState.TARGET_REACHED from within the BasePathExecutor.targetReached() method.
preTargetReachedImpl() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004PathExecutor
 
previous() - Method in class cz.cuni.amis.utils.iterators.CircularListIterator
 
previousIndex() - Method in class cz.cuni.amis.utils.iterators.CircularListIterator
 
previousIter() - Method in class cz.cuni.amis.utils.iterators.CircularListIterator
 
previousNode - Variable in class cz.cuni.amis.utils.astar.AStarResult
Used by getPath() and filled by A* algorithm (AStar.aStar()).
previousPathElementIndex - Variable in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
Marks the index of the previous path element (path element that has been previously pursued) from the path element list of AbstractPathExecutor.getPath().
PriAimError - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
PriAlwaysGibs - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
PriAmmoClipSize - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
PriAmmoPerFire - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
PriAmmoType - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
PriArmorStops - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
PriBotRefireRate - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
PriDamage - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
PriDamageAtten - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
PriDamageMax - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
PriDamageMin - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
PriDamageRadius - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
PriDamageType - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
PriDetonatesGoop - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
PriExtraMomZ - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
PriFireCount - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
PriFireModeType - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
PriFireOnRelease - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
PriFireRate - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
PriInitialAmount - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
PriInstantHit - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
PriLeadTarget - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
PriLifeSpan - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
primaryAmmo - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weapon
 
PrimaryAmmo - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ChangedWeapon
Holding current primary ammo of the new weapon.
PrimaryAmmo - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
How much ammo the bot has left for current weapon primary mode.
PrimaryAmmo - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WeaponUpdate
Holding primary ammo of the old weapon (that was changed).
PrimaryAmmoPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
PrimaryInitialAmmo - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
If the item is a weapon, contains information how much primary ammo the weapon initial has.
PriMaxAmount - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
PriMaxEffectDistance - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
PriMaxRange - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
PriMaxSpeed - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
PriModeExclusive - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
print(FSM, OutputStream, String) - Static method in class cz.cuni.amis.fsm.FSMDotPrinter
Print the FSM in a Graphviz .dot format.
print(Class<IFSMState>, OutputStream, String) - Static method in class cz.cuni.amis.fsm.FSMDotPrinter
 
printInfo() - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogRecordContainer
 
printInfo() - Method in interface cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealMap
 
printInfo() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.UT2004Map
 
printOutput() - Method in class cz.cuni.amis.utils.TestOutput
 
printStackStrace(StackTraceElement[], String) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.impl.FatalErrorEvent
 
printUsage() - Static method in class cz.cuni.amis.fsm.FSMDotPrinter
 
PriProjType - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
PriRecomSplashDamage - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
PriSpecial - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
PriSpeed - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
PriSplashDamage - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
PriSplashJump - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
PriSpread - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
PriSpreadStyle - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
PriSuperWeapon - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
PriTossed - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
PriTossZ - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, primary firing mode.
PriWaitForRelease - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, primary firing mode.
process(String, Throwable) - Static method in class cz.cuni.amis.utils.ExceptionToString
 
process(Throwable) - Static method in class cz.cuni.amis.utils.ExceptionToString
 
process() - Method in class cz.cuni.amis.utils.future.RunnableFuture
Provide the implementation of your work that returns some RESULT or throws an exception if something happens.
processBeginEvent(SharedBatchBeginEvent) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.BatchAwareSharedWorldView
Adds a lock for the desired time.
processEndEvent(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.BatchAwareSharedWorldView
Processes batch-end event ...
processLog(NetworkLogEnvelope, IToken) - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogManager
A method called from NetworkLogPublisher when a log is to be published.
processMessage(InfoMessage) - Method in class cz.cuni.amis.pogamut.base.communication.translator.impl.WorldMessageTranslator
Method for translating messages into events.
processMessage(InfoMessage) - Method in interface cz.cuni.amis.pogamut.base.communication.translator.IWorldMessageTranslator
The handler must process the message and return 0,1 or more world events.
processMessage(InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.BotFSM
 
processMessage(InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.ObserverFSM
 
processMessage(InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.ServerFSM
 
processNavPointLinks() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.TranslatorContext
Reads getNavPointsLinks() and alters navpoints incoming and outgoing edges.
processNavPointsAndItems() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.TranslatorContext
Interconnects instances of NavPoint and Item from getNavPoints() and getItems() map.
projection(Location) - Static method in class cz.cuni.amis.pogamut.base.utils.math.A
 
projection(Velocity) - Static method in class cz.cuni.amis.pogamut.base.utils.math.A
 
projection(Vector3d) - Static method in class cz.cuni.amis.pogamut.base.utils.math.A
 
projection(Point3d) - Static method in class cz.cuni.amis.pogamut.base.utils.math.A
 
PROP_UCC_EXEC - Static variable in class cz.cuni.amis.pogamut.ut2004.utils.PogamutUTProps
Constant for environment variable with ucc executable.
PropertiesManager - Class in cz.cuni.amis.utils.configuration
Root object for obtaining property values.
PropertiesManager() - Constructor for class cz.cuni.amis.utils.configuration.PropertiesManager
 
propertyCreated(ISharedProperty, ITeamId) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenSharedWorldView
If team is null, the property will be created for all teams.
propertyId - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty
 
PropertyId - Class in cz.cuni.amis.pogamut.multi.communication.worldview.property
Unique Id for each SharedProperty in the world.
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage.AliveMessageSharedMessage
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageSharedImpl
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRaySharedMessage
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRaySharedImpl
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoSharedMessage
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeSharedMessage
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeSharedImpl
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoSharedMessage
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoSharedImpl
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoSharedMessage
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileSharedMessage
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileSharedImpl
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageSharedMessage
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageSharedImpl
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemSharedMessage
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemSharedImpl
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverSharedMessage
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverSharedImpl
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventorySharedMessage
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventorySharedImpl
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointSharedMessage
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointSharedImpl
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerSharedMessage
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage.TeamScoreSharedMessage
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreSharedImpl
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleSharedMessage
 
propertyMap - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
 
PropertyNotFoundException - Exception in cz.cuni.amis.pogamut.base.utils
Thrown when the property wasn't found.
PropertyNotFoundException(String, Throwable) - Constructor for exception cz.cuni.amis.pogamut.base.utils.PropertyNotFoundException
 
PropertyNotFoundException(String) - Constructor for exception cz.cuni.amis.pogamut.base.utils.PropertyNotFoundException
 
PropertyProvider - Class in cz.cuni.amis.utils.configuration
Property provider is responsible for one type of property storage.
PropertyProvider() - Constructor for class cz.cuni.amis.utils.configuration.PropertyProvider
 
propertyUpdated(ISharedProperty, ITeamId) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenSharedWorldView
Updates the property.
propertyUpdatedEvent(ISharedPropertyUpdatedEvent) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenSharedWorldView
MUST NOT BE CALLED CONCURRENTLY - SINGLE THREAD AT THIS POINT ONLY! MUST BE ENFORCED FROM THE OUTSIDE!
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddBot
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddInventory
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddRay
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeAttribute
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeMap
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeTeam
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeWeapon
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CheckReachability
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Combo
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CommandPlayer
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Console
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ContinuousMove
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogBegin
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogCancel
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogEnd
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DisconnectBot
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DisconnectObserver
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Dodge
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DriveTo
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.EndPlayers
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.EnterVehicle
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.FactoryUse
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.FastTrace
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GameConfiguration
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetAllInvetories
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetAllNavPoints
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetAllStatus
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetGameInfo
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetItemCategory
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetMaps
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetPath
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetPlayers
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetSelf
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetSpecialObjects
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetVisibleObjects
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GiveInventory
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.InitializeObserver
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Jump
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Kick
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.LeaveVehicle
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Move
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PasswordReply
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Pause
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Pick
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Ping
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlayAnimation
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlaySound
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Quit
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Ready
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Record
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.RemoveRay
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Respawn
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Rotate
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SendMessage
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCamera
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCrouch
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetGameSpeed
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetLock
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetPassword
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetPlayerControl
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSendKeys
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSkin
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetWalk
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Shoot
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ShowText
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SpawnActor
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StartAnimation
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StartPlayers
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Stop
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StopRecord
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StopShooting
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Throw
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Trace
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.TurnTo
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AdrenalineGained
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessage
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationBotID
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationChange
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationPort
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationStop
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BeginMessage
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Bumped
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ChangedWeapon
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ComboStarted
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogCommand
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogFailed
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogOk
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EndMessage
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EnteredVehicle
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FactoryUsed
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FallEdge
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FastTraceResponse
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GamePaused
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameRestarted
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameResumed
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GlobalChat
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HandShakeEnd
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HandShakeStart
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearNoise
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearPickup
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloBotHandshake
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloControlServerHandshake
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloObserverHandshake
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectile
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategoryEnd
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategoryStart
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemListEnd
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemListStart
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemPickedUp
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.JumpPerformed
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.KeyEvent
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Landed
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LockedVehicle
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LostChild
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LostInventory
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapChange
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapFinished
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapList
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapListEnd
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapListStart
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverListEnd
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverListStart
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mutator
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MutatorListEnd
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MutatorListStart
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventory
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryEnd
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStart
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointListEnd
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointListStart
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLinkEnd
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLinkStart
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ObjectSelected
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PasswdOk
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PasswdWrong
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Password
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathList
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathListEnd
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathListStart
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerDamaged
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerInput
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerJoinsGame
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLeft
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerListEnd
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerListStart
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerScore
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Pong
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Reachable
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.RecordingEnded
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.RecordingStarted
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ShootingStarted
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ShootingStopped
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Spawn
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChanged
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChat
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScore
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Thrown
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TraceResponse
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Trigger
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WallCollision
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WeaponUpdate
Example how the message looks like - used during parser tests.
PROTOTYPE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ZoneChangedBot
Example how the message looks like - used during parser tests.
PROTOTYPE_MAP - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InfoMessages
Unmodifiable map message.PROTOTYPE -> message.class
PROTOTYPES - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InfoMessages
 
ProviderAdapter<T> - Class in cz.cuni.amis.pogamut.base.utils.guice
Adapts the value from some Provider to by of type "T".
ProviderAdapter(Provider) - Constructor for class cz.cuni.amis.pogamut.base.utils.guice.ProviderAdapter
 
publish(LogRecord) - Method in interface cz.cuni.amis.pogamut.base.utils.logging.ILogPublisher
From JavaDoc API:
publish(LogRecord) - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogPublisher
 
publish(LogRecord, String) - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogPublisher
Not used, things are published directly via publish(LogRecord)
publish(LogRecord) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogHandler
 
publish(LogRecord, String) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher.ConsolePublisher
 
publish(LogRecord, String) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher.FilePublisher
 
publish(LogRecord, String) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher
 
publish(LogRecord) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher
 
publish(LogRecord) - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogPublisher
 
publish(LogRecord, String) - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogPublisher
 
publisher - Variable in class cz.cuni.amis.pogamut.base.utils.logging.LogHandler
 
pull(KEY) - Method in class cz.cuni.amis.utils.maps.HashMapList
Removes first item from the list under a specific key.
push(CONTEXT, SYMBOL) - Method in class cz.cuni.amis.fsm.FSM
 
push(CONTEXT, SYMBOL) - Method in class cz.cuni.amis.fsm.FSMNested
 
push(CONTEXT, SYMBOL) - Method in interface cz.cuni.amis.fsm.IFSM
 
push(String) - Method in class cz.cuni.amis.utils.TestOutput
Adds next String to the queue.
pushEvent(IWorldChangeEvent) - Method in interface cz.cuni.amis.pogamut.ut2004.communication.translator.IWorldEventQueue
Add event to the queue.
pushEvent(IWorldChangeEvent[]) - Method in interface cz.cuni.amis.pogamut.ut2004.communication.translator.IWorldEventQueue
Add events to the queue.
pushEvent(IWorldChangeEvent) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.IWorldEventQueue.Queue
 
pushEvent(IWorldChangeEvent[]) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.IWorldEventQueue.Queue
 
pushSymbol(CONTEXT, SYMBOL) - Method in class cz.cuni.amis.fsm.FSM.StateWrapper
 
put(String, String) - Method in class cz.cuni.amis.utils.IniFile.Section
Sets a property key=value into the section.
put(KEY, VALUE) - Method in class cz.cuni.amis.utils.maps.AbstractLazyMap
 
put(PRIMARY_KEY, SECONDARY_KEY, ITEM) - Method in class cz.cuni.amis.utils.maps.HashMapMap
Inserts an item under primary and then secondary key.
put(PRIMARY_KEY, SECONDARY_KEY, TERTIARY_KEY, ITEM) - Method in class cz.cuni.amis.utils.maps.HashTriMap
Puts the item into the map.
put(K, V) - Method in class cz.cuni.amis.utils.maps.LazyMap
 
put(PRIMARY_KEY, SECONDARY_KEY, ITEM) - Method in class cz.cuni.amis.utils.maps.LazyMapMap
Inserts an item under primary and then secondary key.
put(PRIMARY_KEY, SECONDARY_KEY, ITEM) - Method in class cz.cuni.amis.utils.maps.WeakHashMapMap
Inserts item under primary and secondary_key.
put(PRIMARY_KEY, SECONDARY_KEY, TERTIARY_KEY, QUATERNARY_KEY, ITEM) - Method in class cz.cuni.amis.utils.maps.WeakHashQuadMap
Returns the inserted item.
put(PRIMARY_KEY, SECONDARY_KEY, TERTIARY_KEY, ITEM) - Method in class cz.cuni.amis.utils.maps.WeakHashTriMap
Puts the item into the map.
put(Object, Object) - Method in class cz.cuni.amis.utils.SoftHashMap
 
putAll(Map<? extends KEY, ? extends VALUE>) - Method in class cz.cuni.amis.utils.maps.AbstractLazyMap
 
putAll(Map<? extends K, ? extends V>) - Method in class cz.cuni.amis.utils.maps.LazyMap
 
putCostToNode(NODE, Integer) - Method in class cz.cuni.amis.utils.astar.AStarResult
Assing cost of the path from startNode to node.
putEstimatedCostToNode(NODE, Integer) - Method in class cz.cuni.amis.utils.astar.AStarResult
Assing estimated cost of the path from startNode to goalNode through node.
putPreviousNode(NODE, NODE) - Method in class cz.cuni.amis.utils.astar.AStarResult
Assing 'previous' as an previous node for 'node' (the path from 'startNode' to 'node' goes across 'previous').

Q

Query<T> - Class in cz.cuni.amis.utils
Usefull for queriing sets of objects with some common property.
Query() - Constructor for class cz.cuni.amis.utils.Query
 
query(Collection<T>) - Method in class cz.cuni.amis.utils.Query
 
queryMBeans(ObjectName, QueryExp) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
queryNames(ObjectName, QueryExp) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
Quit - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command QUIT.
Quit() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Quit
Creates new instance of command Quit.
Quit(Quit) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Quit
Cloning constructor.

R

rad(double) - Static method in class cz.cuni.amis.pogamut.base.utils.math.A
 
RAD_TO_DEG - Static variable in class cz.cuni.amis.pogamut.base.utils.math.A
 
raiseEvent(IWorldEvent) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
Process new IWorldEvent - notify all the listeners about it.
raiseEvent(IWorldEvent) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.EventDrivenWorldView
Catches exceptions.
raiseEvent(IWorldEvent) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
Process new IWorldEvent - notify all the listeners about it.
raiseEvent(IWorldEvent) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
Process new IWorldEvent - notify all the listeners about it.
raiseEvent(IWorldEvent) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenLocalWorldView
Catches exceptions.
raiseEvent(IWorldEvent) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenSharedWorldView
Catches exceptions.
raiseLatch() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.ScannerSink
 
random - Static variable in class cz.cuni.amis.pogamut.base.agent.impl.AgentId
 
random - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
Random number generator that is usually useful to have during decision making.
Raycasting - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric
Support for creating rays used for raycasting (see AutoTraceRay that is being utilized).
Raycasting(UT2004Bot) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Raycasting
 
Raycasting(UT2004Bot, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Raycasting
 
raycasting - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
Support for creating rays used for raycasting (see AutoTraceRay that is being utilized).
reachable(NavPoint, NavPoint) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap
Whether navpoint 'to' is reachable from the navpoint 'from'.
Reachable - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl
True if the bot can run here directly, false otherwise.
Reachable - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
True if the bot can run here directly, false otherwise.
Reachable - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocalImpl
True if the bot can run here directly, false otherwise.
Reachable - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
True if the bot can run here directly, false otherwise.
Reachable - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocalImpl
True if agent can reach the item.
Reachable - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
True if agent can reach the item.
Reachable - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocalImpl
True if the bot can run here, false otherwise.
Reachable - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
True if the bot can run here, false otherwise.
Reachable - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl
If the bot can reach the point directly.
Reachable - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
If the bot can reach the point directly.
Reachable - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl
True if the bot can run to this other player directly, false otherwise.
Reachable - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
True if the bot can run to this other player directly, false otherwise.
Reachable - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event RCH.
Reachable() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Reachable
Parameter-less contructor for the message.
Reachable(String, boolean, Location) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Reachable
Creates new instance of the message Reachable.
Reachable(Reachable) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Reachable
Cloning constructor from the full message.
Reachable - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Reachable
True if the bot can run here directly, false otherwise.
react(COMMAND) - Method in class cz.cuni.amis.pogamut.base.communication.command.react.CommandReact
React upon event notification.
react(EVENT) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.react.EventReact
React upon event notification.
react(EVENT) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReact
React upon event notification.
reactAct - Variable in class cz.cuni.amis.pogamut.base.communication.command.react.CommandReact
 
reactCommandClass - Variable in class cz.cuni.amis.pogamut.base.communication.command.react.CommandReact
 
reactEventClass - Variable in class cz.cuni.amis.pogamut.base.communication.worldview.react.EventReact
 
reactEventClass - Variable in class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReact
 
reactListener - Variable in class cz.cuni.amis.pogamut.base.communication.command.react.CommandReact
 
reactListener - Variable in class cz.cuni.amis.pogamut.base.communication.worldview.react.EventReact
 
reactListener - Variable in class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReact
 
reactObjectClass - Variable in class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReact
 
reactObjectEventType - Variable in class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReact
 
reactObjectId - Variable in class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReact
 
reactWorldView - Variable in class cz.cuni.amis.pogamut.base.communication.worldview.react.EventReact
 
reactWorldView - Variable in class cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReact
 
read(char[], int, int) - Method in class cz.cuni.amis.pogamut.base.communication.connection.WorldReader
 
read(char[], int, int) - Method in class cz.cuni.amis.pogamut.base.communication.connection.WorldReader.WorldReaderWrapper
 
ready() - Method in class cz.cuni.amis.pogamut.base.communication.connection.WorldReader
 
ready() - Method in class cz.cuni.amis.pogamut.base.communication.connection.WorldWriter
Whether the writer is ready.
Ready - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command READY.
Ready() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Ready
Creates new instance of command Ready.
Ready(Ready) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Ready
Cloning constructor.
ReadyCommandRequest - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events
 
ReadyCommandRequest(long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.ReadyCommandRequest
 
readyCommandRequested() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot
This method is called whenever HelloBot message is parsed - the GameBots2004 is awaiting the bot to reply with Ready command to begin the handshake.
readyCommandRequested() - Method in class cz.cuni.amis.pogamut.ut2004.observer.impl.AbstractUT2004Observer
This method is called whenever HelloBot message is parsed - the GameBots2004 is awaiting the bot to reply with Ready command to begin the handshake.
readyCommandRequested() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.AbstractUT2004Server
This method is called whenever HelloBot message is parsed - the GameBots2004 is awaiting the bot to reply with Ready command to begin the handshake.
ReadyRequestedTransition - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.shared.transition
 
ReadyRequestedTransition() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.transition.ReadyRequestedTransition
 
ReadyState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state
When the HELLO_CONTROL_SERVER message comes we switch into this state that sends the ReadyCommandRequest event to the world view and waits for next symbol, it may be: Password message - switches to the PasswordState GameInfo message - switches to the HandshakeControllerState
ReadyState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.ReadyState
 
ReadyState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state
When the HELLO_CONTROL_SERVER message comes we switch into this state that sends the ReadyCommandRequest event to the world view and waits for next symbol, it may be: Password message - switches to the PasswordState GameInfo message - switches to the HandshakeControllerState
ReadyState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.ReadyState
 
ReadyState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.server.state
When the HELLO_CONTROL_SERVER message comes we switch into this state that sends the ReadyCommandRequest event to the world view and waits for next symbol, it may be: Password message - switches to the PasswordState HandShakeStart message - switches to the ServerRunningState - controls the handshake
ReadyState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.ReadyState
 
Reason - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FactoryUsed
If success is false, the reason why we couldn't use a factory will be here.
ReasonFlag<TYPE,REASON> - Class in cz.cuni.amis.utils.flag
Allows you to pass reasons of flag change along with new value of the flag.
ReasonFlag() - Constructor for class cz.cuni.amis.utils.flag.ReasonFlag
Initialize the flag without 'initialValue', initial value will be null.
ReasonFlag(TYPE) - Constructor for class cz.cuni.amis.utils.flag.ReasonFlag
Initialize the flag with 'initialValue'.
ReasonFlagListener<TYPE,REASON> - Interface in cz.cuni.amis.utils.flag
Listener for ReasonFlag.
ReasonFlagListener.FlagListenerAdapter<T,R> - Class in cz.cuni.amis.utils.flag
Adapter for the simple FlagListener that does not care about reasons (the reason is masked during the call...)
ReasonFlagListener.FlagListenerAdapter(FlagListener<T>) - Constructor for class cz.cuni.amis.utils.flag.ReasonFlagListener.FlagListenerAdapter
 
ReasonFlagListener.ReasonFlagListenerNotifier<T,R> - Class in cz.cuni.amis.utils.flag
Notifier for the ReasonFlagListener.
ReasonFlagListener.ReasonFlagListenerNotifier() - Constructor for class cz.cuni.amis.utils.flag.ReasonFlagListener.ReasonFlagListenerNotifier
 
ReasonFlagListener.ReasonFlagListenerNotifier(T) - Constructor for class cz.cuni.amis.utils.flag.ReasonFlagListener.ReasonFlagListenerNotifier
 
ReasonFlagListener.ReasonFlagListenerNotifier(T, R) - Constructor for class cz.cuni.amis.utils.flag.ReasonFlagListener.ReasonFlagListenerNotifier
 
receiveEventProcessing - Variable in class cz.cuni.amis.pogamut.base.communication.worldview.impl.EventDrivenWorldView
Flag that is telling us whether there is an event being processed or not.
receiveEventProcessing - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenLocalWorldView
Flag that is telling us whether there is an event being processed or not.
receiveEventProcessing - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenSharedWorldView
Flag that is telling us whether there is an event being processed or not.
Record - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command REC.
Record(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Record
Creates new instance of command Record.
Record() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Record
Creates new instance of command Record.
Record(Record) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Record
Cloning constructor.
RecordingEnded - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event RECEND.
RecordingEnded() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.RecordingEnded
Parameter-less contructor for the message.
RecordingEnded(RecordingEnded) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.RecordingEnded
Cloning constructor from the full message.
RecordingStarted - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event RECSTART.
RecordingStarted() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.RecordingStarted
Parameter-less contructor for the message.
RecordingStarted(RecordingStarted) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.RecordingStarted
Cloning constructor from the full message.
RedBaseLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
Location of the base spawning the red flag (team 0) (BotCTFGame).
RedBaseLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Location of the base spawning the red flag (team 0) (BotCTFGame).
REDEEMER - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
Redeemer weapon.
refreshPathMatrix() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap
Force FloydWarshall to run again, useful if you modify navpoints using NavigationGraphBuilder.
register(IComponent) - Method in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
register(IComponent) - Method in interface cz.cuni.amis.pogamut.base.component.bus.IComponentBus
Registers component into the bus.
register(IComponent) - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
registerAll() - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
registerJMX() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.AgentJMXComponents
Re-register all agent's MBeans / Listener into the MBeanServer again.
registerLocalWorldView(ILocalWorldView, ILifecycleBus) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
This method is called when a new localWorldView is created and wants to use this sharedWorldView, the method registers the LocalWorldView with the sharedWorldView's sharedComponentBus and also internally stores the information about which WorldViews are registered to it.
registerLocalWorldView(ILocalWorldView, ILifecycleBus) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ISharedWorldView
This method is called when a new localWorldView is created and wants to use this sharedWorldView, the method registers the LocalWorldView with the sharedWorldView's sharedComponentBus and also internally stores the information about which WorldViews are registered to it.
registerMBean(Object, ObjectName) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
registerServer(String) - Static method in class cz.cuni.amis.pogamut.base.debug.DebugServersProvider
 
Release - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCamera
True to release this player from camera mode.
RemoteAgentParameters - Class in cz.cuni.amis.pogamut.base.agent.params.impl
Remote agent parameters are meant to provide run-time parameters needed by various agents that works on client/server paradigm.
RemoteAgentParameters() - Constructor for class cz.cuni.amis.pogamut.base.agent.params.impl.RemoteAgentParameters
 
remove(IComponent) - Method in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
remove(IComponent) - Method in interface cz.cuni.amis.pogamut.base.component.bus.IComponentBus
Removes component from the bus.
remove(IComponent) - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
remove(T) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.utils.TabooSet
Removes a tabu item from the set.
remove(Object) - Method in class cz.cuni.amis.utils.astar.AStarHeap
 
remove() - Method in class cz.cuni.amis.utils.astar.AStarHeapIterator
 
remove(Object) - Method in class cz.cuni.amis.utils.collections.LazyMapValuesCollection
 
remove(Object) - Method in class cz.cuni.amis.utils.collections.ObservableCollection
 
remove(int) - Method in class cz.cuni.amis.utils.collections.ObservableList
 
remove(String) - Method in class cz.cuni.amis.utils.IniFile.Section
Removes a property under the 'key' from this section.
remove() - Method in class cz.cuni.amis.utils.iterators.CircularIterator
 
remove() - Method in class cz.cuni.amis.utils.iterators.CircularListIterator
 
remove() - Method in class cz.cuni.amis.utils.iterators.ShiftedCircularIterator
 
remove(EventListener) - Method in interface cz.cuni.amis.utils.listener.Listeners.ListenerRemover
If returns true, the 'listener' will be removed from the list (detached).
remove(Listeners.ListenerRemover) - Method in class cz.cuni.amis.utils.listener.Listeners
This will iterate over all of the listeners and do the query "whether the listner should be removed from the Listeners object".
remove(IListener) - Method in class cz.cuni.amis.utils.listener.ListenersMap
 
remove(Key, IListener) - Method in class cz.cuni.amis.utils.listener.ListenersMap
 
remove(Object) - Method in class cz.cuni.amis.utils.maps.AbstractLazyMap
 
remove(Object) - Method in class cz.cuni.amis.utils.maps.HashMapList
Remove returns the removed item, if item was non-existent, it returns empty list.
remove(KEY, int) - Method in class cz.cuni.amis.utils.maps.HashMapList
Remove an item at 'index' from the list under a specific key.
remove(Object) - Method in class cz.cuni.amis.utils.maps.HashMapMap
Remove returns the removed item, if item was non-existent, it returns empty map.
remove(PRIMARY_KEY, SECONDARY_KEY) - Method in class cz.cuni.amis.utils.maps.HashMapMap
Removes an item from the map.
remove(Object) - Method in class cz.cuni.amis.utils.maps.HashMapSet
Remove returns the removed item, if item was non-existent, it returns empty set.
remove(KEY, ITEM) - Method in class cz.cuni.amis.utils.maps.HashMapSet
Removes the item from the set under the key.
remove(Object) - Method in class cz.cuni.amis.utils.maps.HashTriMap
Removes the requested map.
remove(PRIMARY_KEY, SECONDARY_KEY) - Method in class cz.cuni.amis.utils.maps.HashTriMap
removes the map under primary and secondary key, if the map does not exist, the data structure is not changed and a new map is returned.
remove(PRIMARY_KEY, SECONDARY_KEY, TERTIARY_KEY) - Method in class cz.cuni.amis.utils.maps.HashTriMap
Returns the item under specified keys and removes it from the map, returns null if item is not present in the map.
remove(Object) - Method in class cz.cuni.amis.utils.maps.LazyMap
 
remove(Object) - Method in class cz.cuni.amis.utils.maps.LazyMapMap
Remove returns the removed item, if item was non-existent, it returns empty map.
remove(PRIMARY_KEY, SECONDARY_KEY) - Method in class cz.cuni.amis.utils.maps.LazyMapMap
Removes an item from the map.
remove(PRIMARY_KEY, SECONDARY_KEY) - Method in class cz.cuni.amis.utils.maps.WeakHashMapMap
removes the item under primary and secondary key.
remove(Object) - Method in class cz.cuni.amis.utils.maps.WeakHashMapMap
removes all items under primaryKey
remove(Object) - Method in class cz.cuni.amis.utils.maps.WeakHashQuadMap
 
remove(PRIMARY_KEY, SECONDARY_KEY) - Method in class cz.cuni.amis.utils.maps.WeakHashQuadMap
 
remove(PRIMARY_KEY, SECONDARY_KEY, TERTIARY_KEY) - Method in class cz.cuni.amis.utils.maps.WeakHashQuadMap
 
remove(PRIMARY_KEY, SECONDARY_KEY, TERTIARY_KEY, QUATERNARY_KEY) - Method in class cz.cuni.amis.utils.maps.WeakHashQuadMap
 
remove(Object) - Method in class cz.cuni.amis.utils.maps.WeakHashTriMap
Removes the requested map.
remove(PRIMARY_KEY, SECONDARY_KEY) - Method in class cz.cuni.amis.utils.maps.WeakHashTriMap
removes the map under primary and secondary key, if the map does not exist, the data structure is not changed and a new map is returned.
remove(PRIMARY_KEY, SECONDARY_KEY, TERTIARY_KEY) - Method in class cz.cuni.amis.utils.maps.WeakHashTriMap
Returns the item under specified keys and removes it from the map, returns null if item is not present in the map.
remove(Object) - Method in class cz.cuni.amis.utils.sets.ConcurrentHashSet
 
remove(Object) - Method in class cz.cuni.amis.utils.sets.ConcurrentLinkedHashSet
 
remove(Object) - Method in class cz.cuni.amis.utils.SoftHashMap
 
removeAgent(IToken) - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogManager
Removes an agent from the manager - stops accepting its logs, closes sockets where its logs are being sent etc...
removeAll(Collection) - Method in class cz.cuni.amis.utils.astar.AStarHeap
 
removeAll(Collection<?>) - Method in class cz.cuni.amis.utils.collections.LazyMapValuesCollection
 
removeAll(Collection<?>) - Method in class cz.cuni.amis.utils.collections.ObservableCollection
 
removeAll(Collection<?>) - Method in class cz.cuni.amis.utils.sets.ConcurrentHashSet
 
removeAll(Collection<?>) - Method in class cz.cuni.amis.utils.sets.ConcurrentLinkedHashSet
 
removeAllAutoTraceRays() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleRayCasting
Removes all autoTraceRays.
removeAllListeners() - Method in class cz.cuni.amis.utils.flag.Flag
Removes all listeners.
removeAllListeners() - Method in interface cz.cuni.amis.utils.flag.IFlag
 
removeAutoTraceRay(String) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleRayCasting
Remove one autoTraceRay with desired id from the list.
removeBotDisconnector() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot
Removes UT2004Bot.botDisconnectorThread as a Runtime.removeShutdownHook(Thread) and nullify the field.
removeCollectionListener(CollectionEventListener) - Method in class cz.cuni.amis.utils.collections.ObservableCollection
 
removeCommandListener(Class, ICommandListener) - Method in interface cz.cuni.amis.pogamut.base.communication.command.IAct
Remove the listener to outgoing commands.
removeCommandListener(Class, ICommandListener) - Method in class cz.cuni.amis.pogamut.base.communication.command.impl.Act
 
removeComponentBus(IAgentId, ILifecycleBus) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
removeComponentBus(IAgentId, ILifecycleBus) - Method in interface cz.cuni.amis.pogamut.base.component.ISharedComponent
Informs the component that it ceased to be the part of the ILifecycleBus, i.e., it has stopped to be used by agent with 'agentId'.
removeComponentBus(IAgentId, ILifecycleBus) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
removeDefaultConsoleHandler() - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
removeDefaultConsoleHandler() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger
Removes default console handler from every existing LogCategory.
removeDefaultHandler(Handler) - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
removeDefaultHandler(Handler) - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger
Removes default handler from all existing LogCategory.
removeDefaultNetworkHandler() - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
removeDefaultNetworkHandler() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger
Removes default network handler from every existing LogCategory.
removeDefaultNetworkHandler() - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IJMXAgentLogger
Removes default network handler from every existing LogCategory.
removeDefaultNetworkHandler() - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.AgentLoggerJMXProxy
Executes JMX remote call to the proxied IAgentLogger.removeDefaultNetworkHandler() method.
removeDoorFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
Removes LinkFlag.DOOR flag from edge flags.
removeDoubleJump() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
Removes "requires double jump" from the edge.
removeEdge(String, String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder
Deletes edge that is leading from 'fromNavPointId' to 'toNavPointId'.
removeEdgesBetween(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointModifier
Removes edge that is leading from this navpoint to 'navPointId'.
removeEdgesBetween(String, String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder
Removes both edges between two specified navpoints.
removeEdgeTo(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointModifier
Removes edge that is leading from this navpoint to 'navPointId'.
removeEqualListener(EventListener) - Method in class cz.cuni.amis.utils.listener.Listeners
Removes all listeners that are equal() to this one.
removeEventListener(Class<?>, IWorldEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
removeEventListener(Class<?>, IWorldEventListener<?>) - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.IWorldView
Removes listener from a specific event (Level A listeners).
removeEventListener(Class<?>, IComponentEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
removeEventListener(Class<?>, Class<?>, IComponentEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
removeEventListener(Class<?>, IToken, IComponentEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
removeEventListener(Class<?>, IComponent, IComponentEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
removeEventListener(Class<?>, IComponentEventListener<?>) - Method in interface cz.cuni.amis.pogamut.base.component.bus.IComponentBus
Removes 'listener' from event 'event'.
removeEventListener(Class<?>, Class<?>, IComponentEventListener<?>) - Method in interface cz.cuni.amis.pogamut.base.component.bus.IComponentBus
Removes 'listener' from event 'event' on component 'component'.
removeEventListener(Class<?>, IToken, IComponentEventListener<?>) - Method in interface cz.cuni.amis.pogamut.base.component.bus.IComponentBus
Removes 'listener' from event 'event' on component of name 'componentName'.
removeEventListener(Class<?>, IComponent, IComponentEventListener<?>) - Method in interface cz.cuni.amis.pogamut.base.component.bus.IComponentBus
Removes 'listener' from event 'event' on the 'component'.
removeEventListener(Class<?>, IComponentEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
removeEventListener(Class<?>, Class<?>, IComponentEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
removeEventListener(Class<?>, IToken, IComponentEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
removeEventListener(Class<?>, IComponent, IComponentEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
removeEventListener(Class<?>, IWorldEventListener<?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
Removes listener from a specific event (Level A listeners).
removeEventListener(Class<?>, IWorldEventListener<?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
removeEventListener(Class<?>, IWorldEventListener<?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
removeEventListener(Class<?>, IWorldEventListener<?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ISharedWorldView
Removes listener from a specific event (Level A listeners).
removeFlyFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
Removes LinkFlag.FLY flag from edge flags.
removeForcedFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
Removes LinkFlag.FORCED flag from edge flags.
removeFromAllCategories(Handler) - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
removeFromAllCategories(Handler) - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger
Removes a handler from all categories.
removeFutureListener(IFutureListener<List<PATH_ELEMENT>>) - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.PrecomputedPathFuture
 
removeFutureListener(IFutureListener<List<PATH_ELEMENT>>) - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathFuture
Removes a listener from the future.
removeFutureListener(IFutureListener<RESULT>) - Method in class cz.cuni.amis.utils.future.FutureWithListeners
Removes a listener from the future.
removeJumpFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
Removes LinkFlag.JUMP flag from edge flags.
removeLadderFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
Removes LinkFlag.LADDER flag from edge flags.
removeLifecycleManagement(IComponent) - Method in interface cz.cuni.amis.pogamut.base.component.lifecyclebus.ILifecycleBus
Removes lifecycle management for a concrete 'component'.
removeLifecycleManagement(IComponent) - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
removeListener(IWorldEventListener<?>) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
removeListener(IWorldEventListener<?>) - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.IWorldView
Removes listener from every listeners category (from every listener level).
removeListener(NetworkLogClient.ILoggingStartedListener) - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient
 
removeListener(NetworkLogClient.ILoggingStoppedListener) - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient
 
removeListener(NetworkLogClient.ILogReadListener) - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient
 
removeListener(IWorldEventListener<?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
Removes listener from every listeners category (from every listener level).
removeListener(IWorldEventListener<?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
removeListener(IWorldEventListener<?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
removeListener(IWorldEventListener<?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ISharedWorldView
Removes listener from every listeners category (from every listener level).
removeListener(IAnalyzerObserverListener) - Method in interface cz.cuni.amis.pogamut.ut2004.analyzer.IUT2004Analyzer
Removes a listener that watches for creation/deletion of observers.
removeListener(IAnalyzerObserverListener) - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004Analyzer
 
removeListener(FlagListener<T>) - Method in class cz.cuni.amis.utils.flag.Flag
Removes all registered 'listener' from the flag.
removeListener(FlagListener<T>) - Method in interface cz.cuni.amis.utils.flag.IFlag
 
removeListener(FlagListener<T>) - Method in class cz.cuni.amis.utils.flag.ImmutableFlag
 
removeListener(EventListener) - Method in class cz.cuni.amis.utils.listener.Listeners
Removes all listeners that are == to this one (not equal()! must be the same object).
removeListeners() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.AnnotationListenerRegistrator
 
removeListeners() - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.listener.IListenerRegistrator
Removes (unregister) all the listeners the registrator has created.
removeLocalWorldObject(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
Helper method to remove a localWorldObject from all corresponding object maps (used in DESTROYED events).
removeLogEvent(LogEventMark) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
Remove log event with undefined duration.
removeMapMark(LogMapMark) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
Remove mark from the map.
removeNeededJump() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
Removes "needed jump at location" from the edge.
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.flag.JMXFlagDecorator
 
removeNotificationListener(NotificationListener) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.flag.JMXFlagDecorator
 
removeNotificationListener(ObjectName, ObjectName) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
removeNotificationListener(ObjectName, NotificationListener) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogPublisher
 
removeNotificationListener(NotificationListener) - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogPublisher
 
removeObjectListener(Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
removeObjectListener(Class<?>, Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
removeObjectListener(WorldObjectId, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
removeObjectListener(WorldObjectId, Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
removeObjectListener(Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.IWorldView
Removes listener from specific 'objectClass' listening for specified 'event' (Level B listeners).
removeObjectListener(Class<?>, Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.IWorldView
Removes listener from specific 'objectClass' listening for specified 'event' (Level C listeners).
removeObjectListener(WorldObjectId, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.IWorldView
Removes listener from objects with specified 'objectId' (Level D Listeners).
removeObjectListener(WorldObjectId, Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.IWorldView
Removes listener to a specified 'event' that occurs on the specific object with 'objectId' (Level E listeners).
removeObjectListener(Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
Removes listener from specific 'objectClass' listening for specified 'event' (Level B listeners).
removeObjectListener(Class<?>, Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
Removes listener from specific 'objectClass' listening for specified 'event' (Level C listeners).
removeObjectListener(WorldObjectId, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
Removes listener from objects with specified 'objectId' (Level D Listeners).
removeObjectListener(WorldObjectId, Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
Removes listener to a specified 'event' that occurs on the specific object with 'objectId' (Level E listeners).
removeObjectListener(Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
removeObjectListener(Class<?>, Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
removeObjectListener(WorldObjectId, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
removeObjectListener(WorldObjectId, Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
removeObjectListener(Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
removeObjectListener(Class<?>, Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
removeObjectListener(WorldObjectId, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
removeObjectListener(WorldObjectId, Class<?>, IWorldObjectEventListener<?, ?>) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
removeObjectListener(Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ISharedWorldView
Removes listener from specific 'objectClass' listening for specified 'event' (Level B listeners).
removeObjectListener(Class<?>, Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ISharedWorldView
Removes listener from specific 'objectClass' listening for specified 'event' (Level C listeners).
removeObjectListener(WorldObjectId, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ISharedWorldView
Removes listener from objects with specified 'objectId' (Level D Listeners).
removeObjectListener(WorldObjectId, Class<?>, IWorldObjectEventListener<?, ?>) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ISharedWorldView
Removes listener to a specified 'event' that occurs on the specific object with 'objectId' (Level E listeners).
removePlayerOnlyFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
Removes LinkFlag.PLAYERONLY flag from edge flags.
removeProscribedFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
Removes LinkFlag.PROSCRIBED flag from edge flags.
RemoveRay - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command REMOVERAY.
RemoveRay(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.RemoveRay
Creates new instance of command RemoveRay.
RemoveRay() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.RemoveRay
Creates new instance of command RemoveRay.
RemoveRay(RemoveRay) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.RemoveRay
Cloning constructor.
removeSeeObject(IWorldObject) - Method in class cz.cuni.amis.pogamut.base3d.worldview.Vision
Removes world object from the world view - this will be called from the descendants of the AbstractWorldView whenever world object should disappear from the world view.
removeSharedProperty(ISharedProperty, ITeamId) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
removeSharedProperty(ISharedProperty) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
removeSpecialFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
Removes LinkFlag.SPECIAL flag from edge flags.
removeStaticWorldObject(WorldObjectId) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
removeStaticWorldObject(IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
removeStuckDetector(IStuckDetector) - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.AbstractPathExecutor
 
removeStuckDetector(IStuckDetector) - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutor
Removes IStuckDetector from the executor (must be the same instance, equals() is NOT USED).
removeSwimFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
Removes LinkFlag.SWIM flag from edge flags.
removeVisible(ILocalViewable) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.VisionLocalWorldView
Removes object of the same objectId as the provided localObject from visible maps.
removeVisibleObject(IViewable) - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.VisionWorldView
Removes world object from the visible world maps.
removeWalkFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
Removes LinkFlag.WALK flag from edge flags.
removeWorldObject(IWorldObject) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
Removes world object from the world view - this will be called from the descendants of the AbstractWorldView whenever world object should disappear from the world view (was destroyed in the world).
replace(BufferedReader, PrintWriter, Map<String, String>) - Static method in class cz.cuni.amis.utils.StringReplacer
 
Requests - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric
Memory module specialized on requests to the map.
Requests(UT2004Bot) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Requests
Constructor.
Requests(UT2004Bot, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Requests
Constructor.
reset() - Method in class cz.cuni.amis.pogamut.base.agent.module.AgentModule
Resets the agent module so it may be reused.
reset() - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IStuckDetector
Restarts the detector - this method is called just before the executor starts to follow the path.
reset() - Method in interface cz.cuni.amis.pogamut.base.communication.translator.IWorldMessageTranslator
Reinitialize the translator.
reset() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
Resets the world view so it is start()able again.
reset() - Method in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
reset() - Method in interface cz.cuni.amis.pogamut.base.component.bus.IComponentBus
Restarts the bus and the whole agent system.
reset() - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentControlHelper
 
reset() - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControlHelper
Called whenever IResetEvent is caught.
reset() - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentControlHelper
Called whenever IResetEvent is caught in any of stopped bus.
reset() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentControlHelper
 
reset() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController.ControlHelper
 
reset() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
reset() - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
reset() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
Resets the world view so it is start()able again.
reset() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
Resets the world view so it is start()able again.
reset() - Method in interface cz.cuni.amis.pogamut.ut2004.agent.navigation.IUT2004PathNavigator
UT2004PathExecutor reports that execution of current path has been terminated - clean up your internal data structure and prepare to navigate the bot along the new path in the future.
reset() - Method in interface cz.cuni.amis.pogamut.ut2004.agent.navigation.IUT2004PathRunner
Resets the runner state.
reset() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.KefikRunner
Initializes direct running to the given destination.
reset() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueNavigator
 
reset() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueRunner
Initializes direct running to the given destination.
reset() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector.UT2004PositionHistoryStuckDetector
 
reset() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector.UT2004TimeStuckDetector
 
reset() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedShooting
Resets the agent module so it may be reused.
reset() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.BotFSM
 
reset() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.ObserverFSM
 
reset() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.ServerFSM
 
reset() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.TranslatorContext
 
reset() - Method in class cz.cuni.amis.pogamut.ut2004.observer.impl.AbstractUT2004Observer
Called during stop/kill/reset events.
reset() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.AbstractUT2004Server
Called during stop/kill/reset events.
reset() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server
 
reset() - Method in interface cz.cuni.amis.utils.statistic.IMovingAverage
Resets the object -> it removes all items stored.
reset() - Method in class cz.cuni.amis.utils.statistic.MovingAverage
 
resetAgent() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Called whenever the IComponentBus broadcast IResetEvent to reset all agent's components as well as an agent.
resetAgent() - Method in class cz.cuni.amis.pogamut.ut2004.observer.impl.AbstractUT2004Observer
 
resetAgent() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.AbstractUT2004Server
 
resetEvent(IResetEvent) - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
 
ResetEvent<SOURCE extends IComponent> - Class in cz.cuni.amis.pogamut.base.component.bus.event.impl
 
ResetEvent(SOURCE) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.ResetEvent
 
ResetFailedException - Exception in cz.cuni.amis.pogamut.base.component.bus.exception
 
ResetFailedException(Throwable, Logger, IComponentBus) - Constructor for exception cz.cuni.amis.pogamut.base.component.bus.exception.ResetFailedException
 
resetMatchTime() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Resets match time to ZERO again (if is initialized, i.e., AgentStats.getCurrentMatchTime() > 0).
resetStats() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Reset all stats, DOES NOT RESET AgentStats.getCurrentMatchTime() (use AgentStats.resetMatchTime() for that purpose separately).
respawn() - Method in interface cz.cuni.amis.pogamut.unreal.bot.IUnrealBot
Restarts the bot in the game.
respawn() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.Action
This function will kill the bot and force him to respawn.
respawn(ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.Action
This function will kill the bot and force him to respawn.
respawn(ILocated, Rotation) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.Action
This function will kill the bot and force him to respawn.
respawn() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.NativeUT2004BotAdapter
 
respawn() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot
 
respawn() - Method in class cz.cuni.amis.pogamut.ut2004.bot.jmx.BotJMXMBeanAdapter
 
respawn() - Method in interface cz.cuni.amis.pogamut.ut2004.bot.jmx.BotJMXMBeanAdapterMBean
 
respawn() - Method in class cz.cuni.amis.pogamut.ut2004.bot.jmx.BotJMXProxy
 
Respawn - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command RESPAWN.
Respawn(UnrealId, Location, Rotation) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Respawn
Creates new instance of command Respawn.
Respawn() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Respawn
Creates new instance of command Respawn.
Respawn(Respawn) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Respawn
Cloning constructor.
restart(CONTEXT) - Method in class cz.cuni.amis.fsm.FSM
 
restart(CONTEXT) - Method in class cz.cuni.amis.fsm.FSM.StateWrapper
 
restart(CONTEXT) - Method in class cz.cuni.amis.fsm.FSMNested
 
restart(Object) - Method in class cz.cuni.amis.fsm.FSMOriginalState
 
restart(CONTEXT) - Method in interface cz.cuni.amis.fsm.IFSM
 
restart(CONTEXT) - Method in interface cz.cuni.amis.fsm.IFSMState
 
restart(CONTEXT) - Method in interface cz.cuni.amis.fsm.IFSMTransition
Called every time somebody restarts the FSM the transition belongs to.
Restart - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GameConfiguration
When set to true, the game state will be restarted (all scores reset to 0 and all players and bots will be restarted).
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.BotAliveState
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.BotDeadState
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.CommunicationTerminatedState
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.FirstSpawnExpectedState
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.GameInfoExpectedState
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.HandshakeControllerState
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.ItemCategoryState
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.NavPointListState
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.PasswordState
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.ReadyState
 
restart(CONTEXT) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.BotListState
 
restart(CONTEXT) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.BotMessageExpectedState
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.transition.HandshakeEndTransition
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.CommunicationTerminatedState
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.GameInfoExpectedState
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.ItemCategoryState
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.NavPointListState
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.ObserverRunningState
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.PasswordState
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.ReadyState
 
restart(CONTEXT) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support.ObserverListState
 
restart(CONTEXT) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support.ObserverMessageExpectedState
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.CommunicationTerminatedState
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.GameInfoExpectedState
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.ItemCategoryState
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.NavPointListState
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.PasswordState
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.ReadyState
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.ServerRunningState
 
restart(CONTEXT) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.ServerListState
 
restart(CONTEXT) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.ServerMessageExpectedState
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.transition.GameInfoTransition
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.transition.InitRequestedTransition
 
restart(TranslatorContext) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.transition.ReadyRequestedTransition
 
restartIterator() - Method in class cz.cuni.amis.utils.iterators.CircularIterator
 
restartIteratorBeginning() - Method in class cz.cuni.amis.utils.iterators.CircularListIterator
 
restartIteratorEnd() - Method in class cz.cuni.amis.utils.iterators.CircularListIterator
 
restartServer() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server.MapChangeFuture
 
Result - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
True if it hit something, false if not.
Result - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
True if it hit something, false if not.
Result - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FastTraceResponse
True if it hit something, false if not.
Result - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TraceResponse
True if it hit something, false if not.
resume() - Method in interface cz.cuni.amis.pogamut.base.agent.IAgent
This should resume the logic of the agent.
resume() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Resumes the agent - working only if the agent is in IAgentStatePaused
resume() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.adapter.AgentMBeanAdapter
 
resume() - Method in interface cz.cuni.amis.pogamut.base.agent.jmx.adapter.IAgentMBeanAdapter
This should resume the logic of the agent.
resume() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentJMXProxy
 
resume() - Method in class cz.cuni.amis.pogamut.base.agent.module.AgentModule
Resumes the agent module.
resume() - Method in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
resume() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
Resumes the world view.
resume() - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentControlHelper
 
resume() - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControlHelper
Resumes the component.
resume() - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentControlHelper
Resumes the component.
resume() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentControlHelper
 
resume() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController.ControlHelper
 
resume() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
resume() - Method in interface cz.cuni.amis.pogamut.base.component.IPausable
Resumes the component.
resume() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
Resumes the world view.
resume() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
Resumes the world view.
resume() - Method in class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
 
resume() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.UT2004SyncLockableWorldView
 
resumeAgent() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Called during resume() method - override to provide custom resuming behavior of the agent.
resumed() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
resumed(String) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
ResumedEvent<SOURCE extends IComponent> - Class in cz.cuni.amis.pogamut.base.component.bus.event.impl
 
ResumedEvent(SOURCE) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.ResumedEvent
 
ResumedEvent(SOURCE, String) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.ResumedEvent
 
resumedTransactional() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
resumedTransactional(String) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
resuming() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
resuming(String) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
ResumingEvent<SOURCE extends IComponent> - Class in cz.cuni.amis.pogamut.base.component.bus.event.impl
 
ResumingEvent(SOURCE) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.ResumingEvent
 
ResumingEvent(SOURCE, String) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.ResumingEvent
 
resumingTransactional() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
resumingTransactional(String) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
retainAll(Collection) - Method in class cz.cuni.amis.utils.astar.AStarHeap
 
retainAll(Collection<?>) - Method in class cz.cuni.amis.utils.collections.LazyMapValuesCollection
 
retainAll(Collection<?>) - Method in class cz.cuni.amis.utils.collections.ObservableCollection
 
retainAll(Collection<?>) - Method in class cz.cuni.amis.utils.sets.ConcurrentHashSet
 
retainAll(Collection<?>) - Method in class cz.cuni.amis.utils.sets.ConcurrentLinkedHashSet
 
retrieveBoolConfigure(String) - Method in class cz.cuni.amis.pogamut.ut2004.bot.jmx.BotJMXMBeanAdapter
 
retrieveBoolConfigure(String) - Method in interface cz.cuni.amis.pogamut.ut2004.bot.jmx.BotJMXMBeanAdapterMBean
Get configuration parameter value.
Right - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Sets the right emoticon.
RightSize - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Sets the right emoticon size.
RoamingSpot - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
Some ambush point, where is good chance to intercept approaching opponents.
RoamingSpot - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Some ambush point, where is good chance to intercept approaching opponents.
ROCKET_LAUNCHER - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
RocketLauncher weapon.
ROCKET_LAUNCHER_AMMO - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
RocketLauncher ammo.
roll - Variable in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Rotation roll.
rotate(Point2D, double) - Static method in class cz.cuni.amis.pogamut.base.utils.math.A
 
Rotate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command ROTATE.
Rotate(Integer, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Rotate
Creates new instance of command Rotate.
Rotate() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Rotate
Creates new instance of command Rotate.
Rotate(Rotate) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Rotate
Cloning constructor.
Rotation - Class in cz.cuni.amis.pogamut.base3d.worldview.object
Rotation within the world.
Rotation() - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Creates rotation with all values set to zeroes.
Rotation(double, double, double) - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Creates rotation with specified values.
Rotation(Rotation) - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Copy constructor.
Rotation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CommandPlayer
Applicable for: TURNTO.
Rotation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Specify start rotation, if unspecified, then random.
Rotation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
Desired rotation.
Rotation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCamera
Initial rotation of this camera.
Rotation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SpawnActor
Initial rotation of the actor.
Rotation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.TurnTo
Absolute rotation you want to spin to.
Rotation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearNoise
How should bot rotate if it would like to be in the direction of the "noisy" actor.
Rotation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearPickup
How should bot rotate if it would like to be in the direction of the pickuped actor
Rotation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
If the type is AIMarker.
Rotation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If the type is AIMarker.
Rotation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
Which direction the player is facing in absolute terms.
Rotation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
Which direction the bot is facing in absolute terms.
Rotation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
Which direction the vehicle is facing in absolute terms.
Rotation.Order - Enum in cz.cuni.amis.pogamut.base3d.worldview.object
Used for conversions in from Location into Rotation and vice versa
Rotation.PropertyEditor - Class in cz.cuni.amis.pogamut.base3d.worldview.object
Property editor for Rotation.
Rotation.PropertyEditor() - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation.PropertyEditor
 
RotationExpInterp(Rotation, Rotation, double) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Exponentially interpolates between 2 rotations with alpha as strength.
RotationExpInterp(Rotation, double) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Exponentially interpolates between 2 rotations with alpha as strength.
RotationLinearInterp(Rotation, Rotation, double) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Linearly interpolates between 2 rotations with alpha as strength.
RotationLinearInterp(Rotation, double) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Linearly interpolates between 2 rotations with alpha as strength.
RotationLogInterp(Rotation, Rotation, double) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Logarithmically interpolates between 2 rotations with alpha as strength.
RotationLogInterp(Rotation, double) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Logarithmically interpolates between 2 rotations with alpha as strength.
RotationProperty - Class in cz.cuni.amis.pogamut.multi.communication.worldview.property
Implementation of the ISharedProperty interface for Double value type.
RotationProperty(WorldObjectId, String, Rotation, Class) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.RotationProperty
 
RotationProperty(RotationProperty) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.RotationProperty
 
RotationPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
 
RotationPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
RotationPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
 
RotationRate - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Sets the bot rotation rate.
RotationRate - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
Bot rotation rate.
RotationRate - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
Bot rotation rate.
RotationSpeed - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
Desired rotation speed.
rotationValue(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Return a Rotation instance starting from num token(tokens are separated by space) in txt
RouteId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathList
Unique Id of one navigation point in the path (well it should be navigation point - safer is to use location).
run() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.StreamSink
 
run() - Method in class cz.cuni.amis.utils.ExceptionDiscarder
 
run() - Method in class cz.cuni.amis.utils.future.RunnableFuture
 
run() - Method in class cz.cuni.amis.utils.StreamSink
 
RunAnim - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetWalk
Change name of running animation.
RunnableFuture<RESULT> - Class in cz.cuni.amis.utils.future
 
RunnableFuture() - Constructor for class cz.cuni.amis.utils.future.RunnableFuture
 
runTo(PATH_ELEMENT) - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutorWithPlanner
 
runTo(PATH_ELEMENT, double) - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutorWithPlanner
 
runToLocation(Location, Location, Location, ILocated, NavPointNeighbourLink, boolean) - Method in interface cz.cuni.amis.pogamut.ut2004.agent.navigation.IUT2004PathRunner
Called iteratively to reach the 'firstLocation'.
runToLocation(Location, Location, Location, ILocated, NavPointNeighbourLink, boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.KefikRunner
Handles running directly to the specified location.
runToLocation(Location, Location, Location, ILocated, NavPointNeighbourLink, boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueRunner
Handles running directly to the specified location.

S

s - Variable in class cz.cuni.amis.utils.collections.ObservableSet
 
SafeEquals - Class in cz.cuni.amis.utils
 
SafeEquals() - Constructor for class cz.cuni.amis.utils.SafeEquals
 
saveObject(T, ObjectOutputStream) - Method in class cz.cuni.amis.utils.GenericLoader
Writes object to the output stream, returns success
saveObject(T, OutputStream) - Method in class cz.cuni.amis.utils.GenericLoader
Writes object to the output stream, returns success.
saveObject(T, File) - Method in class cz.cuni.amis.utils.GenericLoader
Writes object to the file;
saveObject(T, String) - Method in class cz.cuni.amis.utils.GenericLoader
Writes object to the file at 'pathAndFileName';
scale(double) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Scales values of all three coordinates by given multiplier.
scale(double) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Scales values of all three coordinates by given multiplier.
Scale - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: IMAGE.
scope(Key<T>, Provider<T>) - Method in class cz.cuni.amis.pogamut.base.utils.guice.AgentScope
 
Score - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerScore
Number of player frags (how many times the player killed other players) or number of victory points (player frags + some special measurement that can differ from game type to game type).
Score - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage
The score of the team (can be some special measurement that differs from game type to game type - number of stolen flags in CTF game, number of team frags in TeamGame, etc.)
ScorePropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreShared
 
SecAimError - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
SecAlwaysGibs - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
SecAmmoClipSize - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
SecAmmoPerFire - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
SecAmmoType - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
SecArmorStops - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
SecBotRefireRate - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
SecDamage - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
SecDamageAtten - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
SecDamageMax - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
SecDamageMin - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
SecDamageRadius - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
SecDamageType - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
SecDetonatesGoop - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
SecExtraMomZ - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
SecFireCount - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
SecFireModeType - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
SecFireOnRelease - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
SecFireRate - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
SecInitialAmount - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
SecInstantHit - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
SecLeadTarget - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
SecLifeSpan - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
SecMaxAmount - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
SecMaxEffectDistance - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
SecMaxRange - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
SecMaxSpeed - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
SecModeExclusive - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
secondaryAmmo - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weapon
 
SecondaryAmmo - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ChangedWeapon
Holding current secondary ammo of the new weapon.
SecondaryAmmo - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
How much ammo the bot has left for current weapon secondary mode.
SecondaryAmmo - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WeaponUpdate
Holding secondary ammo of the old weapon (that was changed)
SecondaryAmmoPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
SecondaryInitialAmmo - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
If the item is a weapon, contains information how much secondary ammo the weapon initial has.
SecondC - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
Finishing color of the floating balls.
SecondDomPointLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
Location of the second dom point (BotDoubleDomination).
SecondDomPointLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
Location of the second dom point (BotDoubleDomination).
SecondLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Move
After reaching FirstLocation, the bot will start moving to location specified here.
SecProjType - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
SecRecomSplashDamage - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
SecSpecial - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
SecSpeed - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
SecSplashDamage - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
SecSplashJump - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
SecSpread - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
SecSpreadStyle - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
SecSuperWeapon - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
SecTossed - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
SecTossZ - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Ammo or for Weapon, secondary firing mode.
SecWaitForRelease - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon, secondary firing mode.
See - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
Whether to send messages about what the observed player sees with every update.
seeIncomingProjectile() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells whether the bot see any incoming projectiles.
seeIncomingProjectileOnce() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Tells whether the bot see any incoming projectiles.
self - Variable in class cz.cuni.amis.pogamut.ut2004.agent.navigation.AbstractUT2004PathNavigator
Self object that is lazy-initialized inside AbstractUT2004PathNavigator.self.
Self - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
Whether to send messages about the observed player with every update.
Self - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the GameBots2004 message SLF.
Self() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
Parameter-less contructor for the message.
Self.SelfUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
Self.SelfUpdate(Self, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self.SelfUpdate
 
SelfCompositeImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Composite implementation of the SLF abstract message.
SelfCompositeImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
Parameter-less contructor for the message.
SelfCompositeImpl(SelfLocalImpl, SelfSharedImpl, SelfStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
Composite-impl constructor.
SelfCompositeImpl(SelfCompositeImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
Cloning constructor.
SelfLocal - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the local part of the GameBots2004 message SLF.
SelfLocal() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocal
Parameter-less contructor for the message.
SelfLocalImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message SLF.
SelfLocalImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl
Parameter-less contructor for the message.
SelfLocalImpl(UnrealId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl
Creates new instance of the message Self.
SelfLocalImpl(Self) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl
Cloning constructor from the full message.
SelfLocalImpl(SelfLocalImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl
Cloning constructor from the full message.
SelfLocalImpl(SelfLocal) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl
Cloning constructor from the message part.
SelfLocalImpl.SelfLocalUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
SelfLocalImpl.SelfLocalUpdate(SelfLocal, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl.SelfLocalUpdate
 
SelfMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the GameBots2004 message SLF contains also its Local/Shared/Static subpart class definitions..
SelfMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
Parameter-less contructor for the message.
SelfMessage(UnrealId, UnrealId, String, boolean, Location, Velocity, Rotation, int, String, boolean, int, int, int, int, int, int, boolean, boolean, boolean, Location, Location, String, double, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
Creates new instance of the message Self.
SelfMessage(SelfMessage) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
Cloning constructor from the full message.
SelfMessage.SelfLocalMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message SLF, used to facade SLFMessage.
SelfMessage.SelfLocalMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfLocalMessage
 
SelfMessage.SelfSharedMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message SLF, used to facade SLFMessage.
SelfMessage.SelfSharedMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
 
SelfMessage.SelfStaticMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message SLF, used to facade SLFMessage.
SelfMessage.SelfStaticMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfStaticMessage
 
SelfShared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the shared part of the GameBots2004 message SLF.
SelfShared() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
Parameter-less contructor for the message.
SelfSharedImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message SLF.
SelfSharedImpl(SelfSharedImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
 
SelfSharedImpl(WorldObjectId, Collection<ISharedProperty>) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
 
SelfSharedImpl.SelfSharedUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
SelfSharedImpl.SelfSharedUpdate(SelfShared, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl.SelfSharedUpdate
 
SelfStatic - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the static part of the GameBots2004 message SLF.
SelfStatic() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStatic
Parameter-less contructor for the message.
SelfStaticImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message SLF.
SelfStaticImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStaticImpl
Parameter-less contructor for the message.
SelfStaticImpl(UnrealId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStaticImpl
Creates new instance of the message Self.
SelfStaticImpl(Self) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStaticImpl
Cloning constructor from the full message.
SelfStaticImpl(SelfStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStaticImpl
Cloning constructor from the full message.
SelfStaticImpl(SelfStatic) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStaticImpl
Cloning constructor from the message part.
SelfStaticImpl.SelfStaticUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
SelfStaticImpl.SelfStaticUpdate(SelfStatic, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStaticImpl.SelfStaticUpdate
 
Send - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSendKeys
If true, the player can behave normally.
sendCommand(CommandMessage) - Method in class cz.cuni.amis.pogamut.base.communication.command.impl.Act
Provides the implementation how to send 'command' through 'this.writer'.
sendGlobalBubbleMessage(String, double) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.Communication
Sends a global message to UT2004 in-game chat and sets the text bubble visible to all human players above the bot head.
sendGlobalTextMessage(String) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.Communication
Sends global message to UT2004 in-game chat.
SendMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command MESSAGE.
SendMessage(UnrealId, String, Boolean, Double) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SendMessage
Creates new instance of command SendMessage.
SendMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SendMessage
Creates new instance of command SendMessage.
SendMessage(SendMessage) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SendMessage
Cloning constructor.
sendPrivateBubbleMessage(UnrealId, String, double) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.Communication
Sends a private message to desired bot (specified by Id).
sendPrivateTextMessage(UnrealId, String) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.Communication
Sends a private message to desired bot (specified by Id).
sendTeamBubbleMessage(String, double) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.Communication
Sends a message to UT2004 in-game chat and sets the text bubble visible to all human players above the bot head.
sendTeamTextMessage(String) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.Communication
Sends a message to UT2004 in-game chat.
SENSE_THRESHOLD - Static variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Specifies amount of time after which the sense (event) is considered to be invalid/old/discarded.
Senses - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
Memory module specialized on agent's senses.
Senses(UT2004Bot) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Constructor.
Senses(UT2004Bot, AgentInfo, Players) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Constructor.
Senses(UT2004Bot, AgentInfo, Players, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Senses
Constructor.
senses - Variable in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.KefikRunner
Base agent's senses.
senses - Variable in class cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueRunner
Base agent's senses.
senses - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
Memory module specialized on agent's senses - whether the bot has been recently killed, collide with level's geometry, etc.
SensomotoricModule<AGENT extends IEmbodiedAgent> - Class in cz.cuni.amis.pogamut.base.agent.module
 
SensomotoricModule(AGENT) - Constructor for class cz.cuni.amis.pogamut.base.agent.module.SensomotoricModule
 
SensomotoricModule(AGENT, Logger) - Constructor for class cz.cuni.amis.pogamut.base.agent.module.SensomotoricModule
 
SensomotoricModule(AGENT, Logger, ComponentDependencies) - Constructor for class cz.cuni.amis.pogamut.base.agent.module.SensomotoricModule
 
SensorModule<AGENT extends IObservingAgent> - Class in cz.cuni.amis.pogamut.base.agent.module
 
SensorModule(AGENT) - Constructor for class cz.cuni.amis.pogamut.base.agent.module.SensorModule
 
SensorModule(AGENT, Logger) - Constructor for class cz.cuni.amis.pogamut.base.agent.module.SensorModule
 
SensorModule(AGENT, Logger, ComponentDependencies) - Constructor for class cz.cuni.amis.pogamut.base.agent.module.SensorModule
 
sequenceNumber - Variable in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogPublisher
Sequence number for the published logs.
serialize(CommandMessage) - Method in interface cz.cuni.amis.pogamut.base.communication.command.ICommandSerializer
Serialize command into some form that may be sent to the world simulator.
serialize(CommandMessage) - Method in class cz.cuni.amis.pogamut.base.communication.command.impl.StringCommandSerializer
 
server - Variable in class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
 
ServerFSM - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.server
 
ServerFSM(ItemTranslator, AgentLogger) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.server.ServerFSM
 
ServerFull - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloBotHandshake
If it is true, connection will be terminated afterwards.
ServerListState<MESSAGE,CONTEXT extends TranslatorContext> - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.server.support
Support class that takes care of batch of messages in the form of:
ServerListState(Class, Class<MESSAGE>, Class) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.ServerListState
 
ServerMessageExpectedState<CONTEXT extends TranslatorContext> - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.server.support
Used to check the message that is used to leave the state.
ServerMessageExpectedState(Class) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.ServerMessageExpectedState
 
ServerRunningState - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.server.state
This class implements a batch handling logic.
ServerRunningState() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.ServerRunningState
 
servers - Static variable in class cz.cuni.amis.pogamut.base.debug.DebugServersProvider
 
serverWorker - Variable in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogManager
 
serverWorkerThread - Variable in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogManager
Thread of the server worker.
set(T) - Method in class cz.cuni.amis.pogamut.base.utils.guice.AdaptableProvider
Sets the provided value to 'value'.
set(Object, boolean) - Method in enum cz.cuni.amis.pogamut.ut2004.bot.IUT2004Bot.BoolBotParam
 
set(int, E) - Method in class cz.cuni.amis.utils.collections.ObservableList
 
set(String, String) - Method in class cz.cuni.amis.utils.IniFile.Section
Alias for IniFile.Section.put(String, String).
set(String, String, String) - Method in class cz.cuni.amis.utils.IniFile
Sets property key=value into section 'section'
set(E) - Method in class cz.cuni.amis.utils.iterators.CircularListIterator
 
set(T) - Method in class cz.cuni.amis.utils.Lazy
Sets value that should be returned via Lazy.get().
set(T) - Method in class cz.cuni.amis.utils.SyncLazy
 
setAction(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Sets atomic action for the bot (BDI).
setAction(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: BUTTON, IMAGE.
setAddress(ADDRESS) - Method in class cz.cuni.amis.pogamut.base.communication.connection.impl.AbstractConnection
 
setAddress(ADDRESS) - Method in interface cz.cuni.amis.pogamut.base.communication.connection.IWorldConnection
Sets the connection address to the object.
setAddress(String, int) - Method in interface cz.cuni.amis.pogamut.unreal.server.IUnrealServer
Sets the address of the server to different location - does not automatically reconnect, use IUT2004Server#stop() and IUT2004Server#start().
setAddress(String, int) - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.AbstractUT2004Server
 
setAddress(String, int) - Method in interface cz.cuni.amis.pogamut.ut2004.server.IUT2004Server
Sets the address of the server to different location - does not automatically reconnect, use IAgent.stop() and IAgent.start().
setAdrenaline(Integer) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeAttribute
Sets the bot adrenaline.
setAgentId(IAgentId) - Method in class cz.cuni.amis.pogamut.base.agent.params.impl.AgentParameters
Sets agent id into the parameters.
setAgentId(IAgentId) - Method in class cz.cuni.amis.pogamut.base.agent.params.impl.RemoteAgentParameters
 
setAgentId(IAgentId) - Method in class cz.cuni.amis.pogamut.multi.params.impl.TeamRemoteAgentParameters
 
setAgentId(IAgentId) - Method in class cz.cuni.amis.pogamut.ut2004.agent.params.UT2004AgentParameters
 
setAgentId(IAgentId) - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerObserverParameters
 
setAgentId(IAgentId) - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerParameters
 
setAgentModule(MODULE) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentDescriptor
Sets agent module to be used for the instantiation of the agent.
setAgentModule(GuiceAgentModule) - Method in class cz.cuni.amis.pogamut.base.factory.guice.AbstractGuiceAgentFactory
Sets new agent module into the factory, it invalidates the AbstractGuiceAgentFactory.injector so the new one is created when AbstractGuiceAgentFactory.getInjector() is called.
setAgentModule(UT2004BotModule) - Method in class cz.cuni.amis.pogamut.ut2004.agent.utils.UT2004BotDescriptor
 
setAgentParameters(PARAMS[]) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentDescriptor
Clears all the params stored within AgentDescriptor and assigns 'params'.
setAgentParameters(PARAMS[]) - Method in class cz.cuni.amis.pogamut.ut2004.agent.utils.UT2004BotDescriptor
 
setAll(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
Toggles sending all messages with every update.
setAlt(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Shoot
If you send True to this you will alt fire instead of normal fire.
setAmount(Integer) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Rotate
Amount in UT units to rotate.
setAsText(String) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location.PropertyEditor
 
setAsText(String) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation.PropertyEditor
 
setAsText(String) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity.PropertyEditor
 
setAsync(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
Whether to send asynchronous messages, such as HIT or AIN.
setAttribute(ObjectName, Attribute) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
setAttributes(ObjectName, AttributeList) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
setAutoPickup(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
It enables/disables automatic pickup of the bot.
setAutoPickupOff(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
It enables/disables automatic pickup of the bot.
setAutoPickupOff(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
It enables/disables automatic pickup of the bot.
setAutoPrefix(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder
Enables (== true), disables (== false) navpoint ids auto prefixing feature.
setAutoTrace(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
Enables/disables auto ray tracing feature.
setAutoTrace(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Enables/disables auto ray tracing feature.
setAutoTrace(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Enables/disables auto ray tracing feature.
setAxis(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Rotate
If provided as "Vertical", rotation will be done to Pitch (up/down).
setBackground(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: PANEL, BUTTON.
setBgColor(Color) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: PANEL, BUTTON.
setBoolConfigure(IUT2004Bot.BoolBotParam, boolean) - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot
 
setBoolConfigure(IUT2004Bot.BoolBotParam, boolean) - Method in interface cz.cuni.amis.pogamut.ut2004.bot.IUT2004Bot
Configures bot property.
setBoolConfigure(IUT2004Bot.BoolBotParam, boolean) - Method in class cz.cuni.amis.pogamut.ut2004.bot.jmx.BotJMXProxy
 
setBorder(Color) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: PANEL, BUTTON.
setBot(UT2004Bot) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.AbstractUT2004PathNavigator
 
setBot(UT2004Bot) - Method in interface cz.cuni.amis.pogamut.ut2004.agent.navigation.IUT2004PathNavigator
Sets the UT2004Bot instance that the navigator should navigate.
setBotAppearance(String) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ConfigureCommands
Changes the bot appearance.
setBotId(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.IAnalyzerObserverListener.ObserverAddedNotifier
 
setBotId(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.IAnalyzerObserverListener.ObserverRemovedNotifier
 
setBotServer(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetLock
If BotConnections should be locked.
setBotWaiting(boolean) - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IStuckDetector
Tells the stuck detector, that the bot is waiting for something, thus the detector should not detect stuck!
setBotWaiting(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.AbstractUT2004PathNavigator
 
setBotWaiting(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector.UT2004PositionHistoryStuckDetector
 
setBotWaiting(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector.UT2004TimeStuckDetector
 
setBroadcasting(boolean) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
This may enable (== true) / disable (== false) whether this object will actually be sending any events or not.
setBroadcastingEvents(boolean) - Method in class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase
 
setBroadcastingEvents(boolean) - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentController
 
setBroadcastingEvents(boolean) - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControllerBase
Enables (== true) / Disables (== false) sending events about the state of the component, i.e., whether it should automatically send starting/stopping events or not.
setBubbleSize(Integer) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Sets the bubble size behind the emoticons.
setBubbleType(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Sets the bubble type behind the emoticons.
SetCamera - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command FORCECAM.
SetCamera(UnrealId, Location, Rotation, Boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCamera
Creates new instance of command SetCamera.
SetCamera() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCamera
Creates new instance of command SetCamera.
SetCamera(SetCamera) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCamera
Cloning constructor.
setCenter(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Sets the center emoticon.
setCenterSize(Integer) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Sets the center emoticon size.
setChangeWeaponCooldown(long) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Sets how often the bot may change weapon.
setChecked(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: OPTION.
setClassName(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Sets the Unreal Tournament class of the bot that should be used.
setCloseList(Collection<NODE>) - Method in interface cz.cuni.amis.utils.astar.AStarGoal
This is called at the beginning of the A* algorithm to bind the close list to the goal (you may use it check which nodes we've visited, etc...
setCollisionHeight(int) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
 
setCollisionHeight(int) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointEdgeBuilder
Sets collision height of the edge, corresponds to NavPointNeighbourLink.getCollisionH().
setCollisionRadius(int) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
 
setCollisionRadius(int) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointEdgeBuilder
Sets collision radius of the edge, corresponds to NavPointNeighbourLink.getCollisionR().
setCommand(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CommandPlayer
Available: MOVE, TURNTO.
setCommand(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Console
The actual console command.
setConsoleLogging(boolean) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
Allows you to disable/enable default console logging for the agent.
setConsoleLogging(boolean) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
Allows you to disable/enable default console logging for the agent.
setConsumer(IWorldChangeEventInput) - Method in interface cz.cuni.amis.pogamut.base.communication.mediator.IMediator
 
setConsumer(IWorldChangeEventInput) - Method in class cz.cuni.amis.pogamut.base.communication.mediator.impl.Mediator
 
setControl(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetPlayerControl
If true, the player can behave normally.
setController(Class<? extends IUT2004BotController>) - Method in class cz.cuni.amis.pogamut.ut2004.agent.utils.UT2004BotDescriptor
 
setControlServer(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetLock
If ControlConnections (server connections) should be locked.
setCount(int) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentDescriptor
Set number of agents to be instantiated.
setCount(int) - Method in class cz.cuni.amis.pogamut.ut2004.agent.utils.UT2004BotDescriptor
 
SetCrouch - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command SETCROUCH.
SetCrouch(Boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCrouch
Creates new instance of command SetCrouch.
SetCrouch() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCrouch
Creates new instance of command SetCrouch.
SetCrouch(SetCrouch) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCrouch
Cloning constructor.
setCrouch(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCrouch
True or false to crouch or unrouch.
setCurrentTime(TimeKey) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
 
setCurrentTime(TimeKey) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
setDelay(Double) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Jump
After time specified here, the bot performs second jump of a double jump (if DoubleJump is true).
setDesiredSkill(Integer) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Can range from 0 to 7.
setDestination(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
Final destination where the camera should move.
SetDialog - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command DIALOG.
SetDialog(UnrealId, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
Creates new instance of command SetDialog.
SetDialog() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
Creates new instance of command SetDialog.
SetDialog(SetDialog) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
Cloning constructor.
setDialogId(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Id of dialog, which should the message alter.
setDialogId(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
Our Id of the dialog - we will match this Id in response messages and in PLI messages.
setDirection(Vector3d) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddRay
Vector direction of the ray (it will be relative - added to the vector, where the bot is looking, also takes into account angle of the floor the bot is standing on).
setDirection(Vector3d) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Dodge
Relative vector, will be normalized.
setDirection(Vector3d) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
Vector that sets direction of the move of this camera.
setDirty(boolean) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty
 
setDisable(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
If true disables actual emittor (it will dissappear).
setDisappearedFlag(IViewable) - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.BatchAwareWorldView
Sets the visible flag to true on IViewable objects.
setDisappearedFlag(IViewable) - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.UT2004WorldView
 
setDistance(float) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap.PathMatrixNode
 
setDoorFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
 
setDoorFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointEdgeBuilder
Sets LinkFlag.DOOR flag into NavigationGraphBuilder.NewNavPointEdgeBuilder.flags of the new navpoint edge, corresponds to NavPointNeighbourLink.getFlags().
setDoubleJump() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
 
setDoubleJump() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointEdgeBuilder
Sets the flag "double jump is needed" to true, corresponds to NavPointNeighbourLink.isForceDoubleJump().
setDoubleJump(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Jump
If set to True will cause the bot to perform double jump.
setDrawTraceLines(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
If set to true an actor will appear in the game on the location the bot is actually looking at.
setDrawTraceLines(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
If set to true, the rays of automatic ray tracing (ATR messages) will be drawn in the game.
setEffect(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
What should this message do.
SetEmoticon - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command SETEMOT.
SetEmoticon(String, Integer, String, Integer, String, Integer, String, Integer, Double) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Creates new instance of command SetEmoticon.
SetEmoticon() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Creates new instance of command SetEmoticon.
SetEmoticon(SetEmoticon) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Cloning constructor.
SetEmotionalEmitter - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command SETEMIT.
SetEmotionalEmitter(Boolean, Boolean, Vector3d, Vector3d, Velocity, Velocity, Double, Vector3d, Double, Vector3d) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
Creates new instance of command SetEmotionalEmitter.
SetEmotionalEmitter() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
Creates new instance of command SetEmotionalEmitter.
SetEmotionalEmitter(SetEmotionalEmitter) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
Cloning constructor.
setEnd(Waypoint) - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Waylink
 
setEndVelocity(Velocity) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
This is relative velocity direction vector that will affect the speed and direction of the balls going in.
setErase(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
If true will erase previously set points.
setEvent(Object) - Method in class cz.cuni.amis.utils.listener.IListener.Notifier
 
setEvent(Object) - Method in class cz.cuni.amis.utils.listener.Listeners.AdaptableListenerNotifier
 
setExecutor(IUT2004PathExecutorHelper<PATH_ELEMENT>) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.AbstractUT2004PathNavigator
 
setExecutor(IUT2004PathExecutorHelper<PATH_ELEMENT>) - Method in interface cz.cuni.amis.pogamut.ut2004.agent.navigation.IUT2004PathNavigator
Sets the IPathExecutorHelper who is using the navigator, i.e., are calling its IUT2004PathNavigator#navigate(Self) and IUT2004PathNavigator.reset() methods.
setFadeOut(Double) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SendMessage
Enables text bubble.
setFadeTime(Vector3d) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
This will affect the fade in and fade out times of the balls.
setFastTrace(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddRay
True if we want to use FastTrace function instead of Trace function (a bit faster but less information provided - just information if we hit something or not).
setField(Object, boolean) - Method in enum cz.cuni.amis.pogamut.ut2004.bot.IUT2004Bot.BoolBotParam
 
setFileName(String) - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerObserverParameters
Sets FileName to be used for the output.
setFileName(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Record
Name of the saved demo file.
setFileNames(Map<UnrealId, String>) - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerParameters
This may be used to provide concrete filenames for outputting stats for bots identified by their id.
setFirst(FIRST) - Method in class cz.cuni.amis.utils.Tuple2
 
setFirst(FIRST) - Method in class cz.cuni.amis.utils.Tuple3
 
setFirstC(Vector3d) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
Starting color of the floating balls.
setFirstLocation(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Move
The bot will start moving to this location first.
setFlag(T) - Method in class cz.cuni.amis.utils.flag.Flag.DoInSync
Set value in sync.
setFlag(T) - Method in class cz.cuni.amis.utils.flag.Flag
Changes the flag and informs all listeners.
setFlag(T, R) - Method in class cz.cuni.amis.utils.flag.FlagInteger.DoInSyncWithReason
Set value in sync.
setFlag(T) - Method in interface cz.cuni.amis.utils.flag.IFlag
 
setFlag(T) - Method in class cz.cuni.amis.utils.flag.ImmutableFlag
 
setFlag(T, R) - Method in class cz.cuni.amis.utils.flag.ImmutableReasonFlag
 
setFlag(TYPE, REASON) - Method in interface cz.cuni.amis.utils.flag.IReasonFlag
Changes the flag and informs all listeners.
setFlag(TYPE, REASON) - Method in class cz.cuni.amis.utils.flag.ReasonFlag
Changes the flag and informs all listeners.
setFloorCorrection(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddRay
If we should correct ray directions accoring floor normal.
setFlyFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
 
setFlyFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointEdgeBuilder
Sets LinkFlag.FLY flag into NavigationGraphBuilder.NewNavPointEdgeBuilder.flags of the new navpoint edge, corresponds to NavPointNeighbourLink.getFlags().
setFocus(ILocated) - Method in interface cz.cuni.amis.pogamut.unreal.agent.navigation.IUnrealPathExecutor
Allows you to set focus during the path-execution, i.e., tell the bot where it should be looking.
setFocus(ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004PathExecutor
 
setFocusLocation(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CommandPlayer
Applicable for: MOVE.
setFocusLocation(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Move
Here you can specify location you want to face during movement.
setFocusTarget(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Move
Here you can specify UnrealId of the object you want to face during movement (typically enemy player you want to shoot at).
setForce(Double) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Jump
Force vector specifying how big the jump should be.
setForcedFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
 
setForcedFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointEdgeBuilder
Sets LinkFlag.FORCED flag into NavigationGraphBuilder.NewNavPointEdgeBuilder.flags of the new navpoint edge, corresponds to NavPointNeighbourLink.getFlags().
setFormatter(Formatter) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher
 
setFrom(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.FastTrace
Origin point of the ray.
setFrom(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Trace
Origin point of the ray.
setGame(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
Whether to send game-related messages with every update.
setGameBotsPack(String) - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.UCCWrapperConf
Eg.
setGameMap(String) - Method in interface cz.cuni.amis.pogamut.unreal.server.IUnrealServer
Method that initiates map-change.
setGameMap(String) - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server
 
setGameMap(String) - Method in interface cz.cuni.amis.pogamut.ut2004.server.IUT2004Server
Method that initiates map-change.
setGameMessage(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GameConfiguration
Message that will be displayed in the middle of the HUD.
setGameMessageTime(Double) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GameConfiguration
Time the displayed message will stay on the HUD.
SetGameSpeed - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command SETGAMESPEED.
SetGameSpeed(Double) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetGameSpeed
Creates new instance of command SetGameSpeed.
SetGameSpeed() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetGameSpeed
Creates new instance of command SetGameSpeed.
SetGameSpeed(SetGameSpeed) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetGameSpeed
Cloning constructor.
setGameType(String) - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.UCCWrapperConf
Eg.
setGBBots(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StartPlayers
All GameBots bots will be exported.
setGlobal(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SendMessage
If True it is sent to everyone.
setHealth(Integer) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeAttribute
Sets the bot health.
setHost(String) - Method in class cz.cuni.amis.pogamut.ut2004.utils.MultipleUT2004BotRunner
Sets host, where newly launched bots will be connected to.
setHost(String) - Method in class cz.cuni.amis.pogamut.ut2004.utils.UT2004BotRunner
Sets host, where newly launched bots will be connected to.
setHumans(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StartPlayers
All human players will be exported.
setId(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointBuilder
Sets the ID to be used for the new navpoint, corresponds to NavPoint.getId().
setId(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddInventory
Id of the target bot.
setId(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddRay
User set Id of the ray, so the ray can be identified.
setId(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeAttribute
Id of the target bot.
setId(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeTeam
Id of the target bot (won't be parsed if sent to bot connection).
setId(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeWeapon
Unique Id of weapon to switch to.
setId(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CheckReachability
Message Id made up by you and echoed in response so you can match up response with query.
setId(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Id of the target bot.
setId(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogBegin
Id of this dialog.
setId(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogCancel
Id of the cancelled dialog.
setId(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogEnd
Dialog identification.
setId(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Identification of this component.
setId(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.EnterVehicle
Id of the vehicle we want to enter.
setId(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.FastTrace
Message Id made up by you and echoed in response so you can match up response with query.
setId(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetPath
Message Id made up by you and echoed in response so you can match up response with query.
setId(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.InitializeObserver
The ID of the player you want to observe.
setId(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Kick
Id of the bot to be kicked.
setId(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
UnrealId of the player that is a camera and that we want to move.
setId(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Pick
Id of the pickup we want to pick up.
setId(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.RemoveRay
Id of the ray to be removed.
setId(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Respawn
Id of the bot to be respawned (not used if command sent to bot).
setId(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SendMessage
Here we can specify Id of the bot, that will receive this message privately (with "Private:" string at the beginning of the message).
setId(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCamera
UnrealId of the player we want to set as a camera.
setId(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
Id of the player we want to set dialog for.
setId(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Trace
Message Id made up by you and echoed in response so you can match up response with query.
setImage(String) - Method in interface cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealMapInfo
 
setImage(String) - Method in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.MapInfo
 
setImage(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: IMAGE.
setImagePoint(int, Location) - Method in interface cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealMapInfo
 
setImagePoint(int, Location) - Method in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.MapInfo
 
setImplicitRemoveListeners(boolean) - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient
Note that there is a problem with object GC() whenever an anonymous listeners are used (for instance for log collecting).
setInitialTime(TimeKey) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
 
setInitialTime(TimeKey) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
Method for initializing the first timeKey, returns false if the TimeKey is already set.s
setInsidePlace(SPStoryPlace) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlace
Used to inject the insidePlace after construction with "name" only (needed because the xml definition may be written the way it needs to be processed twiced, 1) create SPStoryPlaces, 2) inject inside)
setInvulnerability(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
Will set godmode for bot on (bot can't be killed).
setInvulnerable(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Will set godmode for bot on (bot can't be killed).
setItemId(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GiveInventory
Id of the item in the inventory chain of the giver.
setItemInstance(Item) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
DO NOT USE THIS METHOD! Reserved for GaviaLib (Pogamut core)! It's used to set correct item instance into the NavPoint.
setItemInstance(Item) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
DO NOT USE THIS METHOD! Reserved for GaviaLib (Pogamut core)! It's used to set correct item instance into the NavPoint.
setItems(Map<UnrealId, Item>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.TranslatorContext
 
setItemTranslator(ItemTranslator) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
setItemTranslator(ItemTranslator) - Method in interface cz.cuni.amis.pogamut.ut2004.communication.parser.IUT2004Yylex
 
setJmx(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Sets the jmx adress we can use to debug the bot from Java (if we are using Pogamut).
setJumpFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
 
setJumpFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointEdgeBuilder
Sets LinkFlag.JUMP flag into NavigationGraphBuilder.NewNavPointEdgeBuilder.flags of the new navpoint edge, corresponds to NavPointNeighbourLink.getFlags().
setKeySet(Set<KEY>) - Method in class cz.cuni.amis.utils.maps.AbstractLazyMap
 
setLadderFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
 
setLadderFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointEdgeBuilder
Sets LinkFlag.LADDER flag into NavigationGraphBuilder.NewNavPointEdgeBuilder.flags of the new navpoint edge, corresponds to NavPointNeighbourLink.getFlags().
setLeft(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Sets the left emoticon.
setLeftSize(Integer) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Sets the left emoticon size.
setLength(Integer) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddRay
Specifies the length of the ray (in UT units).
setLevel(Level) - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger
 
setLevel(Level) - Method in class cz.cuni.amis.pogamut.base.utils.logging.AbstractLogCategories
Set level for all handlers of all categories.
setLevel(Level) - Method in interface cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger
Set level for all handlers of all categories.
setLevel(Level) - Method in interface cz.cuni.amis.pogamut.base.utils.logging.ILogCategories
Set level for all handlers of all categories.
setLevel(Level) - Method in class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogCategories
 
setLevel(Level) - Method in interface cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogCategoriesMBean
Sets logging level for all categories.
setLevel(Level) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
setLifeTime(Double) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
This will affect the life time of the balls and radius and speed they will be traversing.
setLocation(double, double, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointBuilder
Sets the location of the new navpoint, corresponds to NavPoint.getLocation().
setLocation(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CheckReachability
Location you want to go to.
setLocation(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CommandPlayer
Applicable for: MOVE, TURNTO.
setLocation(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetPath
Location you want to go to.
setLocation(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Specify start location, if unspecified, then random.
setLocation(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCamera
Initial location of this camera.
setLocation(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Shoot
Location you want to shoot at.
setLocation(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SpawnActor
Location where the actor will be spawned.
setLocation(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.TurnTo
Location you want to face.
SetLock - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command SETLOCK.
SetLock(Boolean, Boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetLock
Creates new instance of command SetLock.
SetLock() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetLock
Creates new instance of command SetLock.
SetLock(SetLock) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetLock
Cloning constructor.
setLockEvents(boolean) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.LockableWorldView
Should the event processing also be locked? The object updating isn't affected by this switch.
setLog(Logger) - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.AbstractPathExecutor
Sets logger to be used by the path executor.
setLog(Logger) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
 
setLog(Logger) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
 
setLog(Logger) - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.UCCWrapperConf
 
setLog(Logger) - Method in class cz.cuni.amis.utils.StreamSink
 
setLog(boolean) - Static method in class cz.cuni.amis.utils.TestOutput
Set simple console logging.
setLogBeforeMatchRestart(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Sets whether we should collect stats before GameRestarted event.
setLogged(boolean) - Method in exception cz.cuni.amis.utils.exception.PogamutException
Set whether the exception has been logged to the Platform logger, if not it will be logged as soon as it encounters some catch block from the Pogamut platform.
setLogger(Logger) - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.UCCWrapperConf
Logger used by the UCC.
setLogicFrequency(double) - Method in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
setLogId(String) - Method in class cz.cuni.amis.utils.StreamSink
 
setLogLevel(Level) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
Sets default logging level for newly created agents (default is Level.WARNING).
setLogLevel(Level) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
Sets default logging level for newly created agents (default is Level.WARNING).
setLogLevel(Level) - Method in class cz.cuni.amis.utils.StreamSink
 
setLogMessages(boolean) - Method in class cz.cuni.amis.pogamut.base.communication.connection.impl.AbstractConnection
 
setLogMessages(boolean) - Method in interface cz.cuni.amis.pogamut.base.communication.connection.IWorldConnection
Sets whether to log the messages that are sent/received through writer/reader.
setLoop(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlayAnimation
When true the animation will be played in loop.
setMain(boolean) - Method in interface cz.cuni.amis.pogamut.base.agent.utils.runner.IAgentRunner
Sets 'main' functionality (see the Javadoc for the whole class).
setMain(boolean) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
 
setMain(boolean) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
 
setMain(boolean) - Method in interface cz.cuni.amis.pogamut.base.agent.utils.runner.IMultipleAgentRunner
Sets 'main' functionality.
setManualSpawn(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
Enables/disables manual spawning.
setManualSpawn(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Sets if the bot wil have tol be respawned after death manually by RESPAWN command.
setManualSpawn(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Sets if the bot wil have tol be respawned after death manually by RESPAWN command.
setMapName(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeMap
Name of the new map.
setMapName(String) - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.UCCWrapperConf
 
setMaxLength(int) - Method in interface cz.cuni.amis.utils.statistic.IMovingAverage
Sets number of items that the object requires for the computing of the average.
setMaxLength(int) - Method in class cz.cuni.amis.utils.statistic.MovingAverage
 
setMaxLogicFrequency() - Method in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
setMinLogicFrequency() - Method in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
setMode(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: OPTIONLIST.
setMutators(String) - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.UCCWrapperConf
 
setName(String) - Method in interface cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealMap
 
setName(String) - Method in interface cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealMapInfo
 
setName(String) - Method in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.MapInfo
 
setName(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
You can change the name of the bot in the game.
setName(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddBot
Optional name of the bot.
setName(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
You can change the name of the bot in the game.
setName(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Desired name.
setName(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.InitializeObserver
Name of the player you wannt to observe.
setName(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlayAnimation
Name of the animation.
setName(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.UT2004Map
 
setName(String) - Method in class cz.cuni.amis.pogamut.ut2004.utils.MultipleUT2004BotRunner
Sets name that is going to be used to form new IAgentId of the bots.
setName(String) - Method in class cz.cuni.amis.pogamut.ut2004.utils.UT2004BotRunner
Sets name that is going to be used to form new IAgentId of the bots.
setName(String) - Method in class cz.cuni.amis.utils.Throughput
 
setNavPoint(NavPoint) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
DO NOT USE THIS METHOD! Reserved for GaviaLib (Pogamut core)! It's used to set correct navpoint instance into the item.
setNavPoint(NavPoint) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl
DO NOT USE THIS METHOD! Reserved for GaviaLib (Pogamut core)! It's used to set correct navpoint instance into the item.
setNavPointLinks(Map<UnrealId, List<NavPointNeighbourLink>>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.TranslatorContext
 
setNavPoints(Map<UnrealId, NavPoint>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.TranslatorContext
 
setNeededJump(double, double, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
 
setNeededJump(double, double, double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointEdgeBuilder
Sets the location from where the bot should jump to reach the target, corresponds to NavPointNeighbourLink.getNeededJump().
setNeighbours(List<NavPointNeighbourLink>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.TranslatorContext
 
setNotChecked(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: OPTION.
setObservedAgentId(String) - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerObserverParameters
Sets 'id' (usually taken from the UnrealId that is present for instance in Self#getId()) of the bot that is going to be observed by newly created observer.
setObserver(IYylexObserver) - Method in interface cz.cuni.amis.pogamut.base.communication.parser.impl.yylex.IYylex
 
setObserver(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Sets whether the module is being used inside observer.
setObserver(IUT2004AnalyzerObserver) - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.IAnalyzerObserverListener.ObserverAddedNotifier
 
setObserver(IUT2004AnalyzerObserver) - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.IAnalyzerObserverListener.ObserverRemovedNotifier
 
setObserver(IYylexObserver) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
setObserverAddress(SocketConnectionAddress) - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerParameters
Sets observer address that should be used for spawning new observers.
setObserverModule(UT2004AnalyzerObserverModule) - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerParameters
Sets observer module (one that will be used to construct new UT2004AnalyzerObserver in order to sniff info about connected bots.
setOpenList(Collection<NODE>) - Method in interface cz.cuni.amis.utils.astar.AStarGoal
This is called at the beginning of the A* algorithm to bind the open list to the goal (you may use it check which nodes we've visited, etc...
setOption0(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
setOption1(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
setOption2(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
setOption3(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
setOption4(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
setOption5(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
setOption6(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
setOption7(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
setOption8(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
setOption9(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
One of the options (possible answers) for the dialog.
setOptions(String) - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.UCCWrapperConf
Can be used for setting mutators etc.
setOrigin(Point2D) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: IMAGE.
setOutputPath(String) - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerObserverParameters
Sets path to directory where the observer should output its results.
setOutputPath(String) - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerParameters
Sets path to directory where the observer should output its results.
setParent(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Id of parent component.
setPassword(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PasswordReply
The password.
SetPassword - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command SETPASS.
SetPassword(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetPassword
Creates new instance of command SetPassword.
SetPassword() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetPassword
Creates new instance of command SetPassword.
SetPassword(SetPassword) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetPassword
Cloning constructor.
setPassword(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetPassword
Holds the password.
setPassword(String) - Method in class cz.cuni.amis.pogamut.ut2004.observer.impl.AbstractUT2004Observer
Specify the password that should be used if required by the world.
setPassword(String) - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.AbstractUT2004Server
Specify the password that should be used if required by the world.
setPath(List<NavPoint>) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap.PathMatrixNode
 
setPathPlanner(IPathPlanner<PATH_ELEMENT>) - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutorWithPlanner
 
setPause(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
Should pause the emitter, does not work right now.
setPauseAll(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Pause
Everyone in the game will be paused if set to true.
setPauseBots(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Pause
Iif true only bots will be paused – players and spectators will move freely.
setPausing(boolean) - Method in interface cz.cuni.amis.pogamut.base.agent.utils.runner.IAgentRunner
Sets the pausing behavior.
setPausing(boolean) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
 
setPausing(boolean) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
 
setPausing(boolean) - Method in interface cz.cuni.amis.pogamut.base.agent.utils.runner.IMultipleAgentRunner
Sets the pausing behavior.
setPlayer(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CommandPlayer
Name of the affected player.
setPlayer(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogBegin
Name of the player on who's HUD should be the dialog shown.
setPlayer(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogCancel
Name of the player on who's HUD is the dialog.
setPlayer(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogEnd
Name of the player on who's HUD should be the dialog shown.
setPlayer(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Name of the player on who's HUD should the dialog show.
setPlayer(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlaySound
Name of the affected player.
setPlayer(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetPlayerControl
Name of the affected player.
setPlayer(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSendKeys
Name of the affected player.
setPlayer(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ShowText
Name of the player on who's HUD should be the text shown.
SetPlayerControl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command SETPLRCTRL.
SetPlayerControl(String, Boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetPlayerControl
Creates new instance of command SetPlayerControl.
SetPlayerControl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetPlayerControl
Creates new instance of command SetPlayerControl.
SetPlayerControl(SetPlayerControl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetPlayerControl
Cloning constructor.
setPlayerId(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSendKeys
Id of the affected player.
setPlayerOnlyFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
 
setPlayerOnlyFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointEdgeBuilder
Sets LinkFlag#PLAYERONLYK flag into NavigationGraphBuilder.NewNavPointEdgeBuilder.flags of the new navpoint edge, corresponds to NavPointNeighbourLink.getFlags().
setPoint0(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint1(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint10(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint11(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint12(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint13(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint14(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint15(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint16(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint17(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint18(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint19(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint2(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint20(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint21(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint22(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint23(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint24(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint25(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint26(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint27(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint28(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint29(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint3(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint30(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint31(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint4(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint5(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint6(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint7(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint8(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPoint9(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Location point.
setPort(int) - Method in class cz.cuni.amis.pogamut.ut2004.utils.MultipleUT2004BotRunner
Sets port, where newly launched bots will be connected to.
setPort(int) - Method in class cz.cuni.amis.pogamut.ut2004.utils.UT2004BotRunner
Sets port, where newly launched bots will be connected to.
setPosition(Point2D) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: PANEL, BUTTON, TEXT, OPTIONLIST, IMAGE.
setPrefs(List<WeaponPref>) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefsRange
Set list of preferences to be used (from the most preferred one to the least one).
setProperty(String, String) - Method in class cz.cuni.amis.pogamut.base.utils.PogamutPlatformProxy
 
setProscribedFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
 
setProscribedFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointEdgeBuilder
Sets LinkFlag.PROSCRIBED flag into NavigationGraphBuilder.NewNavPointEdgeBuilder.flags of the new navpoint edge, corresponds to NavPointNeighbourLink.getFlags().
setPublisher(ILogPublisher) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogHandler
Sets new publisher to the handler.
setReader(Reader) - Method in interface cz.cuni.amis.pogamut.base.communication.parser.impl.yylex.IYylex
 
setReader(Reader) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
setReason(R) - Method in class cz.cuni.amis.utils.flag.ReasonFlagListener.ReasonFlagListenerNotifier
 
setRelease(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCamera
True to release this player from camera mode.
setReporting(boolean) - Method in class cz.cuni.amis.utils.Throughput
 
setRestart(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GameConfiguration
When set to true, the game state will be restarted (all scores reset to 0 and all players and bots will be restarted).
setResult(RESULT) - Method in class cz.cuni.amis.utils.future.FutureWithListeners
Sets the result of the future computation.
setResult(RESULT) - Method in class cz.cuni.amis.utils.Job
Use this protected method to set the result of the job.
setRight(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Sets the right emoticon.
setRightSize(Integer) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Sets the right emoticon size.
setRotation(Rotation) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CommandPlayer
Applicable for: TURNTO.
setRotation(Rotation) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Specify start rotation, if unspecified, then random.
setRotation(Rotation) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
Desired rotation.
setRotation(Rotation) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCamera
Initial rotation of this camera.
setRotation(Rotation) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SpawnActor
Initial rotation of the actor.
setRotation(Rotation) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.TurnTo
Absolute rotation you want to spin to.
setRotationHorizontalSpeed(double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
Sets how fast the bot will rotate horizontally (i.e., yaw rotation == left/right).
setRotationRate(Rotation) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Sets the bot rotation rate.
setRotationSpeed(Rotation) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
Sets how fast the bot will rotate in all three axes (yaw/pitch/roll).
setRotationSpeed(Rotation) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
Sets the rotation speed (rotation rate) for the bot.
setRotationSpeed(Rotation) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
Desired rotation speed.
setRotationVerticalSpeed(double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
Sets how fast the bot will rotate vertically (i.e., pitch rotation == up/down).
SetRoute - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command SETROUTE.
SetRoute(Boolean, Location, Location, Location, Location, Location, Location, Location, Location, Location, Location, Location, Location, Location, Location, Location, Location, Location, Location, Location, Location, Location, Location, Location, Location, Location, Location, Location, Location, Location, Location, Location, Location) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Creates new instance of command SetRoute.
SetRoute() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Creates new instance of command SetRoute.
SetRoute(SetRoute) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
Cloning constructor.
setRoute(List<? extends ILocated>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
 
setRun() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
 
setRun() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleLocomotion
Sets the running speed for the bot movement commands.
setRunAnim(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetWalk
Change name of running animation.
setScale(Dimension2D) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: IMAGE.
setSecond(SECOND) - Method in class cz.cuni.amis.utils.Tuple2
 
setSecond(SECOND) - Method in class cz.cuni.amis.utils.Tuple3
 
setSecondC(Vector3d) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
Finishing color of the floating balls.
setSecondLocation(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Move
After reaching FirstLocation, the bot will start moving to location specified here.
setSee(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
Whether to send messages about what the observed player sees with every update.
setSelf(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
Whether to send messages about the observed player with every update.
setSend(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSendKeys
If true, the player can behave normally.
SetSendKeys - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command SETSENDKEYS.
SetSendKeys(UnrealId, String, Boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSendKeys
Creates new instance of command SetSendKeys.
SetSendKeys() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSendKeys
Creates new instance of command SetSendKeys.
SetSendKeys(SetSendKeys) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSendKeys
Cloning constructor.
setSharedWorldView(SHARED_WORLDVIEW) - Method in class cz.cuni.amis.pogamut.multi.params.impl.TeamRemoteAgentParameters
Sets instance of ISharedWorldView that should be used by this agent.
setShouldLeadTarget(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
When firing slow projectiles (missiles...), if the engine will try to count the impact point for the bot or not (when shooting at moving targets).
setShow(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ShowText
False if the message should be removed, true if it should be shown.
setShowDebug(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
If true some additional debug information will be logged to UT2004 server console window.
setShowDebug(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
If true some additional debug information will be logged to UT2004 server console window.
setShowFocalPoint(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
If set to true a marker will appear in the game on the location the bot is actually looking at.
setShowFocalPoint(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
If set to true an actor will appear in the game on the location the bot is actually looking at.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AdrenalineGained
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessage
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageCompositeImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocal
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocalImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageShared
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageSharedImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageStatic
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageStaticImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationBotID
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationChange
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationPort
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationStop
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayCompositeImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocal
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayShared
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRaySharedImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStatic
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStaticImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BeginMessage
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoCompositeImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocal
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoShared
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStatic
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStaticImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Bumped
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ChangedWeapon
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ComboStarted
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeShared
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeSharedImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStatic
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStaticImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogCommand
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogFailed
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogOk
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EndMessage
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EnteredVehicle
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FactoryUsed
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FallEdge
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FastTraceResponse
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoCompositeImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocal
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocalImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoShared
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoSharedImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStatic
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStaticImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocal
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocalImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoShared
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStatic
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GamePaused
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameRestarted
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameResumed
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GlobalChat
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HandShakeEnd
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HandShakeStart
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearNoise
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearPickup
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloBotHandshake
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloControlServerHandshake
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloObserverHandshake
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectile
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileCompositeImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocal
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileShared
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileSharedImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStatic
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStaticImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageShared
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageSharedImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageStatic
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageStaticImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategoryEnd
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategoryStart
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCompositeImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemListEnd
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemListStart
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocal
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocalImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemPickedUp
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemShared
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemSharedImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStatic
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.JumpPerformed
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.KeyEvent
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Landed
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LockedVehicle
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LostChild
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LostInventory
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapChange
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapFinished
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapList
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapListEnd
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapListStart
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverListEnd
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverListStart
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocal
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocalImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverShared
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverSharedImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStatic
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mutator
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MutatorListEnd
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MutatorListStart
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventory
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryCompositeImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryEnd
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocal
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryShared
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventorySharedImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStart
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStatic
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStaticImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointListEnd
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointListStart
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocal
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLinkEnd
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLinkStart
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointShared
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointSharedImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ObjectSelected
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PasswdOk
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PasswdWrong
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Password
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathList
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathListEnd
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathListStart
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerCompositeImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerDamaged
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerInput
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerJoinsGame
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLeft
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerListEnd
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerListStart
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocal
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerScore
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerStatic
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerStaticImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Pong
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Reachable
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.RecordingEnded
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.RecordingStarted
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocal
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStatic
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStaticImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ShootingStarted
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ShootingStopped
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Spawn
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChanged
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChat
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScore
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreCompositeImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocal
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocalImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreShared
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreSharedImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStatic
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStaticImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Thrown
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TraceResponse
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Trigger
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleCompositeImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocal
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocalImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStatic
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStaticImpl
 
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WallCollision
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WeaponUpdate
Used by Yylex to slip correct time of the object or programmatically.
setSimTime(long) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ZoneChangedBot
Used by Yylex to slip correct time of the object or programmatically.
setSize(Dimension2D) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: PANEL, BUTTON, TEXT, OPTIONLIST, IMAGE.
setSize(Vector3d) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
This will affect the size of the balls.
setSize(double, double) - Method in class cz.cuni.amis.utils.Dimension2D_Double
 
setSkill(Integer) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddBot
Skill of the bot - from 1 to 7 (best).
setSkin(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Sets the bot current skin (e.g.
SetSkin - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command SETSKIN.
SetSkin(String, String, String, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSkin
Creates new instance of command SetSkin.
SetSkin() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSkin
Creates new instance of command SetSkin.
SetSkin(SetSkin) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSkin
Cloning constructor.
setSkin(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSkin
Holds the desired skin.
setSound(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlaySound
Name of the sound that should be played.
setSpecial(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
Whether to send messages about special objects on the map with every update.
setSpecialFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
 
setSpecialFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointEdgeBuilder
Sets LinkFlag.SPECIAL flag into NavigationGraphBuilder.NewNavPointEdgeBuilder.flags of the new navpoint edge, corresponds to NavPointNeighbourLink.getFlags().
setSpeed(double) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
Sets the speed multiplier for the bot.
setSpeed(Double) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
Set the speed of the move of this camera.
setSpeed(Double) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetGameSpeed
Can range from 0.1 to 50.
setSpeedMultiplier(double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
Bots default speed will be multiplied by this number.
setSpeedMultiplier(Double) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Bots default speed will be multiplied by this number.
setStartLocation(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddBot
Optional start location of the bot.
setStartLocation(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Respawn
Where bot respawns.
setStartOnUnusedPort(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.UCCWrapperConf
Forces UCC to find free port and start on it, otherwise it will start on ports 3000 + 3001.
setStartRotation(Rotation) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddBot
Optional start rotation of the bot.
setStartRotation(Rotation) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Respawn
Initial rotation of the bot.
setStartVelocity(Velocity) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
This is relative velocity direction vector that will affect the speed and direction of the balls going out.
setState(AgentState) - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Sets the state of the agent ...
setState(ComponentState) - Method in class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase
Changes the AbstractComponentControllerBase.componentState to desired state.
setState(IAgentId, ComponentState) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
Changes the state of the component for given agentId, triggers SharedComponentController#componentStateCountChanged().
setState(IAgentId, ComponentState, ComponentState) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
Changes the state of the component for given agentId, triggers SharedComponentController#componentStateCountChanged().
setSwimFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
 
setSwimFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointEdgeBuilder
Sets LinkFlag.SWIM flag into NavigationGraphBuilder.NewNavPointEdgeBuilder.flags of the new navpoint edge, corresponds to NavPointNeighbourLink.getFlags().
setSynchronousBatchExport(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
It enables/disables sending of all GB synchronous messages for the bot.
setSynchronousOff(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
It enables/disables sending of all GB synchronous messages for the bot.
setTarget(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CheckReachability
The unique Id of a player/object/nav point/whatever.
setTarget(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DriveTo
The unique id of a NavPoint, Mover or item (beware, not all of the items have unique id).
setTarget(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetPath
UnrealId of navigation point you want to find path to.
setTarget(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GiveInventory
Id of the receiving bot.
setTarget(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Shoot
The unique Id of your target.
setTarget(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.TurnTo
The unique id of a player/object/nav point/whatever that you want to face.
setTeam(Integer) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeTeam
This is the team we want to change to (0 for red, 1 for blue, etc.).
setTeam(Integer) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Preferred team.
setTeamId(TeamId) - Method in class cz.cuni.amis.pogamut.multi.agent.impl.TeamedAgentId
 
setTeamId(ITeamId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage
Used by Yylex to slip corretn TeamId.
setTeamId(ITeamId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
Used by Yylex to slip corretn TeamId.
setTeamId(ITeamId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
Used by Yylex to slip corretn TeamId.
setTeamId(ITeamId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
Used by Yylex to slip corretn TeamId.
setTeamId(ITeamId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
Used by Yylex to slip corretn TeamId.
setTeamId(ITeamId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
Used by Yylex to slip corretn TeamId.
setTeamId(ITeamId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
Used by Yylex to slip corretn TeamId.
setTeamId(ITeamId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
Used by Yylex to slip corretn TeamId.
setTeamId(ITeamId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
Used by Yylex to slip corretn TeamId.
setTeamId(ITeamId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
Used by Yylex to slip corretn TeamId.
setTeamId(ITeamId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage
Used by Yylex to slip corretn TeamId.
setTeamId(ITeamId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
Used by Yylex to slip corretn TeamId.
setTeamId(ITeamId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
Used by Yylex to slip corretn TeamId.
setTeamId(ITeamId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
Used by Yylex to slip corretn TeamId.
setTeamId(ITeamId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage
Used by Yylex to slip corretn TeamId.
setTeamId(ITeamId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
Used by Yylex to slip corretn TeamId.
setTeamId(ITeamId) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Sets teamId that has to be slipped to every IWorldObjectUpdatedEvent.
setText(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: TEXT, BUTTON, OPTION.
setText(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SendMessage
Text to send.
setText(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
Text of the dialog.
setText(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ShowText
The text that should be shown.
setTextColor(Color) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: TEXT, BUTTON, OPTION.
setTextColor(Color) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ShowText
The color of text.
setThird(THIRD) - Method in class cz.cuni.amis.utils.Tuple3
 
setTime(Double) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
How long this move of this camera will last (in seconds).
setTime(Double) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Fade out of the emoticons in seconds.
setTime(Double) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ShowText
Number of seconds for which should be the text shown.
setTime(IWorldObjectUpdatedEvent, double) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
setTime(IWorldEvent, double) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
setTimeKey(TimeKey) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView.LazyCompositeObjectMap
 
setTimeoutEstimator(IPathExecutionEstimator<PATH_ELEMENT>) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004PathExecutor
 
setTo(Location) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Set content of this location from passed tocation.
setTo(double, double, double) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Set content of this location from passed data.
setTo(Rotation) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Set this rotation to values from r.
setTo(double, double, double) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Set this rotation to passed values.
setTo(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
 
setTo(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
 
setTo(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointEdgeBuilder
Sets the remote end of the edge (i.e., navpoint id where the edge is leading to), corresponds to NavPointNeighbourLink.getToNavPoint().
setTo(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointEdgeBuilder
Sets the remote end of the edge (i.e., navpoint id where the edge is leading to), corresponds to NavPointNeighbourLink.getToNavPoint().
setTo(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.FastTrace
Target point of the ray.
setTo(Location) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Trace
Target point of the ray.
setTraceActors(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddRay
If we want to trace also actors – bots, monsters, players, items.
setTraceActors(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Trace
When true it means that all actors will be traced – for example players, bots, monsters, items etc.
setTranslator(UnrealIdTranslator) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Set parser translating UnrealID to IntID.
setTranslator(UnrealIdTranslator) - Method in interface cz.cuni.amis.pogamut.ut2004.communication.parser.IUT2004Yylex
 
setType(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddBot
The class of the added bot - optional.
setType(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddInventory
Class of the item we want to add.
setType(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Combo
Holds the class name of the desired adrenaline combo (can be xGame.ComboBerserk, xGame.ComboDefensive, xGame.ComboInvis or xGame.ComboSpeed).
setType(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Type of the new component.
setType(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetItemCategory
Class of the item we want to export ITC message for.
setType(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SpawnActor
Holds the desired actor class (e.g.
setUnrealBots(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StartPlayers
All UnrealBots will be exported.
setUnrealHome(String) - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.UCCWrapperConf
Sets path to the UT2004 directory, e.g., 'd:\\games\\ut2004'.
setUpdate(Double) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
The frequency (in seconds) you will receive updates from the observer.
setUpdateTime(Double) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
The frequency (in seconds) you will receive updates from the observer.
setURClothes(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSkin
A number representing clothes.
setURHair(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSkin
A number representing hair.
setURSkin(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSkin
A number representing skin.
setUsed(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder
Raises / drops "used" flag, see NavigationGraphBuilder.isUsed().
setValue(TYPE) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ISharedProperty
Sets the value of the property - should be used by Pogamut Library developers only!
setValue(TYPE) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty
 
setValue(T) - Method in class cz.cuni.amis.utils.flag.FlagListener.FlagListenerNotifier
 
setVelocityRange(Double) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
This will affect the speed of the balls.
setViaNode(Integer) - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap.PathMatrixNode
 
setVirtualPlaces(NavPoint[]) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlaceBase
 
setVirtualPlaces(String[]) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlaceBase
 
setVisionTime(double) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.AgentConfig
Between 0.1 to 2 seconds, it sets the delay between two synchronous batches.
setVisionTime(Double) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Between 0.1 to 2 seconds, it sets the delay between two synchronous batches.
setWaitForMatchRestart(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerObserverParameters
Sets whether the observer should wait for match-restart before it starts to collect data.
setWaitForMatchRestart(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerParameters
Sets whether the analyzer's observers should wait for match-restart before it starts to collect data.
setWalk() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
 
setWalk() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleLocomotion
Sets the walking speed for the bot movement commands.
setWalk(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CommandPlayer
Applicable for: MOVE.
SetWalk - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command SETWALK.
SetWalk(Boolean, String, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetWalk
Creates new instance of command SetWalk.
SetWalk() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetWalk
Creates new instance of command SetWalk.
SetWalk(SetWalk) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetWalk
Cloning constructor.
setWalk(Boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetWalk
True or false to enable/disable bot walking.
setWalkAnim(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetWalk
Change name of walking animation.
setWalkFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.ExistingNavPointEdgeBuilder
 
setWalkFlag() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointEdgeBuilder
Sets LinkFlag.WALK flag into NavigationGraphBuilder.NewNavPointEdgeBuilder.flags of the new navpoint edge, corresponds to NavPointNeighbourLink.getFlags().
setWorldAddress(IWorldConnectionAddress) - Method in class cz.cuni.amis.pogamut.base.agent.params.impl.RemoteAgentParameters
Sets connection address into the parameters.
setWorldAddress(IWorldConnectionAddress) - Method in class cz.cuni.amis.pogamut.multi.params.impl.TeamRemoteAgentParameters
 
setWorldAddress(IWorldConnectionAddress) - Method in class cz.cuni.amis.pogamut.ut2004.agent.params.UT2004AgentParameters
 
setWorldAddress(IWorldConnectionAddress) - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerObserverParameters
 
setWorldAddress(IWorldConnectionAddress) - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerParameters
 
setWorldPos(int, Location) - Method in interface cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealMapInfo
 
setWorldPos(int, Location) - Method in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.MapInfo
 
setX(double) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Sets the X coordinate.
setX(double) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.perception.SPLocation
 
setY(double) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Sets the Y coordinate.
setY(double) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.perception.SPLocation
 
setZ(double) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Sets the Z coordinate.
setZ(double) - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.perception.SPLocation
 
severe(String) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
severe(String, Object) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
severe(String, Object[]) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
SharedBatchBeginEvent - Class in cz.cuni.amis.pogamut.multi.communication.messages
This message is used by a localWorldView to notify sharedWorldView, that a new batch has started and the LocalWorldView is waiting for the sharedWorldView to process all events from this batch.
SharedBatchBeginEvent(long, IAgentId) - Constructor for class cz.cuni.amis.pogamut.multi.communication.messages.SharedBatchBeginEvent
 
sharedBatchFinished(long) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.BatchAwareLocalWorldView
This method is called when the SharedBatchFinishedEvent is recieved from the sharedWorldView, notifying us that all sharedEvents for the specified time have been processed and it is safe to run logic on the time.
SharedBatchFinishedEvent - Class in cz.cuni.amis.pogamut.multi.communication.messages
 
SharedBatchFinishedEvent(long) - Constructor for class cz.cuni.amis.pogamut.multi.communication.messages.SharedBatchFinishedEvent
 
SharedComponentControlHelper - Class in cz.cuni.amis.pogamut.base.component.controller
Provides empty implementations of life-cycle methods defined by ISharedComponentControlHelper - override only these that you need.
SharedComponentControlHelper() - Constructor for class cz.cuni.amis.pogamut.base.component.controller.SharedComponentControlHelper
 
SharedComponentController<COMPONENT extends ISharedComponent> - Class in cz.cuni.amis.pogamut.base.component.controller
Shared component controller is meant to provide management of lifecycle methods of the ISharedComponent while providing methods that has to be implemented by any ISharedComponent.
SharedComponentController(COMPONENT, ISharedComponentControlHelper, Logger) - Constructor for class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
Default constructor.
SharedComponentController.ComponentStateListener - Class in cz.cuni.amis.pogamut.base.component.controller
 
SharedComponentController.ComponentStateListener(IAgentId) - Constructor for class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController.ComponentStateListener
 
SharedComponentController.ControlHelper - Class in cz.cuni.amis.pogamut.base.component.controller
 
SharedComponentController.ControlHelper(IAgentId) - Constructor for class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController.ControlHelper
 
SharedComponentController.LocalController - Class in cz.cuni.amis.pogamut.base.component.controller
Used as IComponentControlHelper that is passed to every ILifecycleBus.addLifecycleManagement(IComponent, IComponentControlHelper, ComponentDependencies) sensing decisions of ordinary ComponentController that signalizes when the component should be started for a given bus.
SharedComponentController.LocalController(IAgentId, IComponentController) - Constructor for class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController.LocalController
 
sharedObjectUpdatedEvent(ISharedWorldObjectUpdatedEvent) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenSharedWorldView
Called from EventDrivenWorldView.innerNotify(IWorldChangeEvent) if the event is IWorldObjectUpdatedEvent to process it.
sharedProperties - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
Holds all sharedProperties in the world weakly-referenced by timeKey, this map is used for storing shadowCopies of properties.
SharedPropertyTokens - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageShared
 
SharedPropertyTokens - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayShared
 
SharedPropertyTokens - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoShared
 
SharedPropertyTokens - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeShared
 
SharedPropertyTokens - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoShared
 
SharedPropertyTokens - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoShared
 
SharedPropertyTokens - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileShared
 
SharedPropertyTokens - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageShared
 
SharedPropertyTokens - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemShared
 
SharedPropertyTokens - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverShared
 
SharedPropertyTokens - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryShared
 
SharedPropertyTokens - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointShared
 
SharedPropertyTokens - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
 
SharedPropertyTokens - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
SharedPropertyTokens - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreShared
 
SharedPropertyTokens - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
 
sharedWorldObjects - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
Cached sharedWorldObjects.
sharedWorldView - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
sharedWorldView - Variable in class cz.cuni.amis.pogamut.multi.params.impl.TeamRemoteAgentParameters
 
SHIELD_GUN - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
ShieldGun weapon.
SHIELD_GUN_AMMO - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
ShieldGun ammo - sent when the bot is spawned.
SHIELD_PACK - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
SmallShield.
ShieldDescriptor - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
Shield descriptor - currently it does not contain anything useful (just marked ItemDescriptor).
ShieldDescriptor() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ShieldDescriptor
 
ShieldDescriptorFactory - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
A shield factory takes care about all items which fall into a ItemType.Category#SHIELD.
ShieldStrengthMax - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Maximum strength of the bot armor (usually 150).
ShieldStrengthMax - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
Maximum strength of the bot armor (usually 150).
ShieldStrengthStart - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Starting strength of the bot armor (usually 0).
ShieldStrengthStart - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
Starting strength of the bot armor (usually 0).
ShiftedCircularIterator<E> - Class in cz.cuni.amis.utils.iterators
Circular iterator that can start from any given position in given iterable.
ShiftedCircularIterator(Iterable<E>, int) - Constructor for class cz.cuni.amis.utils.iterators.ShiftedCircularIterator
 
SHOCK_RIFLE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
ShockRifle weapon.
SHOCK_RIFLE_AMMO - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
ShockRifle ammo.
shoot() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedShooting
 
shoot(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedShooting
 
shoot(Player) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedShooting
 
shoot(WeaponPref, UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Will start shooting with WeaponPref.getWeapon() primary/secondary (as specified) at 'target'.
shoot(WeaponPref, ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Will start shooting with WeaponPref.getWeapon() primary/secondary (as specified) at 'target'.
shoot(Weapon, boolean, UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Will start shooting with Weapon.getType() primary/secondary (as specified) at 'target'.
shoot(Weapon, boolean, ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Will start shooting with Weapon.getType() primary/secondary (as specified) at 'target'.
shoot(WeaponPrefs, ILocated, ItemType...) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Will start shooting with the best weapon (according to 'prefs') at target.
shoot() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleShooting
Bot will start shooting his current weapon (Issues GB SHOOT command)
shoot(ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleShooting
Bot will start shooting his current weapon to a specified location (Issues GB SHOOT command).
shoot(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleShooting
Bot will start shooting with his current weapon at the target provided.
shoot(Player) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleShooting
Bot will start shooting with his current weapon at the target provided.
shoot - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
Shortcut for body.getAdvancedShooting() that allows you to shoot at opponent.
Shoot - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command SHOOT.
Shoot(Location, UnrealId, Boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Shoot
Creates new instance of command Shoot.
Shoot() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Shoot
Creates new instance of command Shoot.
Shoot(Shoot) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Shoot
Cloning constructor.
shooting - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Whether the bot is shooting.
Shooting - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
If the bot is shooting or not.
ShootingPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
ShootingStarted - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event SHOOT.
ShootingStarted() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ShootingStarted
Parameter-less contructor for the message.
ShootingStarted(boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ShootingStarted
Creates new instance of the message ShootingStarted.
ShootingStarted(ShootingStarted) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ShootingStarted
Cloning constructor from the full message.
ShootingStopped - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event STOPSHOOT.
ShootingStopped() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ShootingStopped
Parameter-less contructor for the message.
ShootingStopped(boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ShootingStopped
Creates new instance of the message ShootingStopped.
ShootingStopped(ShootingStopped) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ShootingStopped
Cloning constructor from the full message.
shootNow(WeaponPref, UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Will start shooting with WeaponPref.getWeapon() primary/secondary (as specified) at 'target'.
shootNow(WeaponPref, ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Will start shooting with WeaponPref.getWeapon() primary/secondary (as specified) at 'target'.
shootNow(Weapon, boolean, UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Will start shooting with Weapon.getType() primary/secondary (as specified) at 'target'.
shootNow(Weapon, boolean, ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Will start shooting with Weapon.getType() primary/secondary (as specified) at 'target'.
shootNow(WeaponPrefs, ILocated, ItemType...) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.ImprovedShooting
Will start shooting with the best weapon (according to 'prefs') at target.
shootPrimary(ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedShooting
Bot will start shooting his current weapon with primary firing mode at the location specified.
shootPrimary(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedShooting
Bot will start shooting his current weapon with primary firing mode at the target specified.
shootPrimary(Player) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedShooting
Shortcut for 'shootPrimary(player.getId())', see AdvancedShooting.shootPrimary(UnrealId).
shootPrimaryCharged(ILocated, double) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedShooting
This method can be used for UT2004 charging weapons.
shootPrimaryCharged(UnrealId, double) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedShooting
This method can be used for UT2004 charging weapons.
shootPrimaryCharged(Player, double) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedShooting
Shortcut for 'shootPrimaryCharged(player.getId())', see AdvancedShooting.shootPrimaryCharged(UnrealId, double).
shootSecondary() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedShooting
Bot will start shooting his current weapon with selected mode.
shootSecondary(ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedShooting
Bot will start shooting his current weapon with secondary firing mode at the location specified.
shootSecondary(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedShooting
Bot will start shooting his current weapon with secondary firing mode at the target specified.
shootSecondary(Player) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedShooting
Shortcut for 'shootSecondary(player.getId())', see AdvancedShooting.shootSecondary(UnrealId).
shootSecondaryCharged(ILocated, double) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedShooting
This method can be used for UT2004 charging weapons.
shootSecondaryCharged(UnrealId, double) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedShooting
This method can be used for UT2004 charging weapons.
shootSecondaryCharged(Player, double) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedShooting
Shortcut for 'shootSecondaryCharged(player.getId())', see AdvancedShooting.shootSecondaryCharged(UnrealId, double).
shootWithMode(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedShooting
Bot will start shooting his current weapon with selected mode.
shouldExecuteLogic() - Method in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
Controls whether the LogicModule.logic.logic() will be called.
shouldExecuteLogic() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.logic.SyncUT2004BotLogic
 
ShouldLeadTarget - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
When firing slow projectiles (missiles...), if the engine will try to count the impact point for the bot or not (when shooting at moving targets).
Show - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ShowText
False if the message should be removed, true if it should be shown.
ShowDebug - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
If true some additional debug information will be logged to UT2004 server console window.
ShowDebug - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
If some additional debug information will be shown in the UT2004 server console window.
ShowDebug - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
If some additional debug information will be shown in the UT2004 server console window.
ShowFocalPoint - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
If set to true an actor will appear in the game on the location the bot is actually looking at.
ShowFocalPoint - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
If true an actor visualizing the location the bot is actually looking at will appear in the game.
ShowFocalPoint - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
If true an actor visualizing the location the bot is actually looking at will appear in the game.
ShowText - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command SHTXT.
ShowText(String, String, Color, Double, Boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ShowText
Creates new instance of command ShowText.
ShowText() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ShowText
Creates new instance of command ShowText.
ShowText(ShowText) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ShowText
Cloning constructor.
sideways() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Computes sideways velocity, i.e.
SimpleListener<T> - Class in cz.cuni.amis.utils.collections
Collection listener with only one method changed() called on each change.
SimpleListener() - Constructor for class cz.cuni.amis.utils.collections.SimpleListener
 
SimpleLocomotion - Class in cz.cuni.amis.pogamut.ut2004.bot.command
Class providing Pogamut2 UT2004 simple locomotion commands for the bot - basic movement and turning.
SimpleLocomotion(UT2004Bot, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleLocomotion
Constructor.
SimpleRayCasting - Class in cz.cuni.amis.pogamut.ut2004.bot.command
This command module provides basic ray tracing control.
SimpleRayCasting(UT2004Bot, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleRayCasting
Constructor.
SimpleShooting - Class in cz.cuni.amis.pogamut.ut2004.bot.command
Class providing Pogamut2 UT2004 simple shooting commands for the bot
SimpleShooting(UT2004Bot, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleShooting
Constructor.
simTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.GBEvent
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AdrenalineGained
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessage
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocal
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageShared
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageStatic
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationBotID
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationChange
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationPort
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationStop
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocal
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayShared
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStatic
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BeginMessage
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocal
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoShared
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStatic
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Bumped
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ChangedWeapon
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ComboStarted
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeShared
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStatic
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogCommand
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogFailed
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogOk
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EndMessage
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EnteredVehicle
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FactoryUsed
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FallEdge
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FastTraceResponse
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocal
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoShared
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStatic
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocal
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoShared
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStatic
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GamePaused
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameRestarted
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameResumed
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GlobalChat
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HandShakeEnd
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HandShakeStart
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearNoise
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearPickup
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloBotHandshake
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloControlServerHandshake
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloObserverHandshake
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectile
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocal
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileShared
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStatic
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageShared
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageStatic
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategoryEnd
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategoryStart
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemListEnd
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemListStart
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocal
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemPickedUp
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemShared
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStatic
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.JumpPerformed
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.KeyEvent
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Landed
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LockedVehicle
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LostChild
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LostInventory
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapChange
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapFinished
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapList
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapListEnd
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapListStart
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverListEnd
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverListStart
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocal
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverShared
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStatic
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mutator
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MutatorListEnd
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MutatorListStart
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventory
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryEnd
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocal
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryShared
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStart
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStatic
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointListEnd
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointListStart
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocal
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLinkEnd
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLinkStart
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointShared
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ObjectSelected
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PasswdOk
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PasswdWrong
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Password
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathList
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathListEnd
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathListStart
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerDamaged
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerInput
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerJoinsGame
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLeft
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerListEnd
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerListStart
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocal
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerScore
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerStatic
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Pong
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Reachable
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.RecordingEnded
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.RecordingStarted
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocal
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStatic
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ShootingStarted
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ShootingStopped
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Spawn
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChanged
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChat
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScore
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocal
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreShared
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStatic
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Thrown
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TraceResponse
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Trigger
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocal
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStatic
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WallCollision
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WeaponUpdate
 
SimTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ZoneChangedBot
 
size() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Retreives size of the velocity.
Size - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: PANEL, BUTTON, TEXT, OPTIONLIST, IMAGE.
Size - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
This will affect the size of the balls.
size() - Method in class cz.cuni.amis.utils.astar.AStarHeap
 
size() - Method in class cz.cuni.amis.utils.collections.LazyMapValuesCollection
 
size() - Method in class cz.cuni.amis.utils.collections.ObservableCollection
 
size() - Method in class cz.cuni.amis.utils.maps.AbstractLazyMap
 
size() - Method in class cz.cuni.amis.utils.maps.LazyMap
 
size() - Method in class cz.cuni.amis.utils.sets.ConcurrentHashSet
 
size() - Method in class cz.cuni.amis.utils.sets.ConcurrentLinkedHashSet
 
size() - Method in class cz.cuni.amis.utils.SoftHashMap
 
sizeSquare() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Retreives squared size of the velocity.
Skill - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddBot
Skill of the bot - from 1 to 7 (best).
Skin - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Sets the bot current skin (e.g.
Skin - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSkin
Holds the desired skin.
SmallArmor - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
Also refered to as a "low armor".
SmallArmorPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
SNIPER_RIFLE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
SniperRifle weapon (classic sniper weapon).
SNIPER_RIFLE_AMMO - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
SniperRifle ammo.
Sniping - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
If the item is a weapon, contains information whether this weapon is good for sniping.
Sniping - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon.
SnipingSpot - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
Point good for sniping.
SnipingSpot - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Point good for sniping.
SocketConnection - Class in cz.cuni.amis.pogamut.base.communication.connection.impl.socket
 
SocketConnection(ISocketConnectionAddress, ComponentDependencies, IComponentBus, IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.base.communication.connection.impl.socket.SocketConnection
 
SocketConnection(ComponentDependencies, IComponentBus, IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.base.communication.connection.impl.socket.SocketConnection
 
SocketConnectionAddress - Class in cz.cuni.amis.pogamut.base.communication.connection.impl.socket
Simple implementation of the interface ISocketConnectionAddress.
SocketConnectionAddress(SocketConnectionAddress) - Constructor for class cz.cuni.amis.pogamut.base.communication.connection.impl.socket.SocketConnectionAddress
 
SocketConnectionAddress(String, int) - Constructor for class cz.cuni.amis.pogamut.base.communication.connection.impl.socket.SocketConnectionAddress
 
SocketConnectionAddress(URL) - Constructor for class cz.cuni.amis.pogamut.base.communication.connection.impl.socket.SocketConnectionAddress
 
SocketConnectionAddress(URI) - Constructor for class cz.cuni.amis.pogamut.base.communication.connection.impl.socket.SocketConnectionAddress
 
SoftHashMap - Class in cz.cuni.amis.utils
The code has been obtained from site: http://www.java2s.com/Code/Java/Collections-Data-Structure/SoftHashMap.htm (1.3.2008)
SoftHashMap() - Constructor for class cz.cuni.amis.utils.SoftHashMap
 
SoftHashMap(Map) - Constructor for class cz.cuni.amis.utils.SoftHashMap
 
SoftHashMap(int) - Constructor for class cz.cuni.amis.utils.SoftHashMap
 
SoftHashMap(int, float) - Constructor for class cz.cuni.amis.utils.SoftHashMap
 
Sound - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlaySound
Name of the sound that should be played.
source - Variable in class cz.cuni.amis.pogamut.base.utils.jmx.flag.JMXFlagDecorator
 
Source - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearNoise
Unique ID of actor making the noise - may be other player or some other object in the game.
Source - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearPickup
Unique Id of an object picked up.
SourceId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogCommand
Id of the component from where the command originates.
Spawn - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event SPW.
Spawn() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Spawn
Parameter-less contructor for the message.
Spawn(Spawn) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Spawn
Cloning constructor from the full message.
SpawnActor - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command SPAWNACTOR.
SpawnActor(Location, Rotation, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SpawnActor
Creates new instance of command SpawnActor.
SpawnActor() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SpawnActor
Creates new instance of command SpawnActor.
SpawnActor(SpawnActor) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SpawnActor
Cloning constructor.
Special - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
Whether to send messages about special objects on the map with every update.
Speed - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
Set the speed of the move of this camera.
Speed - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetGameSpeed
Can range from 0.1 to 50.
Speed - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
Current speed of the projectile.
Speed - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
Current speed of the projectile.
SpeedMultiplier - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Bots default speed will be multiplied by this number.
SpeedMultiplier - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
Bots default speed will be multiplied by this number.
SpeedMultiplier - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
Bots default speed will be multiplied by this number.
SPLocation - Class in cz.cuni.amis.pogamut.ut2004.storyworld.perception
 
SPLocation() - Constructor for class cz.cuni.amis.pogamut.ut2004.storyworld.perception.SPLocation
 
SPLocation(double, double, double) - Constructor for class cz.cuni.amis.pogamut.ut2004.storyworld.perception.SPLocation
 
SPLocation(Location) - Constructor for class cz.cuni.amis.pogamut.ut2004.storyworld.perception.SPLocation
 
SPStoryPlace - Class in cz.cuni.amis.pogamut.ut2004.storyworld.place
Basic interface for all story places.
SPStoryPlace(String, SPStoryPlace) - Constructor for class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlace
 
SPStoryPlace(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlace
 
SPStoryPlaceBase - Class in cz.cuni.amis.pogamut.ut2004.storyworld.place
Place that doesn't contain more places - directly related to the virtual world.
SPStoryPlaceBase(String, SPStoryPlace, String[]) - Constructor for class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlaceBase
 
SPStoryWorld - Class in cz.cuni.amis.pogamut.ut2004.storyworld.place
TODO: CURRENTLY IT DOES NOT WORK!
SPStoryWorld(String, IWorldView, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorld
 
SPStoryWorld(File, IWorldView, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorld
 
SPStoryWorld(SPStoryWorldData, IWorldView, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorld
 
SPStoryWorldData - Class in cz.cuni.amis.pogamut.ut2004.storyworld.place
 
SPStoryWorldData() - Constructor for class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorldData
 
SPStoryWorldData(SPStoryPlace[], SPStoryPlaceBase[]) - Constructor for class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorldData
 
stackTrace - Variable in class cz.cuni.amis.pogamut.base.component.bus.event.impl.FatalErrorEvent
 
stamp - Static variable in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
 
start() - Method in interface cz.cuni.amis.pogamut.base.agent.IAgent
Attempt to launch the agent.
start() - Method in interface cz.cuni.amis.pogamut.base.agent.IControllable
Starts the object.
start() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Starts the agent.
start() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.adapter.AgentMBeanAdapter
 
start() - Method in interface cz.cuni.amis.pogamut.base.agent.jmx.adapter.IAgentMBeanAdapter
Attempt to launch the agent.
start() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentJMXProxy
 
start(boolean) - Method in class cz.cuni.amis.pogamut.base.agent.module.AgentModule
Starts the agent module.
start(boolean) - Method in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
start() - Method in class cz.cuni.amis.pogamut.base.agent.utils.AgentKeepAlive
 
start(boolean) - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
Starts the world view.
start() - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentControlHelper
 
start() - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControlHelper
Starts the component.
start() - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentControlHelper
Called to start the component whenever starting dependencies of some (first) agent becomes satisfied.
start() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentControlHelper
 
start() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController.ControlHelper
 
start() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
start() - Method in interface cz.cuni.amis.pogamut.base.component.IControllable
Starts the object.
start() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient
 
start() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
Starts the world view.
start() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
Starts the world view.
start() - Method in class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
 
start(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.logic.UT2004BotLogic
 
start(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
 
start(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.UT2004SyncLockableWorldView
 
start() - Method in class cz.cuni.amis.utils.StopWatch
Watches are start()ed during construction, this will just refresh the start time.
startAgent() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Called during start() method - override to provide custom starting behavior of the agent.
startAgent() - Method in interface cz.cuni.amis.pogamut.base.agent.utils.runner.IAgentRunner
Starts the agent by providing default parameters (defined during the construction of the implementor).
startAgent() - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
 
startAgent(AGENT) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
Method that is used by AgentRunner#startAgentWithParams(IAgentParameters[]) to start newly created agent.
startAgent(AGENT) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
Method that is used by MultipleAgentRunner#startAgentWithParams(IAgentParameters[]) to start newly created agent.
startAgent() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerObserver
Initialize the observer to listen on the UT2004AnalyzerObserverParameters.getObservedAgentId() that is obtained from the UT2004AnalyzerObserver.getParams().
startAgent() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot
 
startAgent() - Method in class cz.cuni.amis.pogamut.ut2004.observer.impl.AbstractUT2004Observer
 
startAgent() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.AbstractUT2004Server
 
startAgent() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server
 
startAgent() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UT2004AnalyzerRunner
 
startAgent() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UT2004BotRunner
 
startAgent() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UT2004ObserverRunner
 
startAgent() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UT2004ServerRunner
 
startAgents(int) - Method in interface cz.cuni.amis.pogamut.base.agent.utils.runner.IAgentRunner
Starts agents by providing every one of them with default parameters (defined during the construction of the implementor).
startAgents(PARAMS...) - Method in interface cz.cuni.amis.pogamut.base.agent.utils.runner.IAgentRunner
Start an agent instance configured with 'agentsParameters'.
startAgents(int) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
 
startAgents(PARAMS...) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
 
startAgents(IAgentDescriptor<PARAMS, MODULE>...) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
 
startAgents(IAgentDescriptor<PARAMS, MODULE>...) - Method in interface cz.cuni.amis.pogamut.base.agent.utils.runner.IMultipleAgentRunner
Start an agent instances described by 'agentDescriptors'.
startAgents(IAgentDescriptor<PARAMS, MODULE>...) - Method in class cz.cuni.amis.pogamut.ut2004.utils.MultipleUT2004BotRunner
 
startAgents(int) - Method in class cz.cuni.amis.pogamut.ut2004.utils.UT2004AnalyzerRunner
 
startAgents(PARAMS...) - Method in class cz.cuni.amis.pogamut.ut2004.utils.UT2004AnalyzerRunner
 
startAgents(int) - Method in class cz.cuni.amis.pogamut.ut2004.utils.UT2004BotRunner
 
startAgents(PARAMS...) - Method in class cz.cuni.amis.pogamut.ut2004.utils.UT2004BotRunner
 
startAgents(int) - Method in class cz.cuni.amis.pogamut.ut2004.utils.UT2004ObserverRunner
 
startAgents(PARAMS...) - Method in class cz.cuni.amis.pogamut.ut2004.utils.UT2004ObserverRunner
 
startAgents(int) - Method in class cz.cuni.amis.pogamut.ut2004.utils.UT2004ServerRunner
 
startAgents(PARAMS...) - Method in class cz.cuni.amis.pogamut.ut2004.utils.UT2004ServerRunner
 
startAgentsMain(IAgentDescriptor<PARAMS, MODULE>...) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
 
startAgentsMain(IAgentDescriptor<PARAMS, MODULE>, boolean, List<AGENT>) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
Overridden to provide the blocking mechanism.
startAgentsStandard(IAgentDescriptor<PARAMS, MODULE>...) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
 
startAgentsStandard(IAgentDescriptor<PARAMS, MODULE>, List<AGENT>) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.MultipleAgentRunner
Starts all agents described by 'agentDescriptor', puts new agent instances into 'result'.
startAgentWithParams(boolean, PARAMS...) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
This method should be internally used to create and start the batch of agent instances.
startAgentWithParamsMain(boolean, PARAMS...) - Method in class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner
E.g.
StartAnimation - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command STARTANIMATION.
StartAnimation() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StartAnimation
Creates new instance of command StartAnimation.
StartAnimation(StartAnimation) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StartAnimation
Cloning constructor.
startCombo(String) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.Action
Causes bot to perform desired adrenaline combo (only if it has enough adrenaline usually >= 100).
started() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
started(String) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
Started - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameRestarted
Game restart sequence has been started.
StartedEvent<SOURCE extends IComponent> - Class in cz.cuni.amis.pogamut.base.component.bus.event.impl
 
StartedEvent(SOURCE) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.StartedEvent
 
StartedEvent(SOURCE, String) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.StartedEvent
 
startedTransactional() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
startedTransactional(String) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
starting() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
starting(String) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
StartingEvent<SOURCE extends IComponent> - Class in cz.cuni.amis.pogamut.base.component.bus.event.impl
 
StartingEvent(SOURCE) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.StartingEvent
 
StartingEvent(SOURCE, String) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.StartingEvent
 
startingPaused() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
startingPaused(String) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
StartingPausedEvent<SOURCE extends IComponent> - Class in cz.cuni.amis.pogamut.base.component.bus.event.impl
 
StartingPausedEvent(SOURCE) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.StartingPausedEvent
 
StartingPausedEvent(SOURCE, String) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.StartingPausedEvent
 
startingPausedTransactional() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
startingPausedTransactional(String) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
startingTimeout - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.ScannerSink
 
startingTransactional() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
startingTransactional(String) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
startJob() - Method in class cz.cuni.amis.utils.Job
Starts the job (only iff !isStarted()) in the new thread.
startJob(String) - Method in class cz.cuni.amis.utils.Job
Starts the job (only iff !isStarted()) in the new thread (with specific thread name).
StartLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddBot
Optional start location of the bot.
StartLocation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Respawn
Where bot respawns.
startNode - Variable in class cz.cuni.amis.utils.astar.AStarResult
Start node of the A*.
startOutput(String) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Starts or redirect logging to 'pathToFile'.
startOutput(String, boolean) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Starts or redirect logging to 'pathToFile'.
startPaused() - Method in interface cz.cuni.amis.pogamut.base.agent.IAgent
Attempt to launch the agent.
startPaused() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Starts the agent into paused state.
startPaused() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentJMXProxy
 
startPaused() - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentControlHelper
 
startPaused() - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControlHelper
Starts the component but it assumes that the component just prepares whatever data structures it needs / make connections / handshake whatever it needs with the environment / etc.
startPaused() - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentControlHelper
Starts the component whenever starting dependencies of some (first) agent becomes satisfied.
startPaused() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentControlHelper
 
startPaused() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController.ControlHelper
 
startPaused() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
startPaused() - Method in class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
 
startPausedAgent() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Called during startPaused() method - override to provide custom starting-paused behavior of the agent.
startPausedAgent() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerObserver
 
startPausedAgent() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot
 
startPausedAgent() - Method in class cz.cuni.amis.pogamut.ut2004.observer.impl.AbstractUT2004Observer
 
startPausedAgent() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.AbstractUT2004Server
 
startPausedAgent() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server
 
StartPlayers - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command STARTPLRS.
StartPlayers(Boolean, Boolean, Boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StartPlayers
Creates new instance of command StartPlayers.
StartPlayers() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StartPlayers
Creates new instance of command StartPlayers.
StartPlayers(StartPlayers) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StartPlayers
Cloning constructor.
StartRotation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddBot
Optional start rotation of the bot.
StartRotation - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Respawn
Initial rotation of the bot.
StartVelocity - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
This is relative velocity direction vector that will affect the speed and direction of the balls going out.
state - Variable in class cz.cuni.amis.pogamut.base.agent.navigation.impl.AbstractPathExecutor
 
State - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
Represents the state the bomb is in.
State - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
Represents the state the flag is in.
State - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
Name of the state Mover is currently in.
stateChanged(IAgentId, ComponentState) - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
Signal that the component in the bus of agent identified by 'agentId' has changed into 'changedValue'.
stateEntering(CONTEXT, IFSMState<SYMBOL, CONTEXT>, SYMBOL) - Method in class cz.cuni.amis.fsm.FSM.StateWrapper
 
stateEntering(CONTEXT, IFSMState<SYMBOL, CONTEXT>, SYMBOL) - Method in class cz.cuni.amis.fsm.FSMNested
 
stateEntering(Object, IFSMState, Object) - Method in class cz.cuni.amis.fsm.FSMOriginalState
 
stateEntering(CONTEXT, IFSMState<SYMBOL, CONTEXT>, SYMBOL) - Method in interface cz.cuni.amis.fsm.IFSMState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.BotAliveState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.BotDeadState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.CommunicationTerminatedState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.FirstSpawnExpectedState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.GameInfoExpectedState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.HandshakeControllerState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.InitedMessageExpectedState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.ItemCategoryState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.MoverListState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.MutatorListState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.NavPointListState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.PasswordState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.PathAcceptState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.ReadyState
 
stateEntering(CONTEXT, IFSMState<InfoMessage, CONTEXT>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.BotListState
 
stateEntering(CONTEXT, IFSMState<InfoMessage, CONTEXT>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.BotMessageExpectedState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.CommunicationTerminatedState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.GameInfoExpectedState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.ItemCategoryState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.MutatorListState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.NavPointListState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.ObserverRunningState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.PasswordState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.PathAcceptState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.ReadyState
 
stateEntering(CONTEXT, IFSMState<InfoMessage, CONTEXT>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support.ObserverListState
 
stateEntering(CONTEXT, IFSMState<InfoMessage, CONTEXT>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support.ObserverMessageExpectedState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.CommunicationTerminatedState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.GameInfoExpectedState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.ItemCategoryState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.MutatorListState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.NavPointListState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.PasswordState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.PathAcceptState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.ReadyState
 
stateEntering(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.ServerRunningState
 
stateEntering(CONTEXT, IFSMState<InfoMessage, CONTEXT>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.ServerListState
 
stateEntering(CONTEXT, IFSMState<InfoMessage, CONTEXT>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.ServerMessageExpectedState
 
stateLeaving(CONTEXT, IFSMState<SYMBOL, CONTEXT>, SYMBOL) - Method in class cz.cuni.amis.fsm.FSM.StateWrapper
 
stateLeaving(CONTEXT, IFSMState<SYMBOL, CONTEXT>, SYMBOL) - Method in class cz.cuni.amis.fsm.FSMNested
 
stateLeaving(Object, IFSMState, Object) - Method in class cz.cuni.amis.fsm.FSMOriginalState
 
stateLeaving(CONTEXT, IFSMState<SYMBOL, CONTEXT>, SYMBOL) - Method in interface cz.cuni.amis.fsm.IFSMState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.BotAliveState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.BotDeadState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.CommunicationTerminatedState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.ConfigureMessageExpectedState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.FirstSpawnExpectedState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.GameInfoExpectedState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.HandshakeControllerState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.InitedMessageExpectedState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.ItemCategoryState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.ItemListState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.MoverListState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.MutatorListState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.NavPointListState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.NavPointNeighboursState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.PasswordState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.PathAcceptState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.PlayerListState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.ReadyState
 
stateLeaving(CONTEXT, IFSMState<InfoMessage, CONTEXT>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.BotListState
 
stateLeaving(CONTEXT, IFSMState<InfoMessage, CONTEXT>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.BotMessageExpectedState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.CommunicationTerminatedState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.GameInfoExpectedState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.ItemCategoryState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.ItemListState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.MapListState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.MutatorListState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.NavPointListState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.NavPointNeighboursState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.ObserverRunningState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.PasswordState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.PathAcceptState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.PlayerListState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.ReadyState
 
stateLeaving(CONTEXT, IFSMState<InfoMessage, CONTEXT>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support.ObserverListState
 
stateLeaving(CONTEXT, IFSMState<InfoMessage, CONTEXT>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support.ObserverMessageExpectedState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.CommunicationTerminatedState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.GameInfoExpectedState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.ItemCategoryState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.ItemListState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.MapListState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.MutatorListState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.NavPointListState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.NavPointNeighboursState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.PasswordState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.PathAcceptState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.PlayerListState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.ReadyState
 
stateLeaving(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.ServerRunningState
 
stateLeaving(CONTEXT, IFSMState<InfoMessage, CONTEXT>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.ServerListState
 
stateLeaving(CONTEXT, IFSMState<InfoMessage, CONTEXT>, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.ServerMessageExpectedState
 
StatePropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoShared
 
StatePropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoShared
 
StatePropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverShared
 
stateSymbol(CONTEXT, SYMBOL) - Method in class cz.cuni.amis.fsm.FSM.StateWrapper
 
stateSymbol(CONTEXT, SYMBOL) - Method in class cz.cuni.amis.fsm.FSMNested
 
stateSymbol(Object, Object) - Method in class cz.cuni.amis.fsm.FSMOriginalState
 
stateSymbol(CONTEXT, SYMBOL) - Method in interface cz.cuni.amis.fsm.IFSMState
 
stateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.BotAliveState
 
stateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.BotDeadState
 
stateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.CommunicationTerminatedState
 
stateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.FirstSpawnExpectedState
 
stateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.GameInfoExpectedState
 
stateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.HandshakeControllerState
 
stateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.ItemCategoryState
 
stateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.ItemListState
 
stateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.MoverListState
 
stateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.MutatorListState
 
stateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.NavPointListState
 
stateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.PasswordState
 
stateSymbol(TranslatorContext, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.PlayerListState
 
stateSymbol(CONTEXT, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.BotListState
 
stateSymbol(CONTEXT, InfoMessage) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.BotMessageExpectedState
 
stateSymbol(CONTEXT, SYMBOL) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support.AbstractObserverFSMState
 
stateSymbol(CONTEXT, SYMBOL) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.AbstractServerFSMState
 
staticObjectUpdatedEvent(IStaticWorldObjectUpdatedEvent) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenSharedWorldView
Manages updating static objects, only possible event types are CREATED and DESTROYED, any other event type raises an exception.
staticWorldObjects - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
Map of staticWorldObjects, these objects never change, so there is no need for shadow copies.
stats - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
Module that is providing various statistics about the bot.
statsMutex - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
 
step(CONTEXT, FSM.StateWrapper<SYMBOL, CONTEXT>, SYMBOL) - Method in class cz.cuni.amis.fsm.FSM.TransitionWrapper
 
stepped(CONTEXT, IFSMState<SYMBOL, CONTEXT>, SYMBOL, IFSMState<SYMBOL, CONTEXT>) - Method in interface cz.cuni.amis.fsm.IFSMTransition
Method that is called when the transition is triggered.
stepped(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage, IFSMState<InfoMessage, TranslatorContext>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.transition.HandshakeEndTransition
 
stepped(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage, IFSMState<InfoMessage, TranslatorContext>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.transition.GameInfoTransition
 
stepped(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage, IFSMState<InfoMessage, TranslatorContext>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.transition.InitRequestedTransition
 
stepped(TranslatorContext, IFSMState<InfoMessage, TranslatorContext>, InfoMessage, IFSMState<InfoMessage, TranslatorContext>) - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.transition.ReadyRequestedTransition
 
stop() - Method in interface cz.cuni.amis.pogamut.base.agent.IAgent
Attempt to stop the agent, usually meaning dropping all running flags and see whether it will stop automatically.
stop() - Method in interface cz.cuni.amis.pogamut.base.agent.IControllable
Tries to stop the work of this object carefully.
stop() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Stops the agent.
stop() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.adapter.AgentMBeanAdapter
 
stop() - Method in interface cz.cuni.amis.pogamut.base.agent.jmx.adapter.IAgentMBeanAdapter
Attempt to stop the agent, usually meaning dropping all running flags and see whether it will stop automatically.
stop() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentJMXProxy
 
stop() - Method in class cz.cuni.amis.pogamut.base.agent.module.AgentModule
Stops the agent module.
stop() - Method in class cz.cuni.amis.pogamut.base.agent.module.LogicModule
 
stop() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.AbstractPathExecutor
 
stop() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
Used to stop the path executor, for more info see AbstractPathExecutor.stop().
stop() - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutor
Stops the path executor unconditionally.
stop() - Method in class cz.cuni.amis.pogamut.base.agent.utils.AgentKeepAlive
 
stop() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
Stops the world view.
stop() - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentControlHelper
 
stop() - Method in interface cz.cuni.amis.pogamut.base.component.controller.IComponentControlHelper
Stops the component.
stop() - Method in interface cz.cuni.amis.pogamut.base.component.controller.ISharedComponentControlHelper
Stops the component.
stop() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentControlHelper
 
stop() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController.ControlHelper
 
stop() - Method in class cz.cuni.amis.pogamut.base.component.controller.SharedComponentController
 
stop() - Method in interface cz.cuni.amis.pogamut.base.component.IControllable
Tries to stop the work of this object carefully.
stop() - Method in class cz.cuni.amis.pogamut.base.utils.jmx.flag.JMXFlagDecorator
Stops listening for the flag events.
stop() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient
 
stop() - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.SyncLockableBatchAwareWorldView
 
stop() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
Stops the world view.
stop() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
Stops the world view.
stop() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
 
stop() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.NativeUT2004BotAdapter
 
Stop - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command STOP.
Stop() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Stop
Creates new instance of command Stop.
Stop(Stop) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Stop
Cloning constructor.
stop() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.UT2004SyncLockableWorldView
 
stop() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
Stops the UCC server.
stop(Result) - Method in class cz.cuni.amis.utils.future.FlagFuture
Stops the future (not the task it represents!).
stop() - Method in class cz.cuni.amis.utils.StopWatch
In millis
stopAgent() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
Called during stop() method - override to provide custom stopping behavior of the agent.
stopAgent() - Method in class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004Analyzer
 
stopAgent() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot
 
stopAgent() - Method in class cz.cuni.amis.pogamut.ut2004.observer.impl.AbstractUT2004Observer
 
stopAgent() - Method in class cz.cuni.amis.pogamut.ut2004.server.impl.AbstractUT2004Server
 
stopCheck() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
 
stopImpl() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
Method that is called just before the executor's state is switched to PathExecutorState.STOPPED from within the BasePathExecutor.stop() method.
stopMovement() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
 
stopMovement() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleLocomotion
Makes the bot to stop all movement or turning.
stopOutput() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Stops outputting of stats into file, nullify AgentStats.outputFile and AgentStats.fileToOutput.
stopped() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
Method that is called just after the executor's state is switched to PathExecutorState.STOPPED from within the BasePathExecutor.stop() method.
STOPPED - Static variable in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutorState
Corresponds to the PathExecutorState.STOPPED state.
stopped() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
stopped(String) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
stopped() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004PathExecutor
 
stopped - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
Was this instance already released?
StoppedEvent<SOURCE extends IComponent> - Class in cz.cuni.amis.pogamut.base.component.bus.event.impl
 
StoppedEvent(SOURCE) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.StoppedEvent
 
StoppedEvent(SOURCE, String) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.StoppedEvent
 
stoppedTransactional() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
stoppedTransactional(String) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
stopping() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
stopping(String) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
StoppingEvent<SOURCE extends IComponent> - Class in cz.cuni.amis.pogamut.base.component.bus.event.impl
 
StoppingEvent(SOURCE) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.StoppingEvent
 
StoppingEvent(SOURCE, String) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.impl.StoppingEvent
 
stoppingTransactional() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
stoppingTransactional(String) - Method in class cz.cuni.amis.pogamut.base.component.bus.event.ComponentBusEvents
 
StopRecord - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command STOPREC.
StopRecord() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StopRecord
Creates new instance of command StopRecord.
StopRecord(StopRecord) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StopRecord
Cloning constructor.
stopShoot() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedShooting
 
stopShoot() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleShooting
Bot will stop shooting his current weapon (Issues GB STOPSHOOT command)
stopShooting() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedShooting
The bot will stop shooting completely (regardless on the mode of shooting).
StopShooting - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command STOPSHOOT.
StopShooting() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StopShooting
Creates new instance of command StopShooting.
StopShooting(StopShooting) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StopShooting
Cloning constructor.
stopStr() - Method in class cz.cuni.amis.utils.StopWatch
 
StopWatch - Class in cz.cuni.amis.utils
 
StopWatch() - Constructor for class cz.cuni.amis.utils.StopWatch
 
strafeLeft(double, UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
Bot strafes left.
strafeLeft(double, ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
Bot strafes left.
strafeLeft(double) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
Bot strafes left.
strafeRight(double, UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
Bot strafes right.
strafeRight(double, ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
Bot strafes right.
strafeRight(double) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
Bot strafes right.
strafeTo(ILocated, ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
Makes the bot to move to location while looking at focusLocation.
strafeTo(ILocated, UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
Makes the bot to move at location, while looking at focus object.
StreamSink - Class in cz.cuni.amis.utils
Reads content of the stream and discards it.
StreamSink(String, InputStream) - Constructor for class cz.cuni.amis.utils.StreamSink
Constructs the sink to silently discard all contents of 'os'.
StreamSink(String, InputStream, Logger) - Constructor for class cz.cuni.amis.utils.StreamSink
Constructs the sink to redirect all output from 'os' into 'log' (used log level is Level.INFO) as default.
StreamSink(String, InputStream, Logger, String) - Constructor for class cz.cuni.amis.utils.StreamSink
Constructs the sink to redirect all output from 'os' into 'log' (used log level is Level.INFO) as default.
StringCommandSerializer - Class in cz.cuni.amis.pogamut.base.communication.command.impl
 
StringCommandSerializer() - Constructor for class cz.cuni.amis.pogamut.base.communication.command.impl.StringCommandSerializer
 
StringCutter - Class in cz.cuni.amis.utils
You will stuff strings into the object and it will check whether the 'limiter' is present.
StringCutter() - Constructor for class cz.cuni.amis.utils.StringCutter
Default limiter is "\r\n" (windows new line).
StringCutter(String) - Constructor for class cz.cuni.amis.utils.StringCutter
 
stringIdValue(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Returns UnrealId for parsed token.
StringOutputStream - Class in cz.cuni.amis.utils
OutputStream for the String, writes to StringBuffer.
StringOutputStream() - Constructor for class cz.cuni.amis.utils.StringOutputStream
Creates new StringOutputStream, makes a new internal StringBuffer.
StringProperty - Class in cz.cuni.amis.pogamut.multi.communication.worldview.property
Implementation of the ISharedProperty interface for String value type.
StringProperty(WorldObjectId, String, String, Class) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.StringProperty
 
StringProperty(StringProperty) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.StringProperty
 
StringReplacer - Class in cz.cuni.amis.utils
Very slow and very dumb string replacer ...
StringReplacer() - Constructor for class cz.cuni.amis.utils.StringReplacer
 
stringValue(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Returns string for parsed token.
stuck() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
Method that changes the state to PathExecutorState.STUCK that should be called whenever some stuck detector detects that the agent is stuck.
STUCK - Static variable in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutorState
Corresponds to the PathExecutorState.STUCK state.
stuck() - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutorHelper
Reports that the agent has stuck - this stuck is detected either by some registered IStuckDetector or some other part of the IPathExecutor.
stuckDetectors - Variable in class cz.cuni.amis.pogamut.base.agent.navigation.impl.AbstractPathExecutor
 
stuckImpl() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
Method that is called just after the executor's state is switched to PathExecutorState.STUCK from within the BasePathExecutor#stuck(IStuckDetector) method.
stuckImpl() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004PathExecutor
 
sub(Location) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Retreives subtraction of given location from this location.
sub(Location, Location) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Retreives subtraction of two given locations.
sub(Velocity) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Subtracts given velocity from this location.
sub(Location, Velocity) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Subtracts given velocity from given location.
sub(Velocity) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Retreives subtraction of given velocity from this velocity.
sub(Velocity, Velocity) - Static method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Retreives subtraction of two given velocities.
subList(int, int) - Method in class cz.cuni.amis.utils.collections.ObservableList
 
Success - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FactoryUsed
If we have successfully used the factory.
Success - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChanged
If true team change was succesfull (it won't be succesfull if we are changing to a team we already are in).
success - Variable in class cz.cuni.amis.utils.astar.AStarResult
Wether goalNode was found during the A* run.
suicides - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
How many times this bot has comitted suicide.
SUPER_HEALTH_PACK - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
SuperHealth charger.
SUPER_SHIELD_PACK - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
SuperShield.
SUPER_SHOCK_RIFLE - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
SuperShockRifle weapon (instagib weapon).
SuperHeal - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
If this item is health.
supportsCustomEditor() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location.PropertyEditor
 
SWITCHED_TO_ANOTHER_PATH_ELEMENT - Static variable in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutorState
Corresponds to the PathExecutorState.SWITCHED_TO_ANOTHER_PATH_ELEMENT state.
switchState(IPathExecutorState) - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.AbstractPathExecutor
Simple method that sets new AbstractPathExecutor state into AbstractPathExecutor.state.
switchStatus(FutureStatus) - Method in class cz.cuni.amis.utils.future.FutureWithListeners
Changes the status of the future (if it is different than current one) and notifies the listeners about this change.
switchToAnotherPathElement(int) - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
Switches from current path element index into the new one.
switchToAnotherPathElement(int) - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutorHelper
Switches from current path element index into the new one.
switchToAnotherPathElementImpl() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
Method that is called just after the executor's state is switched to PathExecutorState.SWITCHED_TO_ANOTHER_PATH_ELEMENT from within the BasePathExecutor.switchToAnotherPathElement(int) method.
switchToAnotherPathElementImpl() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004PathExecutor
Sets the path into the GB2004 via SetRoute whenever switch occurs and the rest of the path is greater than 32 path elements.
syncClassMap - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
syncCurrentSharedProperties - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
Synchronized version of currentSharedProperties.
syncEventList - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenSharedWorldView
 
SynchronousOff - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
It enables/disables sending of all GB synchronous messages for the bot.
SynchronousOff - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
It informs if sending of all GB synchronous messages is enabled or disabled.
SynchronousOff - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
It informs if sending of all GB synchronous messages is enabled or disabled.
syncIdClassMap - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
 
SyncLazy<T> - Class in cz.cuni.amis.utils
Lazy that has synchronized Lazy.create() method (you do not need to synchronize it for yourself).
SyncLazy() - Constructor for class cz.cuni.amis.utils.SyncLazy
 
SyncLockableBatchAwareWorldView - Class in cz.cuni.amis.pogamut.base3d.worldview.impl
 
SyncLockableBatchAwareWorldView(ComponentDependencies, IComponentBus, IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.impl.SyncLockableBatchAwareWorldView
 
SyncMessage - Annotation Type in cz.cuni.amis.pogamut.ut2004.communication.messages
Annotation that is telling us whether the InfoMessage is part of synchronous batch or not.
syncSharedProperties - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
Synchronized version of sharedProperties.
syncSharedWorldObjects - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractSharedWorldView
Synchronized version of cached sharedWorldObjects.
SyncUT2004BotLogic<BOT extends UT2004Bot<? extends ILockableVisionWorldView,?,?>> - Class in cz.cuni.amis.pogamut.ut2004.agent.module.logic
 
SyncUT2004BotLogic(BOT, IAgentLogic) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.logic.SyncUT2004BotLogic
 
SyncUT2004BotLogic(BOT, IAgentLogic, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.logic.SyncUT2004BotLogic
 
SyncUT2004BotLogic(BOT, IAgentLogic, Logger, ComponentDependencies) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.logic.SyncUT2004BotLogic
 
syncVisibleClassMap - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.VisionLocalWorldView
Synchronized version of visible objects sorted according to class.
syncVisibleMap - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.VisionLocalWorldView
Synchronized version of visible objects.

T

TabooSet<T> - Class in cz.cuni.amis.pogamut.ut2004.agent.module.utils
This class is a simple implementation of TabooSet (similar to TabooList).
TabooSet(UT2004Bot) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.utils.TabooSet
Constructor of the TabuSet.
TabooSet.IRelaxedTaboo<T> - Interface in cz.cuni.amis.pogamut.ut2004.agent.module.utils
 
Target - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CheckReachability
The unique Id of a player/object/nav point/whatever.
Target - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DriveTo
The unique id of a NavPoint, Mover or item (beware, not all of the items have unique id).
Target - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetPath
UnrealId of navigation point you want to find path to.
Target - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GiveInventory
Id of the receiving bot.
Target - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Shoot
The unique Id of your target.
Target - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.TurnTo
The unique id of a player/object/nav point/whatever that you want to face.
TARGET_REACHED - Static variable in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutorState
Corresponds to the PathExecutorState.TARGET_REACHED state.
targetMap - Variable in class cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server
 
targetReached() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
Method that should be called whenever the path executor reaches the end of the path.
targetReached() - Method in interface cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutorHelper
Reports that the agent has reached its target.
targetReachedImpl() - Method in class cz.cuni.amis.pogamut.base.agent.navigation.impl.BasePathExecutor
Method that is called just after the executor's state is switched to PathExecutorState.TARGET_REACHED from within the BasePathExecutor.targetReached() method.
targetReachedImpl() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004PathExecutor
 
task() - Method in class cz.cuni.amis.utils.ExceptionDiscarder
Specifies the task that should be computed.
Team - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeTeam
This is the team we want to change to (0 for red, 1 for blue, etc.).
Team - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
Preferred team.
Team - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
The owner team of this flag.
Team - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
What team the player is on.
Team - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
What team the bot is on.
Team - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage
Team identifier.
Team - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
What team the vehicle is on.
TEAM_BLUE - Static variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Blue team number.
TEAM_GOLD - Static variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Gold team number.
TEAM_GREEN - Static variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Green team number.
TEAM_NONE - Static variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
No-team number.
TEAM_RED - Static variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
Red team number.
TeamChanged - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event TEAMCHANGE.
TeamChanged() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChanged
Parameter-less contructor for the message.
TeamChanged(UnrealId, boolean, int) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChanged
Creates new instance of the message TeamChanged.
TeamChanged(TeamChanged) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChanged
Cloning constructor from the full message.
TeamChat - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event VMT.
TeamChat() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChat
Parameter-less contructor for the message.
TeamChat(UnrealId, String, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChat
Creates new instance of the message TeamChat.
TeamChat(TeamChat) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChat
Cloning constructor from the full message.
TeamedAgentId - Class in cz.cuni.amis.pogamut.multi.agent.impl
 
TeamedAgentId() - Constructor for class cz.cuni.amis.pogamut.multi.agent.impl.TeamedAgentId
 
TeamedAgentId(String) - Constructor for class cz.cuni.amis.pogamut.multi.agent.impl.TeamedAgentId
 
TeamedAgentId(String, String) - Constructor for class cz.cuni.amis.pogamut.multi.agent.impl.TeamedAgentId
 
teamId - Variable in class cz.cuni.amis.pogamut.multi.agent.impl.AgentTeamedId
 
TeamId - Class in cz.cuni.amis.pogamut.multi.agent.impl
 
TeamId(String) - Constructor for class cz.cuni.amis.pogamut.multi.agent.impl.TeamId
 
TeamId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage
 
TeamId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
 
TeamId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
 
TeamId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
 
TeamId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
 
TeamId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
TeamId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
 
TeamId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
TeamId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
 
TeamId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
 
TeamId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage
 
TeamId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
TeamId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
 
TeamId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
TeamId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage
 
TeamId - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
 
TeamLocked - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
If the vehicle is locked just for its current team.
TeamLockedPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
 
TeamNumber - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
Will be sent if this is a player start.
TeamNumber - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
Will be sent if this is a player start.
TeamPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoShared
 
TeamPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
 
TeamPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
TeamPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreShared
 
TeamPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
 
TeamRemoteAgentParameters<SHARED_WORLDVIEW extends ISharedWorldView> - Class in cz.cuni.amis.pogamut.multi.params.impl
 
TeamRemoteAgentParameters() - Constructor for class cz.cuni.amis.pogamut.multi.params.impl.TeamRemoteAgentParameters
 
TeamScore - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the GameBots2004 message TES.
TeamScore() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScore
Parameter-less contructor for the message.
TeamScore.TeamScoreUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
TeamScore.TeamScoreUpdate(TeamScore, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScore.TeamScoreUpdate
 
TeamScoreCompositeImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Composite implementation of the TES abstract message.
TeamScoreCompositeImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreCompositeImpl
Parameter-less contructor for the message.
TeamScoreCompositeImpl(TeamScoreLocalImpl, TeamScoreSharedImpl, TeamScoreStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreCompositeImpl
Composite-impl constructor.
TeamScoreCompositeImpl(TeamScoreCompositeImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreCompositeImpl
Cloning constructor.
TeamScoreLocal - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the local part of the GameBots2004 message TES.
TeamScoreLocal() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocal
Parameter-less contructor for the message.
TeamScoreLocalImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message TES.
TeamScoreLocalImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocalImpl
Parameter-less contructor for the message.
TeamScoreLocalImpl(UnrealId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocalImpl
Creates new instance of the message TeamScore.
TeamScoreLocalImpl(TeamScore) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocalImpl
Cloning constructor from the full message.
TeamScoreLocalImpl(TeamScoreLocalImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocalImpl
Cloning constructor from the full message.
TeamScoreLocalImpl(TeamScoreLocal) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocalImpl
Cloning constructor from the message part.
TeamScoreLocalImpl.TeamScoreLocalUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
TeamScoreLocalImpl.TeamScoreLocalUpdate(TeamScoreLocal, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocalImpl.TeamScoreLocalUpdate
 
TeamScoreMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the GameBots2004 message TES contains also its Local/Shared/Static subpart class definitions..
TeamScoreMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage
Parameter-less contructor for the message.
TeamScoreMessage(UnrealId, Integer, Integer) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage
Creates new instance of the message TeamScore.
TeamScoreMessage(TeamScoreMessage) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage
Cloning constructor from the full message.
TeamScoreMessage.TeamScoreLocalMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message TES, used to facade TESMessage.
TeamScoreMessage.TeamScoreLocalMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage.TeamScoreLocalMessage
 
TeamScoreMessage.TeamScoreSharedMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message TES, used to facade TESMessage.
TeamScoreMessage.TeamScoreSharedMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage.TeamScoreSharedMessage
 
TeamScoreMessage.TeamScoreStaticMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message TES, used to facade TESMessage.
TeamScoreMessage.TeamScoreStaticMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage.TeamScoreStaticMessage
 
teamScores - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Most rescent message containing info about the player team's score.
TeamScoreShared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the shared part of the GameBots2004 message TES.
TeamScoreShared() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreShared
Parameter-less contructor for the message.
TeamScoreSharedImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message TES.
TeamScoreSharedImpl(TeamScoreSharedImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreSharedImpl
 
TeamScoreSharedImpl(WorldObjectId, Collection<ISharedProperty>) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreSharedImpl
 
TeamScoreSharedImpl.TeamScoreSharedUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
TeamScoreSharedImpl.TeamScoreSharedUpdate(TeamScoreShared, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreSharedImpl.TeamScoreSharedUpdate
 
TeamScoreStatic - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the static part of the GameBots2004 message TES.
TeamScoreStatic() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStatic
Parameter-less contructor for the message.
TeamScoreStaticImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message TES.
TeamScoreStaticImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStaticImpl
Parameter-less contructor for the message.
TeamScoreStaticImpl(UnrealId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStaticImpl
Creates new instance of the message TeamScore.
TeamScoreStaticImpl(TeamScore) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStaticImpl
Cloning constructor from the full message.
TeamScoreStaticImpl(TeamScoreStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStaticImpl
Cloning constructor from the full message.
TeamScoreStaticImpl(TeamScoreStatic) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStaticImpl
Cloning constructor from the message part.
TeamScoreStaticImpl.TeamScoreStaticUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
TeamScoreStaticImpl.TeamScoreStaticUpdate(TeamScoreStatic, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStaticImpl.TeamScoreStaticUpdate
 
teleport - Variable in enum cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueNavigator.Stage
We're going through the teleport.
Teleporter - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
If this point marks a teleport.
Teleporter - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
If this point marks a teleport.
TeleporterStage() - Static method in enum cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueNavigator.Stage
Returns the first step of the teleporter sequence.
TerminalVelocity - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
Terminal velocity (?).
terminated - Variable in enum cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueNavigator.Stage
Whether the nagivation is terminated.
TestAgents - Class in cz.cuni.amis.pogamut.base.utils.logging
 
TestAgents() - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.TestAgents
 
TestAgents.NetworkLoggingAgent - Class in cz.cuni.amis.pogamut.base.utils.logging
 
TestAgents.NetworkLoggingAgent(IAgentId, IComponentBus, IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.base.utils.logging.TestAgents.NetworkLoggingAgent
 
TestOutput - Class in cz.cuni.amis.utils
Used to produce text strings during tests, those strings are then consumed by the test case.
TestOutput(String) - Constructor for class cz.cuni.amis.utils.TestOutput
 
Text - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: TEXT, BUTTON, OPTION.
Text - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SendMessage
Text to send.
Text - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
Text of the dialog.
Text - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ShowText
The text that should be shown.
Text - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GlobalChat
A human readable message sent by another player in the game on the global channel.
Text - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChat
A human readable message sent by a team mate in the game on the private team channel.
TextColor - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Applicable for: TEXT, BUTTON, OPTION.
TextColor - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ShowText
The color of text.
threadMutex - Variable in class cz.cuni.amis.pogamut.base.communication.mediator.impl.Mediator
Mutex for start synchronization.
Throughput - Class in cz.cuni.amis.utils
 
Throughput(String) - Constructor for class cz.cuni.amis.utils.Throughput
 
Throw - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command THROW.
Throw() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Throw
Creates new instance of command Throw.
Throw(Throw) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Throw
Cloning constructor.
Thrown - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event THROWN.
Thrown() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Thrown
Parameter-less contructor for the message.
Thrown(UnrealId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Thrown
Creates new instance of the message Thrown.
Thrown(Thrown) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Thrown
Cloning constructor from the full message.
throwWeapon() - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.Action
Throws out bots current weapon (just if he is allowed to throw this kind of weapon out - some weapons cannot be thrown e.g.
Time - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
How long this move of this camera will last (in seconds).
Time - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
Fade out of the emoticons in seconds.
Time - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ShowText
Number of seconds for which should be the text shown.
time - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocalImpl.AliveMessageLocalUpdate
 
Time - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocalImpl
Game time when this message was send.
Time - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage
Game time when this message was send.
Time - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationChange
Time of the animation change.
time - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl.AutoTraceRayLocalUpdate
 
Time - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BeginMessage
Timestamp form the GameBots.
time - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl.BombInfoLocalUpdate
 
time - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl.ConfigChangeLocalUpdate
 
Time - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EndMessage
Time, when the message was sent - intern UT time.
time - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocalImpl.FlagInfoLocalUpdate
 
time - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocalImpl.GameInfoLocalUpdate
 
time - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl.IncomingProjectileLocalUpdate
 
time - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl.InitedMessageLocalUpdate
 
time - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocalImpl.ItemLocalUpdate
 
time - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocalImpl.MoverLocalUpdate
 
time - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl.MyInventoryLocalUpdate
 
time - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl.NavPointLocalUpdate
 
time - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl.PlayerLocalUpdate
 
time - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl.SelfLocalUpdate
 
time - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocalImpl.TeamScoreLocalUpdate
 
time - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocalImpl.VehicleLocalUpdate
 
time() - Method in class cz.cuni.amis.utils.StopWatch
In millis...
TimeKey - Class in cz.cuni.amis.pogamut.multi.utils.timekey
the TimeKey class makes sure that for every integer time there is only one instance of the TimeKey object.
TimeKey.TimeKeyComparator - Class in cz.cuni.amis.pogamut.multi.utils.timekey
 
TimeKey.TimeKeyComparator() - Constructor for class cz.cuni.amis.pogamut.multi.utils.timekey.TimeKey.TimeKeyComparator
 
TimeKeyManager - Class in cz.cuni.amis.pogamut.multi.utils.timekey
Singleton class that manages timekey locks and unlocks,
TimeKeyNotLockedException - Exception in cz.cuni.amis.pogamut.multi.utils.exception
This exception is thrown when an object is requested from any WorldView under an unlockedTimeKey == (!worldView.isLocked(timeKey)).
TimeKeyNotLockedException(String) - Constructor for exception cz.cuni.amis.pogamut.multi.utils.exception.TimeKeyNotLockedException
 
TimeLimit - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
Maximum time game will last (if tied at end may goe to "sudden death overtime" - depends on the game type).
TimeLimitPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoShared
 
timeMoving - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
For how long in total the bot was moving (had non-zero (> 1) velocity)
timeShooting - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
For how long in total the bot was shooting.
TimeUnitToMillis - Class in cz.cuni.amis.utils
 
TimeUnitToMillis() - Constructor for class cz.cuni.amis.utils.TimeUnitToMillis
 
To - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.FastTrace
Target point of the ray.
To - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Trace
Target point of the ray.
To - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
Location to which the ray is sent.
To - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
Location to which the ray is sent.
To - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FastTraceResponse
Location to which the ray is sent.
To - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TraceResponse
Location to which the ray is sent.
TO_STRING - Static variable in class cz.cuni.amis.utils.collections.MyCollections
 
toArray() - Method in class cz.cuni.amis.utils.astar.AStarHeap
 
toArray(Object[]) - Method in class cz.cuni.amis.utils.astar.AStarHeap
 
toArray() - Method in class cz.cuni.amis.utils.collections.LazyMapValuesCollection
 
toArray(T[]) - Method in class cz.cuni.amis.utils.collections.LazyMapValuesCollection
 
toArray() - Method in class cz.cuni.amis.utils.collections.ObservableCollection
 
toArray(T[]) - Method in class cz.cuni.amis.utils.collections.ObservableCollection
 
toArray() - Method in class cz.cuni.amis.utils.sets.ConcurrentHashSet
 
toArray(T[]) - Method in class cz.cuni.amis.utils.sets.ConcurrentHashSet
 
toArray() - Method in class cz.cuni.amis.utils.sets.ConcurrentLinkedHashSet
 
toArray(T[]) - Method in class cz.cuni.amis.utils.sets.ConcurrentLinkedHashSet
 
toHtmlString() - Method in interface cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IMapList
 
toHtmlString() - Method in interface cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IMutator
 
toHtmlString() - Method in interface cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IPlayer
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddBot
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddInventory
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddRay
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeAttribute
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeMap
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeTeam
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeWeapon
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CheckReachability
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Combo
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CommandPlayer
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Console
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ContinuousMove
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogBegin
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogCancel
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogEnd
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DisconnectBot
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DisconnectObserver
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Dodge
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DriveTo
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.EndPlayers
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.EnterVehicle
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.FactoryUse
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.FastTrace
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GameConfiguration
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetAllInvetories
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetAllNavPoints
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetAllStatus
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetGameInfo
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetItemCategory
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetMaps
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetPath
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetPlayers
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetSelf
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetSpecialObjects
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetVisibleObjects
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GiveInventory
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.InitializeObserver
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Jump
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Kick
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.LeaveVehicle
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Move
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PasswordReply
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Pause
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Pick
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Ping
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlayAnimation
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlaySound
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Quit
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Ready
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Record
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.RemoveRay
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Respawn
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Rotate
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SendMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCamera
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCrouch
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetGameSpeed
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetLock
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetPassword
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetPlayerControl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSendKeys
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSkin
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetWalk
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Shoot
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ShowText
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SpawnActor
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StartAnimation
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StartPlayers
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Stop
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StopRecord
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StopShooting
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Throw
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Trace
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.TurnTo
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AdrenalineGained
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageCompositeImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocal
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocalImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage.AliveMessageLocalMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage.AliveMessageSharedMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage.AliveMessageStaticMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageShared
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageSharedImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageStatic
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageStaticImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationBotID
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationChange
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationPort
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationStop
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayCompositeImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocal
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRayLocalMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRaySharedMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRayStaticMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayShared
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRaySharedImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStatic
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStaticImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BeginMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoCompositeImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocal
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoLocalMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoSharedMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoStaticMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoShared
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStatic
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStaticImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Bumped
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ChangedWeapon
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ComboStarted
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeLocalMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeSharedMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeStaticMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeShared
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeSharedImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStatic
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStaticImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogCommand
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogFailed
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogOk
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EndMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EnteredVehicle
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FactoryUsed
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FallEdge
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FastTraceResponse
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoCompositeImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocal
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocalImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoLocalMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoSharedMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoStaticMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoShared
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoSharedImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStatic
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStaticImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocal
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocalImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoLocalMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoSharedMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoStaticMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoShared
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStatic
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GamePaused
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameRestarted
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameResumed
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GlobalChat
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HandShakeEnd
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HandShakeStart
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearNoise
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearPickup
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloBotHandshake
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloControlServerHandshake
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloObserverHandshake
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectile
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileCompositeImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocal
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileLocalMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileSharedMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileStaticMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileShared
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileSharedImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStatic
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStaticImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageSharedMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageStaticMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageShared
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageSharedImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageStatic
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageStaticImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategoryEnd
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategoryStart
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCompositeImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemListEnd
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemListStart
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocal
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocalImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemLocalMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemSharedMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemStaticMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemPickedUp
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemShared
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemSharedImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStatic
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.JumpPerformed
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.KeyEvent
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Landed
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LockedVehicle
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LostChild
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LostInventory
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapChange
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapFinished
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapList
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapListEnd
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapListStart
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverListEnd
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverListStart
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocal
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocalImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverLocalMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverSharedMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverStaticMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverShared
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverSharedImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStatic
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mutator
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MutatorListEnd
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MutatorListStart
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventory
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryCompositeImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryEnd
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocal
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventoryLocalMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventorySharedMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventoryStaticMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryShared
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventorySharedImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStart
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStatic
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStaticImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointListEnd
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointListStart
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocal
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointLocalMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointSharedMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLinkEnd
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLinkStart
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointShared
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointSharedImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ObjectSelected
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PasswdOk
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PasswdWrong
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Password
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathList
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathListEnd
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathListStart
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerCompositeImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerDamaged
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerInput
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerJoinsGame
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLeft
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerListEnd
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerListStart
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocal
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerLocalMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerSharedMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerStaticMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerScore
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerStatic
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerStaticImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Pong
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Reachable
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.RecordingEnded
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.RecordingStarted
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocal
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfLocalMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfStaticMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStatic
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStaticImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ShootingStarted
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ShootingStopped
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Spawn
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChanged
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChat
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScore
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreCompositeImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocal
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocalImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage.TeamScoreLocalMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage.TeamScoreSharedMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage.TeamScoreStaticMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreShared
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreSharedImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStatic
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStaticImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Thrown
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TraceResponse
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Trigger
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleCompositeImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocal
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocalImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleLocalMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleSharedMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleStaticMessage
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStatic
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStaticImpl
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WallCollision
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WeaponUpdate
 
toHtmlString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ZoneChangedBot
 
token - Variable in class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId
Unique representation of this id, contains ints that uniquely identifies it.
Token - Class in cz.cuni.amis.utils.token
Represents a String that can be used inside Map as keys or Sets as Token.equals(Object) has O(1) time complexity which is much better when compared to the O(N) time complexity of String.equals(Object).
Tokens - Class in cz.cuni.amis.utils.token
Provides a way for string-to-long translation for quick handling of "String" keys inside maps or sets.
Tokens() - Constructor for class cz.cuni.amis.utils.token.Tokens
 
toList(T[], List<T>) - Static method in class cz.cuni.amis.utils.collections.MyCollections
 
toList(T[], List<T>, ObjectFilter) - Static method in class cz.cuni.amis.utils.collections.MyCollections
 
toLocation() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Converts this Rotation into Location.
toLocation(Rotation.Order) - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Converts this Rotation into Location.
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddBot
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddInventory
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddRay
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeAttribute
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeMap
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeTeam
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeWeapon
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CheckReachability
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Combo
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CommandPlayer
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Console
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ContinuousMove
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogBegin
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogCancel
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogEnd
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DisconnectBot
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DisconnectObserver
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Dodge
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DriveTo
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.EndPlayers
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.EnterVehicle
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.FactoryUse
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.FastTrace
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GameConfiguration
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetAllInvetories
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetAllNavPoints
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetAllStatus
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetGameInfo
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetItemCategory
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetMaps
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetPath
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetPlayers
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetSelf
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetSpecialObjects
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetVisibleObjects
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GiveInventory
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.InitializeObserver
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Jump
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Kick
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.LeaveVehicle
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Move
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PasswordReply
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Pause
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Pick
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Ping
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlayAnimation
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlaySound
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Quit
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Ready
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Record
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.RemoveRay
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Respawn
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Rotate
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SendMessage
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCamera
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCrouch
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetGameSpeed
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetLock
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetPassword
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetPlayerControl
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSendKeys
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSkin
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetWalk
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Shoot
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ShowText
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SpawnActor
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StartAnimation
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StartPlayers
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Stop
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StopRecord
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StopShooting
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Throw
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Trace
 
toMessage() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.TurnTo
 
toMillis(long, TimeUnit) - Static method in class cz.cuni.amis.utils.TimeUnitToMillis
 
ToNavPoint - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
End of the link (edge), where the link ends.
toNavPointId - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointEdgeBuilder
 
toSet() - Method in class cz.cuni.amis.utils.astar.AStarHeap
 
toString() - Method in class cz.cuni.amis.fsm.FSM.StateWrapper
 
toString() - Method in class cz.cuni.amis.pogamut.base.agent.component.event.AgentEvents
 
toString() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
 
toString() - Method in class cz.cuni.amis.pogamut.base.agent.impl.AgentId
 
toString() - Method in class cz.cuni.amis.pogamut.base.agent.module.AgentModule
 
toString() - Method in class cz.cuni.amis.pogamut.base.agent.state.impl.AgentState
 
toString() - Method in class cz.cuni.amis.pogamut.base.communication.command.impl.Act
 
toString() - Method in class cz.cuni.amis.pogamut.base.communication.command.impl.StringCommandSerializer
 
toString() - Method in class cz.cuni.amis.pogamut.base.communication.connection.impl.AbstractConnection
 
toString() - Method in class cz.cuni.amis.pogamut.base.communication.connection.impl.socket.SocketConnection
 
toString() - Method in class cz.cuni.amis.pogamut.base.communication.connection.impl.socket.SocketConnectionAddress
 
toString() - Method in class cz.cuni.amis.pogamut.base.communication.mediator.impl.Mediator
 
toString() - Method in class cz.cuni.amis.pogamut.base.communication.messages.CommandMessage
 
toString() - Method in class cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
 
toString() - Method in class cz.cuni.amis.pogamut.base.communication.parser.impl.yylex.YylexParser
 
toString() - Method in class cz.cuni.amis.pogamut.base.communication.translator.impl.WorldMessageTranslator
 
toString() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.AbstractWorldView
 
toString() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.object.event.WorldObjectEvent
 
toString() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId
Returns string representation of the id, format: WorldObjectId[id]
toString() - Method in class cz.cuni.amis.pogamut.base.component.bus.ComponentBus
 
toString() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.BusAwareCountDownLatch
 
toString() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.impl.ComponentEvent
 
toString() - Method in class cz.cuni.amis.pogamut.base.component.bus.event.impl.FatalErrorEvent
 
toString() - Method in class cz.cuni.amis.pogamut.base.component.controller.AbstractComponentControllerBase
 
toString() - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentControlHelper
 
toString() - Method in class cz.cuni.amis.pogamut.base.component.controller.ComponentDependencies
 
toString() - Method in class cz.cuni.amis.pogamut.base.component.lifecyclebus.LifecycleBus
 
toString() - Method in class cz.cuni.amis.pogamut.base.utils.configuration.CustomPropertiesProvider
 
toString() - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
toString() - Method in class cz.cuni.amis.pogamut.base.utils.logging.marks.LogEventMark
Get human readable representation of LogEventMark.
toString() - Method in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogEnvelope
 
toString() - Method in enum cz.cuni.amis.pogamut.base.utils.PogamutProperty
 
toString() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
 
toString() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
 
toString() - Method in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
 
toString() - Method in class cz.cuni.amis.pogamut.multi.agent.impl.TeamedAgentId
 
toString() - Method in class cz.cuni.amis.pogamut.multi.agent.impl.TeamId
 
toString() - Method in class cz.cuni.amis.pogamut.multi.communication.messages.SharedBatchBeginEvent
 
toString() - Method in class cz.cuni.amis.pogamut.multi.communication.messages.SharedBatchFinishedEvent
 
toString() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.PropertyId
 
toString() - Method in exception cz.cuni.amis.pogamut.multi.utils.exception.TimeKeyNotLockedException
 
toString() - Method in class cz.cuni.amis.pogamut.multi.utils.timekey.TimeKey
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weapon
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPref
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddBot
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddInventory
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddRay
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeAttribute
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeMap
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeTeam
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ChangeWeapon
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CheckReachability
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Combo
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CommandPlayer
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Console
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ContinuousMove
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogBegin
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogCancel
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogEnd
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DisconnectBot
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DisconnectObserver
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Dodge
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DriveTo
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.EndPlayers
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.EnterVehicle
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.FactoryUse
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.FastTrace
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GameConfiguration
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetAllInvetories
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetAllNavPoints
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetAllStatus
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetGameInfo
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetItemCategory
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetMaps
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetPath
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetPlayers
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetSelf
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetSpecialObjects
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetVisibleObjects
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GiveInventory
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Initialize
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.InitializeObserver
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Jump
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Kick
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.LeaveVehicle
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Move
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PasswordReply
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Pause
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Pick
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Ping
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlayAnimation
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PlaySound
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Quit
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Ready
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Record
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.RemoveRay
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Respawn
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Rotate
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SendMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCamera
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetCrouch
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmoticon
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetGameSpeed
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetLock
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetPassword
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetPlayerControl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetRoute
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSendKeys
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSkin
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetWalk
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Shoot
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ShowText
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SpawnActor
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StartAnimation
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StartPlayers
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Stop
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StopRecord
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StopShooting
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Throw
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Trace
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.TurnTo
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AdrenalineGained
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageCompositeImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocal
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocalImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage.AliveMessageLocalMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage.AliveMessageSharedMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage.AliveMessageStaticMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageShared
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageSharedImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageStatic
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageStaticImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationBotID
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationChange
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationPort
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationStop
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayCompositeImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocal
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRayLocalMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRaySharedMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRayStaticMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayShared
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRaySharedImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStatic
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStaticImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BeginMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoCompositeImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocal
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoLocalMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoSharedMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoStaticMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoShared
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoSharedImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStatic
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStaticImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Bumped
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ChangedWeapon
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ComboStarted
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeCompositeImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocal
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeLocalMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeSharedMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage.ConfigChangeStaticMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeShared
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeSharedImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStatic
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStaticImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogCommand
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogFailed
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.DialogOk
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EndMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EnteredVehicle
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FactoryUsed
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FallEdge
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FastTraceResponse
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoCompositeImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocal
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocalImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoLocalMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoSharedMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage.FlagInfoStaticMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoShared
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoSharedImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStatic
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStaticImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoCompositeImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocal
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocalImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoLocalMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoSharedMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoStaticMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoShared
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoSharedImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStatic
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GamePaused
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameRestarted
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameResumed
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GlobalChat
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HandShakeEnd
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HandShakeStart
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearNoise
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearPickup
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloBotHandshake
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloControlServerHandshake
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HelloObserverHandshake
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectile
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileCompositeImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocal
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileLocalMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileSharedMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileStaticMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileShared
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileSharedImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStatic
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStaticImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageCompositeImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageSharedMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageStaticMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageShared
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageSharedImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageStatic
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageStaticImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategoryEnd
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategoryStart
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCompositeImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemListEnd
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemListStart
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocal
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocalImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemLocalMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemSharedMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage.ItemStaticMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemPickedUp
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemShared
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemSharedImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStatic
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.JumpPerformed
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.KeyEvent
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Landed
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LockedVehicle
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LostChild
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LostInventory
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapChange
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapFinished
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapList
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapListEnd
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MapListStart
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverCompositeImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverListEnd
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverListStart
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocal
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocalImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverLocalMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverSharedMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage.MoverStaticMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverShared
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverSharedImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStatic
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mutator
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MutatorListEnd
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MutatorListStart
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventory
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryCompositeImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryEnd
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocal
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventoryLocalMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventorySharedMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventoryStaticMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryShared
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventorySharedImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStart
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStatic
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStaticImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointCompositeImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointListEnd
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointListStart
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocal
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointLocalMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointSharedMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage.NavPointStaticMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLinkEnd
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLinkStart
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointShared
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointSharedImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStatic
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ObjectSelected
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PasswdOk
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PasswdWrong
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Password
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathList
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathListEnd
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathListStart
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerCompositeImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerDamaged
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerInput
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerJoinsGame
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLeft
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerListEnd
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerListStart
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocal
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerLocalMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerSharedMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage.PlayerStaticMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerScore
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerSharedImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerStatic
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerStaticImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Pong
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Reachable
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.RecordingEnded
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.RecordingStarted
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocal
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfLocalMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfStaticMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfSharedImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStatic
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStaticImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ShootingStarted
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ShootingStopped
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Spawn
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChanged
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamChat
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScore
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreCompositeImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocal
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocalImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage.TeamScoreLocalMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage.TeamScoreSharedMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage.TeamScoreStaticMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreShared
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreSharedImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStatic
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStaticImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Thrown
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TraceResponse
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Trigger
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleCompositeImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocal
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocalImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleLocalMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleSharedMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleStaticMessage
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStatic
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStaticImpl
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WallCollision
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WeaponUpdate
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ZoneChangedBot
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.BotFSM
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.AbstractBotFSMState
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.transition.HandshakeEndTransition
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AmmoDescriptor
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.GeneralDescriptor
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.HealthDescriptor
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ItemDescriptor
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.ObserverFSM
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support.AbstractObserverFSMState
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.ServerFSM
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.AbstractServerFSMState
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.BotFirstSpawned
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.InitCommandRequest
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.ItemDescriptorObtained
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.ListObtained
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.MapListObtained
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.MapPointListObtained
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.MoverListObtained
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.MutatorListObtained
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.Path
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.PlayerListObtained
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.ReadyCommandRequest
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.transition.GameInfoTransition
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.transition.InitRequestedTransition
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.transition.ReadyRequestedTransition
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.perception.SPLocation
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryPlace
DO NOT ALTER!
toString() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorld
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.storyworld.place.SPStoryWorldData
 
toString() - Method in enum cz.cuni.amis.pogamut.ut2004.utils.PogamutUT2004Property
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.UCCWrapperConf
 
toString(Object) - Method in interface cz.cuni.amis.utils.collections.MyCollections.IToString
 
toString(Object, String[], String[], String[], MyCollections.IToString) - Static method in class cz.cuni.amis.utils.collections.MyCollections
 
toString(Object, String, String, String) - Static method in class cz.cuni.amis.utils.collections.MyCollections
 
toString(Object, String, String, String, MyCollections.IToString) - Static method in class cz.cuni.amis.utils.collections.MyCollections
 
toString() - Method in class cz.cuni.amis.utils.configuration.providers.AbstractPropertiesProvider
 
toString() - Method in class cz.cuni.amis.utils.configuration.providers.EnvironmentVariableProvider
 
toString() - Method in class cz.cuni.amis.utils.configuration.providers.JVMOptionsProvider
 
toString() - Method in exception cz.cuni.amis.utils.exception.PogamutException
Serialize the exception to String.
toString() - Method in class cz.cuni.amis.utils.IniFile.Section
 
toString() - Method in class cz.cuni.amis.utils.NKey
 
toString() - Method in class cz.cuni.amis.utils.token.Token
Returns Token.getNameWithIds().
totalItemsCollected - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Total number of items the bot has collected.
trace(String, ILocated, boolean) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleRayCasting
Sends a ray from actual bot location to desired location.
trace(String, ILocated, ILocated, boolean) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleRayCasting
Sends a ray from desired location to desired location.
Trace - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command TRACE.
Trace(String, Location, Location, Boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Trace
Creates new instance of command Trace.
Trace() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Trace
Creates new instance of command Trace.
Trace(Trace) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Trace
Cloning constructor.
TraceActors - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddRay
If we want to trace also actors – bots, monsters, players, items.
TraceActors - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Trace
When true it means that all actors will be traced – for example players, bots, monsters, items etc.
TraceActors - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl
If we traced also actors with this ray (actors – moving things in a game – bots, players, monsters, pickup …) (only if NOT using FastTrace)
TraceActors - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
If we traced also actors with this ray (actors – moving things in a game – bots, players, monsters, pickup …) (only if NOT using FastTrace)
TraceActors - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TraceResponse
True if we are tracing also actors in the game (players, items).
TraceResponse - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event TRC.
TraceResponse() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TraceResponse
Parameter-less contructor for the message.
TraceResponse(String, Location, Location, boolean, Vector3d, Vector3d, UnrealId, boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TraceResponse
Creates new instance of the message TraceResponse.
TraceResponse(TraceResponse) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TraceResponse
Cloning constructor from the full message.
translate(U) - Method in class cz.cuni.amis.utils.collections.TranslatedObservableCollection
Translates object from wrapped collection into this collection.
TranslatedObservableCollection<T,U> - Class in cz.cuni.amis.utils.collections
Translates one observable collection into another
TranslatedObservableCollection(ObservableCollection<U>) - Constructor for class cz.cuni.amis.utils.collections.TranslatedObservableCollection
 
translator - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
parser reference, this parser will be used for translation of UnrealID to IntID
TranslatorContext - Class in cz.cuni.amis.pogamut.ut2004.communication.translator
Translator context serves as the context during the FSM work.
TranslatorContext(IWorldEventQueue, ItemTranslator, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.TranslatorContext
 
TranslatorEvent - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events
 
TranslatorEvent(long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.TranslatorEvent
 
TranslatorException - Exception in cz.cuni.amis.pogamut.base.communication.translator.exception
To be used by IWorldEventProducer implementors.
TranslatorException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.translator.exception.TranslatorException
Constructs a new exception with the specified detail message.
TranslatorException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.translator.exception.TranslatorException
Constructs a new exception with the specified detail message and cause.
TranslatorException(String, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.translator.exception.TranslatorException
Constructs a new exception with the specified detail message.
TranslatorException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.translator.exception.TranslatorException
Constructs a new exception with the specified detail message and cause.
TranslatorMessages - Class in cz.cuni.amis.pogamut.ut2004.communication.translator
 
TranslatorMessages() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.TranslatorMessages
 
TranslatorUtils - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
 
TranslatorUtils() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.TranslatorUtils
 
TRANSLOCATOR - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
Translocator.
TranslocTargetTag - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
TODO: mystery - we haven't figure it out so far.
TranslocZOffset - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointNeighbourLink
TODO: mystery - we haven't figure it out so far.
travelledDistance - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Sum of the bot's travelled distance.
Trigger - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event TRG.
Trigger() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Trigger
Parameter-less contructor for the message.
Trigger(String, UnrealId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Trigger
Creates new instance of the message Trigger.
Trigger(Trigger) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Trigger
Cloning constructor from the full message.
trueValue - Variable in class cz.cuni.amis.utils.flag.connective.And
 
truthValue - Variable in class cz.cuni.amis.utils.flag.connective.Connective
 
truthValueChanged() - Method in class cz.cuni.amis.utils.flag.connective.And
 
truthValueChanged() - Method in class cz.cuni.amis.utils.flag.connective.Connective
 
truthValueChanged() - Method in class cz.cuni.amis.utils.flag.connective.Or
 
tryDisconnect() - Method in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot
Sends DisconnectBot commands to GB2004, eats up all exceptions.
tryUse() - Method in class cz.cuni.amis.utils.Cooldown
Check whether it is Cooldown.isCool(), if so, save current time as the time of the use and returns true, otherwise (== effect needs more cooldown, see Cooldown.getRemainingTime()) returns false.
Tuple2<FIRST,SECOND> - Class in cz.cuni.amis.utils
 
Tuple2(FIRST, SECOND) - Constructor for class cz.cuni.amis.utils.Tuple2
 
Tuple3<FIRST,SECOND,THIRD> - Class in cz.cuni.amis.utils
 
Tuple3(FIRST, SECOND, THIRD) - Constructor for class cz.cuni.amis.utils.Tuple3
 
turnHorizontal(int) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
 
turnHorizontal(int) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleLocomotion
Rotates the bot by the supported amount (in degrees) in left/right direction (issues GB ROTATE command)
turnTo(ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
 
turnTo(Player) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
 
turnTo(Item) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
 
turnTo(ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleLocomotion
Bot will turn to face supported location (issues GB TURNTO command)
turnTo(Player) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleLocomotion
Bot will turn to face 'player' (isseus GB TURNTO command), the bot will face the player even if it or the player moves.
turnTo(Item) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleLocomotion
Bot will turn to face 'item' (isseus GB TURNTO command), the bot will face the item even if it or the item moves.
TurnTo - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
Representation of the GameBots2004 command TURNTO.
TurnTo(UnrealId, Rotation, Location) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.TurnTo
Creates new instance of command TurnTo.
TurnTo() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.TurnTo
Creates new instance of command TurnTo.
TurnTo(TurnTo) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.TurnTo
Cloning constructor.
turnVertical(int) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.AdvancedLocomotion
 
turnVertical(int) - Method in class cz.cuni.amis.pogamut.ut2004.bot.command.SimpleLocomotion
Rotates the bot by the supported amount (in degrees) in up/down direction (issues GB ROTATE command)
Type - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddBot
The class of the added bot - optional.
Type - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.AddInventory
Class of the item we want to add.
Type - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Combo
Holds the class name of the desired adrenaline combo (can be xGame.ComboBerserk, xGame.ComboDefensive, xGame.ComboInvis or xGame.ComboSpeed).
Type - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem
Type of the new component.
Type - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetItemCategory
Class of the item we want to export ITC message for.
Type - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SpawnActor
Holds the desired actor class (e.g.
Type - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AddInventoryMsg
A string representing type (inventory type) of the object.
Type - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ChangedWeapon
A string representing the type of the weapon.
Type - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ComboStarted
Holds the class name of the desired adrenaline combo (can be xGame.ComboBerserk, xGame.ComboDefensive, xGame.ComboInvis or xGame.ComboSpeed).
Type - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EnteredVehicle
Type of the vehicle entered.
Type - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearNoise
What class this actor is - item, projectile, player...
Type - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.HearPickup
Class of the picked up actor.
Type - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
The class of the projectile (so you know what is flying against you).
Type - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
The class of the projectile (so you know what is flying against you).
Type - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
Class of the item (e.g.
Type - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemPickedUp
Class of the item (e.g.
Type - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl
Class of the item (e.g.
Type - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LockedVehicle
Type of the vehicle we wanted to enter.
Type - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
String class of the mover.
Type - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl
String class of the mover.
Type - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage
Class of the item (e.g.
Type - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStaticImpl
Class of the item (e.g.
Type - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
Class of the vehicle.
Type - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStaticImpl
Class of the vehicle.

U

U_DAMAGE_PACK - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType
UDamage bonus (damage multiplier).
uccLog - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
Loger containing all output from running instance of UCC.
UCCStartException - Exception in cz.cuni.amis.pogamut.ut2004.observer.exception
Exception raised when UCCWrapper fails to start the UT Server instance.
UCCStartException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.ut2004.observer.exception.UCCStartException
Constructs a new exception with the specified detail message.
UCCStartException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.ut2004.observer.exception.UCCStartException
Constructs a new exception with the specified detail message and cause.
UCCStartException(String, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.ut2004.observer.exception.UCCStartException
Constructs a new exception with the specified detail message.
UCCStartException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.ut2004.observer.exception.UCCStartException
Constructs a new exception with the specified detail message and cause.
UCCStartException - Exception in cz.cuni.amis.pogamut.ut2004.server.exception
Exception raised when UCCWrapper fails to start the UT Server instance.
UCCStartException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.ut2004.server.exception.UCCStartException
Constructs a new exception with the specified detail message.
UCCStartException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.ut2004.server.exception.UCCStartException
Constructs a new exception with the specified detail message and cause.
UCCStartException(String, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.ut2004.server.exception.UCCStartException
Constructs a new exception with the specified detail message.
UCCStartException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.ut2004.server.exception.UCCStartException
Constructs a new exception with the specified detail message and cause.
UCCWrapper - Class in cz.cuni.amis.pogamut.ut2004.utils
Wrapper of running instance of UCC server.
UCCWrapper(UCCWrapper.UCCWrapperConf) - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
 
UCCWrapper.ScannerSink - Class in cz.cuni.amis.pogamut.ut2004.utils
Scanns the output of UCC for some specific srings (Ports bounded.
UCCWrapper.ScannerSink(InputStream) - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.ScannerSink
 
UCCWrapper.StreamSink - Class in cz.cuni.amis.pogamut.ut2004.utils
Reads content of the stream and discards it.
UCCWrapper.StreamSink(InputStream) - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.StreamSink
 
UCCWrapper.UCCWrapperConf - Class in cz.cuni.amis.pogamut.ut2004.utils
Configuration object of the UCC wrapper instance.
UCCWrapper.UCCWrapperConf() - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.UCCWrapperConf
 
UCCWrapper.UCCWrapperConf(UCCWrapper.UCCWrapperConf) - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.UCCWrapperConf
 
uccWrapperUID - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
ID of the wrapper object.
UDamageTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
Time when the UDamage effect expires.
UDamageTimePropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
unexpectedMessage(IFSMState, Object) - Static method in class cz.cuni.amis.pogamut.ut2004.communication.translator.TranslatorMessages
 
unexpectedMessage(IFSMState, Object, Class) - Static method in class cz.cuni.amis.pogamut.ut2004.communication.translator.TranslatorMessages
 
unexpectedMessage(IFSMTransition, Object) - Static method in class cz.cuni.amis.pogamut.ut2004.communication.translator.TranslatorMessages
 
unexpectedMessage(IFSMTransition, Object, Class) - Static method in class cz.cuni.amis.pogamut.ut2004.communication.translator.TranslatorMessages
 
UnexpectedMessageException - Exception in cz.cuni.amis.pogamut.ut2004.communication.translator
 
UnexpectedMessageException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.ut2004.communication.translator.UnexpectedMessageException
Constructs a new exception with the specified detail message.
UnexpectedMessageException(String, Throwable, Object) - Constructor for exception cz.cuni.amis.pogamut.ut2004.communication.translator.UnexpectedMessageException
Constructs a new exception with the specified detail message and cause.
UnexpectedMessageException(String, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.ut2004.communication.translator.UnexpectedMessageException
Constructs a new exception with the specified detail message.
UnexpectedMessageException(String, Throwable, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.ut2004.communication.translator.UnexpectedMessageException
Constructs a new exception with the specified detail message and cause.
unlock() - Method in interface cz.cuni.amis.pogamut.base.communication.worldview.ILockableWorldView
Unlock the worldview, processing all events that came between lock() / unlock() calls.
unlock() - Method in class cz.cuni.amis.pogamut.base.communication.worldview.impl.LockableWorldView
Unlock the WorldView and process all changes that happened when the world was locked.
unlock() - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.LockableBatchAwareWorldView
Unlocks the world view - triggers processing of all events till the last EndMessage that came between lock() / unlock() calls.
unlock() - Method in class cz.cuni.amis.pogamut.base3d.worldview.impl.SyncLockableBatchAwareWorldView
Unlocks the world view - triggers processing of all events till the last EndMessage that came between lock() / unlock() calls.
unlock() - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.BatchAwareLocalWorldView
Called after the logic has finished.
unlock(long) - Method in class cz.cuni.amis.pogamut.multi.utils.timekey.TimeKeyManager
 
unlock() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.UT2004LockableWorldView
Unlocks the world view - triggers processing of all events till the last EndMessage that came between lock() / unlock() calls.
unlock() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.UT2004SyncLockableWorldView
Unlocks the world view - triggers processing of all events till the last EndMessage that came between lock() / unlock() calls.
unlockAll(long) - Method in class cz.cuni.amis.pogamut.multi.utils.timekey.TimeKeyManager
Completely unlocks one key (regardles number of locks held).
unlockAll() - Method in class cz.cuni.amis.pogamut.multi.utils.timekey.TimeKeyManager
Unlock all keys.
unlockTime(long) - Method in interface cz.cuni.amis.pogamut.multi.communication.worldview.ILocalWorldView
 
unlockTime(long) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.AbstractLocalWorldView
 
unprocessedMessage(IFSMState, Object) - Static method in class cz.cuni.amis.pogamut.ut2004.communication.translator.TranslatorMessages
 
unprocessedMessage(IFSMTransition, Object) - Static method in class cz.cuni.amis.pogamut.ut2004.communication.translator.TranslatorMessages
 
UnrealBots - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.StartPlayers
All UnrealBots will be exported.
unrealDegreeToDegree(int) - Static method in class cz.cuni.amis.pogamut.ut2004.utils.UnrealUtils
Converts Unreal degrees (0-65635) to normal degrees (0-360).
unrealDegreeToRad(double) - Static method in class cz.cuni.amis.pogamut.ut2004.utils.UnrealUtils
 
UnrealId - Class in cz.cuni.amis.pogamut.unreal.communication.messages
Interface that is returning an unique id of the world object.
UnrealId() - Constructor for class cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId
For wrappers...
UnrealIdProperty - Class in cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property
 
UnrealIdProperty(WorldObjectId, String, UnrealId, Class) - Constructor for class cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.UnrealIdProperty
 
UnrealIdProperty(UnrealIdProperty) - Constructor for class cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.UnrealIdProperty
 
UnrealIdTranslator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages
Translator String UnrealID <-> Int UnrealId.
UnrealIdTranslator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.UnrealIdTranslator
 
unrealIdValue(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Return an UnrealId instance from identificator token in txt.
UnrealUtils - Class in cz.cuni.amis.pogamut.ut2004.utils
Class with utility methods for converting to Unreal units plus some handy constants.
UnrealUtils() - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UnrealUtils
 
unregisterAll() - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
Unreagister all listeners and mbeans from the server.
unregisterJMX() - Method in class cz.cuni.amis.pogamut.base.agent.jmx.AgentJMXComponents
Unregister all agent's MBeans / Listeners from MBeanServer.
unregisterMBean(ObjectName) - Method in class cz.cuni.amis.pogamut.base.utils.jmx.PogamutMBeanServer
 
unsyncClose() - Method in class cz.cuni.amis.pogamut.base.communication.connection.impl.AbstractConnection
Inner unsynchronized implementation of the close(), should close the connection to the remote side without throwing any exception.
unsyncClose() - Method in class cz.cuni.amis.pogamut.base.communication.connection.impl.socket.SocketConnection
 
unsyncConnect(ADDRESS) - Method in class cz.cuni.amis.pogamut.base.communication.connection.impl.AbstractConnection
Inner implementation of connect, unsynchronized, this is called from connect(IConnectionDescriptor).
unsyncConnect(ISocketConnectionAddress) - Method in class cz.cuni.amis.pogamut.base.communication.connection.impl.socket.SocketConnection
 
update(IWorldObject) - Method in interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdatedEvent
 
update(ILocalWorldObject) - Method in interface cz.cuni.amis.pogamut.multi.communication.translator.event.ILocalWorldObjectUpdatedEvent
 
update(ISharedProperty) - Method in interface cz.cuni.amis.pogamut.multi.communication.translator.event.ISharedPropertyUpdatedEvent
 
update(IStaticWorldObject) - Method in interface cz.cuni.amis.pogamut.multi.communication.translator.event.IStaticWorldObjectUpdatedEvent
Only possible results are CREATED, DESTROYED or SAME static objects remain the same so they cannot be updated.
update(ISharedProperty) - Method in class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty.GenericPropertyUpdate
 
Update - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
The frequency (in seconds) you will receive updates from the observer.
update(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageLocalImpl.AliveMessageLocalUpdate
 
update(IWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageMessage
 
update(IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AliveMessageStaticImpl.AliveMessageStaticUpdate
 
update(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayLocalImpl.AutoTraceRayLocalUpdate
 
update(IWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage
 
update(IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStaticImpl.AutoTraceRayStaticUpdate
 
update(IWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfo.ObjectDisappeared
 
update(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocal.ObjectDisappeared
 
update(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl.BombInfoLocalUpdate
 
update(IWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
 
update(IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStaticImpl.BombInfoStaticUpdate
 
update(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl.ConfigChangeLocalUpdate
 
update(IWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
 
update(IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStaticImpl.ConfigChangeStaticUpdate
 
update(IWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo.ObjectDisappeared
 
update(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocal.ObjectDisappeared
 
update(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocalImpl.FlagInfoLocalUpdate
 
update(IWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
 
update(IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStaticImpl.FlagInfoStaticUpdate
 
update(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoLocalImpl.GameInfoLocalUpdate
 
update(IWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
 
update(IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStaticImpl.GameInfoStaticUpdate
 
update(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl.IncomingProjectileLocalUpdate
 
update(IWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
 
update(IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStaticImpl.IncomingProjectileStaticUpdate
 
update(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl.InitedMessageLocalUpdate
 
update(IWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
 
update(IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageStaticImpl.InitedMessageStaticUpdate
 
update(IWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item.ObjectDisappeared
 
update(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocal.ObjectDisappeared
 
update(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocalImpl.ItemLocalUpdate
 
update(IWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
 
update(IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemStaticImpl.ItemStaticUpdate
 
update(IWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Mover.ObjectDisappeared
 
update(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocal.ObjectDisappeared
 
update(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocalImpl.MoverLocalUpdate
 
update(IWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
 
update(IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverStaticImpl.MoverStaticUpdate
 
update(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryLocalImpl.MyInventoryLocalUpdate
 
update(IWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage
 
update(IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryStaticImpl.MyInventoryStaticUpdate
 
update(IWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint.ObjectDisappeared
 
update(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocal.ObjectDisappeared
 
update(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl.NavPointLocalUpdate
 
update(IWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
 
update(IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointStaticImpl.NavPointStaticUpdate
 
update(IWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player.ObjectDisappeared
 
update(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocal.ObjectDisappeared
 
update(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl.PlayerLocalUpdate
 
update(IWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
 
update(IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerStaticImpl.PlayerStaticUpdate
 
update(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl.SelfLocalUpdate
 
update(IWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
 
update(IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStaticImpl.SelfStaticUpdate
 
update(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocalImpl.TeamScoreLocalUpdate
 
update(IWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreMessage
 
update(IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStaticImpl.TeamScoreStaticUpdate
 
update(IWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle.ObjectDisappeared
 
update(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocal.ObjectDisappeared
 
update(ILocalWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocalImpl.VehicleLocalUpdate
 
update(IWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
 
update(IStaticWorldObject) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStaticImpl.VehicleStaticUpdate
 
updateStats(EndMessage) - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
Called when EndMessage is received, writes another line into the UT2004AnalyzerObsStats#outputFile.
UpdateTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ConfigurationObserver
The frequency (in seconds) you will receive updates from the observer.
URClothes - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSkin
A number representing clothes.
URHair - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSkin
A number representing hair.
URSkin - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetSkin
A number representing skin.
use() - Method in class cz.cuni.amis.utils.Cooldown
Force use of the effect == sets Cooldown.lastUsedMillis to current time.
USED_CHARSET - Static variable in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogManager
Charset that is used by the NetworkLogManager to send logs over the socket.
user - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotController
Deprecated. use UT2004BotController.log instead
USER_LOG_CATEGORY_ID - Static variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotController
Name of the log category of the user log.
UsesAltAmmo - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemCategory
For Weapon.
UT2004AgentParameters - Class in cz.cuni.amis.pogamut.ut2004.agent.params
Agent parameters are meant to provide run-time parameters needed by various UT2004 agents for running such as IAgentId and ISocketConnectionAddress.
UT2004AgentParameters() - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.params.UT2004AgentParameters
If you need to populate the parameters after instantiation, use setters available in this class: UT2004AgentParameters.setAgentId(IAgentId), UT2004AgentParameters.setWorldAddress(IWorldConnectionAddress).
UT2004Analyzer - Class in cz.cuni.amis.pogamut.ut2004.analyzer
UT2004Analyzer can be used to automatically observe all bots/players in the game sniff their messages.
UT2004Analyzer(UT2004AnalyzerParameters, IAgentLogger, IComponentBus, SocketConnection, UT2004WorldView, IAct) - Constructor for class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004Analyzer
 
UT2004AnalyzerFactory<ANALYZER extends IUT2004Analyzer,PARAMS extends UT2004AgentParameters> - Class in cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent
Guice-base IUT2004Server factory.
UT2004AnalyzerFactory(UT2004AnalyzerModule) - Constructor for class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004AnalyzerFactory
 
UT2004AnalyzerModule - Class in cz.cuni.amis.pogamut.ut2004.analyzer
 
UT2004AnalyzerModule() - Constructor for class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerModule
 
UT2004AnalyzerObserver - Class in cz.cuni.amis.pogamut.ut2004.analyzer
Base class implementing IUT2004AnalyzerObserver, does not add that much functionality, except starting the observation for desired agent and abide watching out for GameRestarted so you have easy work to restart the observation data collection (and to abide UT2004AnalyzerObserverParameters.isWaitForMatchRestart()).
UT2004AnalyzerObserver(UT2004AnalyzerObserverParameters, IComponentBus, IAgentLogger, UT2004WorldView, IAct) - Constructor for class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerObserver
 
UT2004AnalyzerObserverModule - Class in cz.cuni.amis.pogamut.ut2004.analyzer
 
UT2004AnalyzerObserverModule() - Constructor for class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerObserverModule
 
UT2004AnalyzerObserverParameters - Class in cz.cuni.amis.pogamut.ut2004.analyzer
 
UT2004AnalyzerObserverParameters() - Constructor for class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerObserverParameters
 
UT2004AnalyzerObsStats - Class in cz.cuni.amis.pogamut.ut2004.analyzer.stats
Observer that provides logging of bot's health, number of deaths, traveled distance and bot's location, etc.
UT2004AnalyzerObsStats(UT2004AnalyzerObserverParameters, IComponentBus, IAgentLogger, UT2004WorldView, IAct) - Constructor for class cz.cuni.amis.pogamut.ut2004.analyzer.stats.UT2004AnalyzerObsStats
 
UT2004AnalyzerObsStatsModule - Class in cz.cuni.amis.pogamut.ut2004.analyzer.stats
 
UT2004AnalyzerObsStatsModule() - Constructor for class cz.cuni.amis.pogamut.ut2004.analyzer.stats.UT2004AnalyzerObsStatsModule
 
UT2004AnalyzerParameters - Class in cz.cuni.amis.pogamut.ut2004.analyzer
Agent parameters are meant to provide run-time parameters needed by UT2004Analyzer.
UT2004AnalyzerParameters() - Constructor for class cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerParameters
If you need to populate the parameters after instantiation, use setters available in this class: UT2004AnalyzerParameters.setAgentId(IAgentId), UT2004AnalyzerParameters.setWorldAddress(IWorldConnectionAddress), UT2004AnalyzerParameters#setObserverModule(UT2004ObserverModule).
UT2004AnalyzerRunner<SERVER extends IUT2004Analyzer,PARAMS extends UT2004AnalyzerParameters> - Class in cz.cuni.amis.pogamut.ut2004.utils
Class used for creating, connecting and starting analyzers with default settings that are taken from the properties.
UT2004AnalyzerRunner(IAgentFactory<SERVER, PARAMS>, String, String, int) - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UT2004AnalyzerRunner
Construct the runner + specify all defaults.
UT2004AnalyzerRunner(IAgentFactory<SERVER, PARAMS>, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UT2004AnalyzerRunner
Construct the runner + specify the default name, host:port will be taken from the Pogamut platform properties.
UT2004AnalyzerRunner(IAgentFactory<SERVER, PARAMS>) - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UT2004AnalyzerRunner
Construct the runner without specifying anything as default.
UT2004AStarPathFuture - Class in cz.cuni.amis.pogamut.ut2004.agent.navigation
IPathFuture implementation that is using UT2004 inner AStar algorithm for finding the path inside UT2004 environment.
UT2004AStarPathFuture(UT2004Bot, ILocated, ILocated) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004AStarPathFuture
 
UT2004AStarPathPlanner - Class in cz.cuni.amis.pogamut.ut2004.agent.navigation
Finds the shortest through internal A* algorithm in the UT2004.
UT2004AStarPathPlanner(UT2004Bot) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004AStarPathPlanner
 
UT2004AStarPathTimeoutException - Exception in cz.cuni.amis.pogamut.ut2004.agent.navigation
 
UT2004AStarPathTimeoutException(String, Logger, Object) - Constructor for exception cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004AStarPathTimeoutException
 
UT2004BasicTimeoutEstimator<PATH_ELEMENT extends ILocated> - Class in cz.cuni.amis.pogamut.ut2004.agent.navigation.timeoutestimator
 
UT2004BasicTimeoutEstimator() - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.navigation.timeoutestimator.UT2004BasicTimeoutEstimator
 
UT2004BatchAwareSharedWorldView - Class in cz.cuni.amis.pogamut.ut2004multi.communication.worldview
 
UT2004BatchAwareSharedWorldView(Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004multi.communication.worldview.UT2004BatchAwareSharedWorldView
 
UT2004Bot<WORLD_VIEW extends IVisionWorldView,ACT extends IAct,CONTROLLER extends IUT2004BotController> - Class in cz.cuni.amis.pogamut.ut2004.bot.impl
Ancestor of all UT2004 bots.
UT2004Bot(UT2004AgentParameters, IComponentBus, IAgentLogger, IWorldView, IAct, IUT2004BotController) - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot
 
UT2004BotController<BOT extends UT2004Bot> - Class in cz.cuni.amis.pogamut.ut2004.bot.impl
 
UT2004BotController() - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotController
 
UT2004BotDescriptor<PARAMS extends IRemoteAgentParameters> - Class in cz.cuni.amis.pogamut.ut2004.agent.utils
 
UT2004BotDescriptor() - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.utils.UT2004BotDescriptor
 
UT2004BotFactory<BOT extends IUT2004Bot,PARAMS extends UT2004AgentParameters> - Class in cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent
Guice-base IUT2004Bot factory.
UT2004BotFactory(UT2004BotModule<PARAMS>) - Constructor for class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004BotFactory
 
UT2004BotLogic<BOT extends UT2004Bot> - Class in cz.cuni.amis.pogamut.ut2004.agent.module.logic
 
UT2004BotLogic(BOT, IAgentLogic) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.logic.UT2004BotLogic
 
UT2004BotLogic(BOT, IAgentLogic, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.logic.UT2004BotLogic
 
UT2004BotLogic(BOT, IAgentLogic, Logger, ComponentDependencies) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.logic.UT2004BotLogic
 
UT2004BotLogicController<BOT extends UT2004Bot> - Class in cz.cuni.amis.pogamut.ut2004.bot.impl
 
UT2004BotLogicController() - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotLogicController
 
UT2004BotModule<PARAMS extends UT2004AgentParameters> - Class in cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent
Module extending UT2004CommunicationModule for the purpose of UT2004Bot instantiation.
UT2004BotModule() - Constructor for class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004BotModule
 
UT2004BotModule(Class<? extends IUT2004BotController>) - Constructor for class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004BotModule
 
UT2004BotModuleController<BOT extends UT2004Bot> - Class in cz.cuni.amis.pogamut.ut2004.bot.impl
The most advanced controller that is available.
UT2004BotModuleController() - Constructor for class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
 
UT2004BotRunner<BOT extends IUT2004Bot,PARAMS extends UT2004AgentParameters> - Class in cz.cuni.amis.pogamut.ut2004.utils
Class used for creating, connecting and starting servers with default settings that are taken from the properties.
UT2004BotRunner(IAgentFactory<BOT, PARAMS>, String, String, int) - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UT2004BotRunner
Construct the runner + specify all defaults.
UT2004BotRunner(IAgentFactory<BOT, PARAMS>, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UT2004BotRunner
Construct the runner + specify the default name, host:port will be taken from the Pogamut platform properties.
UT2004BotRunner(IAgentFactory<BOT, PARAMS>) - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UT2004BotRunner
Construct the runner without specifying anything as default.
UT2004BotRunner(UT2004BotModule, String, String, int) - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UT2004BotRunner
Construct the runner + specify all defaults.
UT2004BotRunner(UT2004BotModule, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UT2004BotRunner
Construct the runner + specify the default name, host:port will be taken from the Pogamut platform properties.
UT2004BotRunner(UT2004BotModule) - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UT2004BotRunner
Construct the runner without specifying anything as default.
UT2004BotRunner(Class<? extends IUT2004BotController>, String, String, int) - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UT2004BotRunner
Construct the runner + specify all defaults.
UT2004BotRunner(Class<? extends IUT2004BotController>, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UT2004BotRunner
Construct the runner + specify the default name, host:port will be taken from the Pogamut platform properties.
UT2004BotRunner(Class<? extends IUT2004BotController>) - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UT2004BotRunner
Construct the runner without specifying anything as default.
UT2004CommunicationModule<PARAMS extends UT2004AgentParameters> - Class in cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent
Module extending RemoteGuiceAgentModule for the purpose of UT2004 communication specification.
UT2004CommunicationModule() - Constructor for class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004CommunicationModule
 
UT2004CompositeObjectCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004CompositeObjectCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator
 
UT2004CompositeObjectCreator.AliveMessageCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004CompositeObjectCreator.AliveMessageCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.AliveMessageCreator
 
UT2004CompositeObjectCreator.AutoTraceRayCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004CompositeObjectCreator.AutoTraceRayCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.AutoTraceRayCreator
 
UT2004CompositeObjectCreator.BombInfoCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004CompositeObjectCreator.BombInfoCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.BombInfoCreator
 
UT2004CompositeObjectCreator.ConfigChangeCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004CompositeObjectCreator.ConfigChangeCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.ConfigChangeCreator
 
UT2004CompositeObjectCreator.FlagInfoCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004CompositeObjectCreator.FlagInfoCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.FlagInfoCreator
 
UT2004CompositeObjectCreator.GameInfoCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004CompositeObjectCreator.GameInfoCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.GameInfoCreator
 
UT2004CompositeObjectCreator.ICompositeWorldObjectCreator<T extends ICompositeWorldObject> - Interface in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004CompositeObjectCreator.IncomingProjectileCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004CompositeObjectCreator.IncomingProjectileCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.IncomingProjectileCreator
 
UT2004CompositeObjectCreator.InitedMessageCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004CompositeObjectCreator.InitedMessageCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.InitedMessageCreator
 
UT2004CompositeObjectCreator.ItemCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004CompositeObjectCreator.ItemCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.ItemCreator
 
UT2004CompositeObjectCreator.MoverCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004CompositeObjectCreator.MoverCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.MoverCreator
 
UT2004CompositeObjectCreator.MyInventoryCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004CompositeObjectCreator.MyInventoryCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.MyInventoryCreator
 
UT2004CompositeObjectCreator.NavPointCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004CompositeObjectCreator.NavPointCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.NavPointCreator
 
UT2004CompositeObjectCreator.PlayerCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004CompositeObjectCreator.PlayerCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.PlayerCreator
 
UT2004CompositeObjectCreator.SelfCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004CompositeObjectCreator.SelfCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.SelfCreator
 
UT2004CompositeObjectCreator.TeamScoreCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004CompositeObjectCreator.TeamScoreCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.TeamScoreCreator
 
UT2004CompositeObjectCreator.VehicleCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004CompositeObjectCreator.VehicleCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.VehicleCreator
 
UT2004LockableLocalWorldView - Class in cz.cuni.amis.pogamut.ut2004multi.communication.worldview
 
UT2004LockableLocalWorldView(ComponentDependencies, ILifecycleBus, IAgentLogger, ISharedWorldView, ITeamedAgentId) - Constructor for class cz.cuni.amis.pogamut.ut2004multi.communication.worldview.UT2004LockableLocalWorldView
 
UT2004LockableWorldView - Class in cz.cuni.amis.pogamut.ut2004.communication.worldview
Lockable word view.
UT2004LockableWorldView(ComponentDependencies, IMediator, IComponentBus, IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.worldview.UT2004LockableWorldView
 
UT2004Map - Class in cz.cuni.amis.pogamut.ut2004.communication.worldview.map
Representation of map made from NavPOints and NavPointNeighbourLinks.
UT2004Map(IWorldView) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.UT2004Map
 
UT2004Observer - Class in cz.cuni.amis.pogamut.ut2004.observer.impl
 
UT2004Observer(UT2004AgentParameters, IComponentBus, IAgentLogger, UT2004WorldView, IAct) - Constructor for class cz.cuni.amis.pogamut.ut2004.observer.impl.UT2004Observer
 
UT2004ObserverFactory<PARAMS extends UT2004AgentParameters> - Class in cz.cuni.amis.pogamut.ut2004.factory.direct.remoteagent
Factory that uses direct instantiation (plain old Java style) of the UT2004Observer class.
UT2004ObserverFactory() - Constructor for class cz.cuni.amis.pogamut.ut2004.factory.direct.remoteagent.UT2004ObserverFactory
 
UT2004ObserverFactory<SERVER extends IUT2004Observer,PARAMS extends UT2004AgentParameters> - Class in cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent
Guice-based IUT2004Observer factory.
UT2004ObserverFactory(UT2004ObserverModule) - Constructor for class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004ObserverFactory
 
UT2004ObserverModule<PARAMS extends UT2004AgentParameters> - Class in cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent
Module extending UT2004CommunicationModule for the purpose of UT2004Observer instantiation.
UT2004ObserverModule() - Constructor for class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004ObserverModule
 
UT2004ObserverRunner<OBSERVER extends IUT2004Observer,PARAMS extends UT2004AgentParameters> - Class in cz.cuni.amis.pogamut.ut2004.utils
Class used for creating, connecting and starting observers with default settings that are taken from the properties.
UT2004ObserverRunner(IAgentFactory<OBSERVER, PARAMS>, String, String, int) - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UT2004ObserverRunner
Construct the runner + specify all defaults.
UT2004ObserverRunner(IAgentFactory<OBSERVER, PARAMS>, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UT2004ObserverRunner
Construct the runner + specify the default name, host:port will be taken from the Pogamut platform properties.
UT2004ObserverRunner(IAgentFactory<OBSERVER, PARAMS>) - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UT2004ObserverRunner
Construct the runner without specifying anything as default.
UT2004Parser - Class in cz.cuni.amis.pogamut.ut2004.communication.parser
 
UT2004Parser(UnrealIdTranslator, ItemTranslator, IWorldReaderProvider, IUT2004Yylex, IYylexObserver, IComponentBus, IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.parser.UT2004Parser
 
UT2004PathExecutor<PATH_ELEMENT extends ILocated> - Class in cz.cuni.amis.pogamut.ut2004.agent.navigation
 
UT2004PathExecutor(UT2004Bot) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004PathExecutor
 
UT2004PathExecutor(UT2004Bot, IUT2004PathNavigator<PATH_ELEMENT>) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004PathExecutor
 
UT2004PathExecutor(UT2004Bot, IUT2004PathNavigator<PATH_ELEMENT>, Logger) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004PathExecutor
 
UT2004PositionHistoryStuckDetector - Class in cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector
 
UT2004PositionHistoryStuckDetector(UT2004Bot) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector.UT2004PositionHistoryStuckDetector
 
UT2004PositionHistoryStuckDetector(UT2004Bot, int, double, double) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector.UT2004PositionHistoryStuckDetector
 
UT2004PropertiesProvider - Class in cz.cuni.amis.pogamut.ut2004.utils
UT 2004 specific props.
UT2004PropertiesProvider() - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UT2004PropertiesProvider
 
UT2004Server - Class in cz.cuni.amis.pogamut.ut2004.server.impl
 
UT2004Server(UT2004AgentParameters, IAgentLogger, IComponentBus, SocketConnection, UT2004WorldView, IAct) - Constructor for class cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server
 
UT2004Server.MapChangeFuture - Class in cz.cuni.amis.pogamut.ut2004.server.impl
 
UT2004Server.MapChangeFuture() - Constructor for class cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server.MapChangeFuture
 
UT2004ServerFactory<PARAMS extends UT2004AgentParameters> - Class in cz.cuni.amis.pogamut.ut2004.factory.direct.remoteagent
Factory that uses direct instantiation (plain old Java style) of the UT2004Server class.
UT2004ServerFactory() - Constructor for class cz.cuni.amis.pogamut.ut2004.factory.direct.remoteagent.UT2004ServerFactory
 
UT2004ServerFactory<SERVER extends IUT2004Server,PARAMS extends UT2004AgentParameters> - Class in cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent
Guice-base IUT2004Server factory.
UT2004ServerFactory(UT2004ServerModule) - Constructor for class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004ServerFactory
 
UT2004ServerModule<PARAMS extends UT2004AgentParameters> - Class in cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent
Module extending UT2004CommunicationModule for the purpose of UT2004Server instantiation.
UT2004ServerModule() - Constructor for class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004ServerModule
 
UT2004ServerRunner<SERVER extends IUT2004Server,PARAMS extends UT2004AgentParameters> - Class in cz.cuni.amis.pogamut.ut2004.utils
Class used for creating, connecting and starting servers with default settings that are taken from the properties.
UT2004ServerRunner(IAgentFactory<SERVER, PARAMS>, String, String, int) - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UT2004ServerRunner
Construct the runner + specify all defaults.
UT2004ServerRunner(IAgentFactory<SERVER, PARAMS>, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UT2004ServerRunner
Construct the runner + specify the default name, host:port will be taken from the Pogamut platform properties.
UT2004ServerRunner(IAgentFactory<SERVER, PARAMS>) - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UT2004ServerRunner
Construct the runner without specifying anything as default.
UT2004SharedObjectCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004SharedObjectCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator
 
UT2004SharedObjectCreator.AliveMessageSharedCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004SharedObjectCreator.AliveMessageSharedCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.AliveMessageSharedCreator
 
UT2004SharedObjectCreator.AutoTraceRaySharedCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004SharedObjectCreator.AutoTraceRaySharedCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.AutoTraceRaySharedCreator
 
UT2004SharedObjectCreator.BombInfoSharedCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004SharedObjectCreator.BombInfoSharedCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.BombInfoSharedCreator
 
UT2004SharedObjectCreator.ConfigChangeSharedCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004SharedObjectCreator.ConfigChangeSharedCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.ConfigChangeSharedCreator
 
UT2004SharedObjectCreator.FlagInfoSharedCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004SharedObjectCreator.FlagInfoSharedCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.FlagInfoSharedCreator
 
UT2004SharedObjectCreator.GameInfoSharedCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004SharedObjectCreator.GameInfoSharedCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.GameInfoSharedCreator
 
UT2004SharedObjectCreator.IncomingProjectileSharedCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004SharedObjectCreator.IncomingProjectileSharedCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.IncomingProjectileSharedCreator
 
UT2004SharedObjectCreator.InitedMessageSharedCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004SharedObjectCreator.InitedMessageSharedCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.InitedMessageSharedCreator
 
UT2004SharedObjectCreator.ISharedObjectCreator<T extends ICompositeWorldObject> - Interface in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004SharedObjectCreator.ItemSharedCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004SharedObjectCreator.ItemSharedCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.ItemSharedCreator
 
UT2004SharedObjectCreator.MoverSharedCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004SharedObjectCreator.MoverSharedCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.MoverSharedCreator
 
UT2004SharedObjectCreator.MyInventorySharedCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004SharedObjectCreator.MyInventorySharedCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.MyInventorySharedCreator
 
UT2004SharedObjectCreator.NavPointSharedCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004SharedObjectCreator.NavPointSharedCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.NavPointSharedCreator
 
UT2004SharedObjectCreator.PlayerSharedCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004SharedObjectCreator.PlayerSharedCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.PlayerSharedCreator
 
UT2004SharedObjectCreator.SelfSharedCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004SharedObjectCreator.SelfSharedCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.SelfSharedCreator
 
UT2004SharedObjectCreator.TeamScoreSharedCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004SharedObjectCreator.TeamScoreSharedCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.TeamScoreSharedCreator
 
UT2004SharedObjectCreator.VehicleSharedCreator - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
UT2004SharedObjectCreator.VehicleSharedCreator() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator.VehicleSharedCreator
 
UT2004SyncLockableWorldView - Class in cz.cuni.amis.pogamut.ut2004.communication.worldview
Lockable word view.
UT2004SyncLockableWorldView(ComponentDependencies, IMediator, IComponentBus, IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.worldview.UT2004SyncLockableWorldView
 
ut2004Time - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
time in the UT2004
UT2004TimeStuckDetector - Class in cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector
Simple IStuckDetector that watches whether the bot moves at all.
UT2004TimeStuckDetector(UT2004Bot) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector.UT2004TimeStuckDetector
 
UT2004TimeStuckDetector(UT2004Bot, double, double) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector.UT2004TimeStuckDetector
 
UT2004VisionLocalWorldView - Class in cz.cuni.amis.pogamut.ut2004multi.communication.worldview
 
UT2004VisionLocalWorldView(ComponentDependencies, ILifecycleBus, IAgentLogger, ISharedWorldView, ITeamedAgentId) - Constructor for class cz.cuni.amis.pogamut.ut2004multi.communication.worldview.UT2004VisionLocalWorldView
 
UT2004WorldView - Class in cz.cuni.amis.pogamut.ut2004.communication.worldview
WorldView understanding some UT2004 semantics.
UT2004WorldView(ComponentDependencies, IMediator, IComponentBus, IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.worldview.UT2004WorldView
 
UT2004Wrapper - Class in cz.cuni.amis.pogamut.ut2004.utils
Wrapper of the UT2004 instance.
UT2004Wrapper() - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UT2004Wrapper
 
UT_ANGLE_TO_DEG - Static variable in class cz.cuni.amis.pogamut.ut2004.utils.UnrealUtils
 
UT_ANGLE_TO_RAD - Static variable in class cz.cuni.amis.pogamut.ut2004.utils.UnrealUtils
 
UTAlgebra - Class in cz.cuni.amis.pogamut.ut2004.utils
 
UTAlgebra() - Constructor for class cz.cuni.amis.pogamut.ut2004.utils.UTAlgebra
 
utServer - Variable in class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper
 

V

value - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty
 
valueOf(String) - Static method in enum cz.cuni.amis.pogamut.base.agent.navigation.PathExecutorState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.cuni.amis.pogamut.base.communication.worldview.listener.ListenerLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.cuni.amis.pogamut.base.component.controller.ComponentDependencyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.cuni.amis.pogamut.base.component.controller.ComponentState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.cuni.amis.pogamut.base.utils.logging.marks.LogEventMark.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.cuni.amis.pogamut.base.utils.logging.marks.LogMapMark.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.cuni.amis.pogamut.base.utils.PogamutProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.cuni.amis.pogamut.base3d.worldview.object.Rotation.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.cuni.amis.pogamut.multi.communication.translator.event.ISharedPropertyUpdateResult.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game.GameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueNavigator.Stage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.cuni.amis.pogamut.ut2004.bot.IUT2004Bot.BoolBotParam
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Group
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.cuni.amis.pogamut.ut2004.utils.LinkFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.cuni.amis.pogamut.ut2004.utils.PogamutUT2004Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.cuni.amis.utils.future.FutureStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum cz.cuni.amis.pogamut.base.agent.navigation.PathExecutorState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.cuni.amis.pogamut.base.communication.worldview.listener.ListenerLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.cuni.amis.pogamut.base.component.controller.ComponentDependencyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.cuni.amis.pogamut.base.component.controller.ComponentState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.cuni.amis.pogamut.base.utils.logging.marks.LogEventMark.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.cuni.amis.pogamut.base.utils.logging.marks.LogMapMark.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.cuni.amis.pogamut.base.utils.PogamutProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.cuni.amis.pogamut.base3d.worldview.object.Rotation.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.cuni.amis.pogamut.multi.communication.translator.event.ISharedPropertyUpdateResult.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Game.GameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueNavigator.Stage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.cuni.amis.pogamut.ut2004.bot.IUT2004Bot.BoolBotParam
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Group
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.cuni.amis.pogamut.ut2004.utils.LinkFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.cuni.amis.pogamut.ut2004.utils.PogamutUT2004Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.cuni.amis.utils.future.FutureStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class cz.cuni.amis.utils.maps.AbstractLazyMap
 
values() - Method in class cz.cuni.amis.utils.maps.LazyMap
 
Vector3dProperty - Class in cz.cuni.amis.pogamut.multi.communication.worldview.property
Implementation of the ISharedProperty interface for Vector3d value type.
Vector3dProperty(WorldObjectId, String, Vector3d, Class) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.Vector3dProperty
 
Vector3dProperty(Vector3dProperty) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.Vector3dProperty
 
vector3dValue(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Return a Vector3d instance starting from num token(tokens are separated by space) in txt
vectorSum(Point2D[]) - Static method in class cz.cuni.amis.pogamut.base.utils.math.A
 
Vehicle - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
If we are vehicle just these attr.
Vehicle - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the GameBots2004 message VEH.
Vehicle() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle
Parameter-less contructor for the message.
Vehicle.ObjectDisappeared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
Vehicle.ObjectDisappeared(Vehicle, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle.ObjectDisappeared
 
Vehicle.VehicleUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
Vehicle.VehicleUpdate(Vehicle, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Vehicle.VehicleUpdate
 
VehicleCompositeImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Composite implementation of the VEH abstract message.
VehicleCompositeImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleCompositeImpl
Parameter-less contructor for the message.
VehicleCompositeImpl(VehicleLocalImpl, VehicleSharedImpl, VehicleStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleCompositeImpl
Composite-impl constructor.
VehicleCompositeImpl(VehicleCompositeImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleCompositeImpl
Cloning constructor.
VehicleHit - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
If this damage was caused by vehicle running over us.
VehicleHit - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
If this damage was caused by vehicle running over us.
VehicleHit - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerDamaged
If this damage was caused by vehicle running over.
VehicleHit - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
If this damage was caused by vehicle running over us.
VehicleLocal - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the local part of the GameBots2004 message VEH.
VehicleLocal() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocal
Parameter-less contructor for the message.
VehicleLocal.ObjectDisappeared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
VehicleLocal.ObjectDisappeared(VehicleLocal, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocal.ObjectDisappeared
 
VehicleLocalImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message VEH.
VehicleLocalImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocalImpl
Parameter-less contructor for the message.
VehicleLocalImpl(UnrealId, boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocalImpl
Creates new instance of the message Vehicle.
VehicleLocalImpl(Vehicle) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocalImpl
Cloning constructor from the full message.
VehicleLocalImpl(VehicleLocalImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocalImpl
Cloning constructor from the full message.
VehicleLocalImpl(VehicleLocal) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocalImpl
Cloning constructor from the message part.
VehicleLocalImpl.VehicleLocalUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
VehicleLocalImpl.VehicleLocalUpdate(VehicleLocal, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocalImpl.VehicleLocalUpdate
 
VehicleMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the GameBots2004 message VEH contains also its Local/Shared/Static subpart class definitions..
VehicleMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
Parameter-less contructor for the message.
VehicleMessage(UnrealId, Rotation, Location, Velocity, boolean, Integer, Integer, Integer, UnrealId, boolean, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
Creates new instance of the message Vehicle.
VehicleMessage(VehicleMessage) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
Cloning constructor from the full message.
VehicleMessage.VehicleLocalMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the local part of the GameBots2004 message VEH, used to facade VEHMessage.
VehicleMessage.VehicleLocalMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleLocalMessage
 
VehicleMessage.VehicleSharedMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message VEH, used to facade VEHMessage.
VehicleMessage.VehicleSharedMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleSharedMessage
 
VehicleMessage.VehicleStaticMessage - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message VEH, used to facade VEHMessage.
VehicleMessage.VehicleStaticMessage() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage.VehicleStaticMessage
 
VehiclePropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
VehicleShared - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the shared part of the GameBots2004 message VEH.
VehicleShared() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
Parameter-less contructor for the message.
VehicleSharedImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the shared part of the GameBots2004 message VEH.
VehicleSharedImpl(VehicleSharedImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
 
VehicleSharedImpl(WorldObjectId, Collection<ISharedProperty>) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl
 
VehicleSharedImpl.VehicleSharedUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
VehicleSharedImpl.VehicleSharedUpdate(VehicleShared, long, ITeamId) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl.VehicleSharedUpdate
 
VehicleStatic - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Abstract definition of the static part of the GameBots2004 message VEH.
VehicleStatic() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStatic
Parameter-less contructor for the message.
VehicleStaticImpl - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Implementation of the static part of the GameBots2004 message VEH.
VehicleStaticImpl() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStaticImpl
Parameter-less contructor for the message.
VehicleStaticImpl(UnrealId, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStaticImpl
Creates new instance of the message Vehicle.
VehicleStaticImpl(Vehicle) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStaticImpl
Cloning constructor from the full message.
VehicleStaticImpl(VehicleStaticImpl) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStaticImpl
Cloning constructor from the full message.
VehicleStaticImpl(VehicleStatic) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStaticImpl
Cloning constructor from the message part.
VehicleStaticImpl.VehicleStaticUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 
VehicleStaticImpl.VehicleStaticUpdate(VehicleStatic, long) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleStaticImpl.VehicleStaticUpdate
 
Velocity - Class in cz.cuni.amis.pogamut.base3d.worldview.object
Velocity within the world.
Velocity() - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Creates velocity with all values set to zeroes.
Velocity(Velocity) - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Creates velocity same as the the passed one.
Velocity(double, double, double) - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Creates velocity with specified coordinates.
Velocity(double, double) - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Creates velocity with specified planar coordinates.
Velocity(double[]) - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Creates velocity from array of three doubles.
Velocity(Tuple3d) - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Creates velocity from specified 3D vector.
Velocity - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
Current velocity of the bomb.
Velocity - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileLocalImpl
Current velocity vector of the projectile.
Velocity - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage
Current velocity vector of the projectile.
Velocity - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
Velocity vector.
Velocity - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
Velocity of the navigation point (if the navigation point is currently moving).
Velocity - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
Absolute velocity of the player as a vector of movement per one game second.
Velocity - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
Absolute velocity of the bot as a vector of movement per one game second.
Velocity - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
Absolute velocity of the vehicle as a vector of movement per one game second.
Velocity.PropertyEditor - Class in cz.cuni.amis.pogamut.base3d.worldview.object
Property editor for Velocity.
Velocity.PropertyEditor() - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity.PropertyEditor
 
VelocityProperty - Class in cz.cuni.amis.pogamut.multi.communication.worldview.property
Implementation of the ISharedProperty interface for Velocity value type.
VelocityProperty(WorldObjectId, String, Velocity, Class) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.VelocityProperty
 
VelocityProperty(VelocityProperty) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.property.VelocityProperty
 
VelocityPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoShared
 
VelocityPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverShared
 
VelocityPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointShared
 
VelocityPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
 
VelocityPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
VelocityPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleShared
 
VelocityRange - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetEmotionalEmitter
This will affect the speed of the balls.
velocityValue(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Return a Velocity instance starting from num token(tokens are separated by space) in txt
vertexSet() - Method in interface cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealMap
 
vertexSet() - Method in class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.UT2004Map
 
ViewTarget - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.KeyEvent
If the player that triggered the key event is observing another player in the game, then the id of that observed player will be exported here.
Visible - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl
True if the bot can see the bomb.
Visible - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage
True if the bot can see the bomb.
Visible - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoLocalImpl
True if the bot can see the flag.
Visible - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoMessage
True if the bot can see the flag.
Visible - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemLocalImpl
If the item is in the field of view of the bot.
Visible - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ItemMessage
If the item is in the field of view of the bot.
Visible - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverLocalImpl
If the mover is in the field of view of the bot.
Visible - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MoverMessage
If the mover is in the field of view of the bot.
Visible - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl
If the point is in the field of view of the bot.
Visible - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointMessage
If the point is in the field of view of the bot.
Visible - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerLocalImpl
If the player is in the field of view of the bot.
Visible - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
If the player is in the field of view of the bot.
Visible - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleLocalImpl
If the vehicle is in the field of view of the bot.
Visible - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleMessage
If the vehicle is in the field of view of the bot.
visibleClassMap - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.VisionLocalWorldView
Map of all currently visible objects, sorted according to their classes.
visibleMap - Variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.VisionLocalWorldView
Map of all currently visible objects.
Vision - Class in cz.cuni.amis.pogamut.base3d.worldview
Vision is taking care about the objects the bot might see (of all implementing IViewable interface).
Vision(IWorldView, IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.Vision
 
VisionLocalWorldView - Class in cz.cuni.amis.pogamut.multi.communication.worldview.impl
VisionLocalWorldView manages information about all objects currently in the bot's FOV (field-of-view) by implementing methods from IVisionLocalWorldView interface.
VisionLocalWorldView(ComponentDependencies, ILifecycleBus, IAgentLogger, ISharedWorldView, ITeamedAgentId) - Constructor for class cz.cuni.amis.pogamut.multi.communication.worldview.impl.VisionLocalWorldView
 
VisionTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Configuration
Between 0.1 to 2 seconds, it sets the delay between two synchronous batches.
VisionTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeLocalImpl
The delay between two synchronous batches (can range from 0.1 to 2 seconds).
VisionTime - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeMessage
The delay between two synchronous batches (can range from 0.1 to 2 seconds).
VisionWorldView - Class in cz.cuni.amis.pogamut.base3d.worldview.impl
 
VisionWorldView(ComponentDependencies, IComponentBus, IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.impl.VisionWorldView
 
VolumeChanged - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event VCH.
VolumeChanged() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
Parameter-less contructor for the message.
VolumeChanged(String, Velocity, Velocity, double, double, double, boolean, boolean, boolean, double, String, boolean, boolean, boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
Creates new instance of the message VolumeChanged.
VolumeChanged(VolumeChanged) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
Cloning constructor from the full message.

W

waitFor(T...) - Method in class cz.cuni.amis.utils.flag.Flag
Pauses the thread till the flag is set from the outside to one of specified values.
waitFor(long, T...) - Method in class cz.cuni.amis.utils.flag.Flag
Pauses the thread till the flag is set from the outside to one of specified values or times out.
WaitForAgentStateChange - Class in cz.cuni.amis.pogamut.base.agent.state
 
WaitForAgentStateChange(Flag<IAgentState>, Class<? extends IAgentState>) - Constructor for class cz.cuni.amis.pogamut.base.agent.state.WaitForAgentStateChange
 
waitForAll(Future[]) - Static method in class cz.cuni.amis.utils.Concurrent
 
waitForChange() - Method in class cz.cuni.amis.utils.flag.Flag
Pauses the thread till the flag change to another value.
waitForChange(long) - Method in class cz.cuni.amis.utils.flag.Flag
Pauses the thread till the flag change to another value or timeout.
WaitForEvent - Class in cz.cuni.amis.pogamut.base.component.bus.event
Allows you to wait for some event on the bus.
WaitForEvent(IComponentBus, WaitForEvent.IEventFilter) - Constructor for class cz.cuni.amis.pogamut.base.component.bus.event.WaitForEvent
 
WaitForEvent.IEventFilter<T> - Interface in cz.cuni.amis.pogamut.base.component.bus.event
Note that only events that implements IComponentEvent may be really substitued as T.
WaitForFlagChange<TYPE> - Class in cz.cuni.amis.utils.flag
This class is implementing the waiting on some flag value.
WaitForFlagChange(IFlag<TYPE>) - Constructor for class cz.cuni.amis.utils.flag.WaitForFlagChange
Wait for the next flag change.
WaitForFlagChange(IFlag<TYPE>, WaitForFlagChange.IAccept<TYPE>) - Constructor for class cz.cuni.amis.utils.flag.WaitForFlagChange
 
WaitForFlagChange(IFlag<TYPE>, TYPE) - Constructor for class cz.cuni.amis.utils.flag.WaitForFlagChange
 
WaitForFlagChange(IFlag<TYPE>, TYPE[]) - Constructor for class cz.cuni.amis.utils.flag.WaitForFlagChange
 
WaitForFlagChange(IFlag<TYPE>, Collection<TYPE>) - Constructor for class cz.cuni.amis.utils.flag.WaitForFlagChange
 
WaitForFlagChange.IAccept<TYPE> - Interface in cz.cuni.amis.utils.flag
 
Walk - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.CommandPlayer
Applicable for: MOVE.
Walk - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetWalk
True or false to enable/disable bot walking.
WalkAnim - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetWalk
Change name of walking animation.
Walking - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
If we are currently in walking mode.
WalkingPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
WallCollision - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event WAL.
WallCollision() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WallCollision
Parameter-less contructor for the message.
WallCollision(String, Vector3d, Location) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WallCollision
Creates new instance of the message WallCollision.
WallCollision(WallCollision) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WallCollision
Cloning constructor from the full message.
warning(String) - Method in class cz.cuni.amis.pogamut.base.communication.parser.impl.yylex.IYylexObserver.LogObserver
 
warning(String) - Method in interface cz.cuni.amis.pogamut.base.communication.parser.impl.yylex.IYylexObserver
Called when some mischief happens but the parser recovers.
warning(String) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
warning(String, Object) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
warning(String, Object[]) - Method in class cz.cuni.amis.pogamut.base.utils.logging.LogCategory
 
warning(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Send the warning to observer or prints it to the console.
WaterSpeed - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocalImpl
Waterspeed of the bot (in the water).
WaterSpeed - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage
Waterspeed of the bot (in the water).
WaterVolume - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
If this zone is a water.
Waylink - Class in cz.cuni.amis.pogamut.ut2004.communication.worldview.map
Basically copy of NeighNavLink.
Waylink(Waypoint, NavPointNeighbourLink) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Waylink
 
Waypoint - Class in cz.cuni.amis.pogamut.ut2004.communication.worldview.map
Something like NavPoint but without all ugly changes necessary for serialization
Waypoint(NavPoint) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Waypoint
 
WeakHashMapMap<PRIMARY_KEY,SECONDARY_KEY,ITEM> - Class in cz.cuni.amis.utils.maps
Two-level hashMap where the first-level keys are weakly referenced! This means that if the key is not strongly referenced elsewhere, the maps can be garbage collected.
WeakHashMapMap() - Constructor for class cz.cuni.amis.utils.maps.WeakHashMapMap
 
WeakHashQuadMap<PRIMARY_KEY,SECONDARY_KEY,TERTIARY_KEY,QUATERNARY_KEY,ITEM> - Class in cz.cuni.amis.utils.maps
A 4-level hashMap, the PrimaryKeys are weakly referenced.
WeakHashQuadMap() - Constructor for class cz.cuni.amis.utils.maps.WeakHashQuadMap
 
WeakHashQuadMap(int, int, int, int) - Constructor for class cz.cuni.amis.utils.maps.WeakHashQuadMap
 
WeakHashTriMap<PRIMARY_KEY,SECONDARY_KEY,TERTIARY_KEY,ITEM> - Class in cz.cuni.amis.utils.maps
Three-level hash map, where the PRIMARY_KEY maps are implemented using WeakHashMap.
WeakHashTriMap() - Constructor for class cz.cuni.amis.utils.maps.WeakHashTriMap
Creates a WeakHashTriMap with default loadFactor(0.75) and default starting capacities (16,16,16)
WeakHashTriMap(int, int, int) - Constructor for class cz.cuni.amis.utils.maps.WeakHashTriMap
Creates a new WeakHashTriMap with the default loadFactor (0.75) for all levels and the provided starting capacties for different levels.
Weapon - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric
Class that holds information about the weapon the bot has in its inventory.
Weapon(AddInventoryMsg, int, int) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weapon
 
Weapon - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage
Class of the weapon the player is holding.
Weapon - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage
Id of the weapon we are holding.
WeaponDescriptor - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
Weapon descriptor describes all characteristics of a weapon.
WeaponDescriptor() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.WeaponDescriptor
 
WeaponDescriptorFactory - Class in cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
A weapon factory takes care about all items which fall into a category Weapon.
WeaponName - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
Name of the weapon that caused this damage.
WeaponName - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled
Name of the weapon that caused this damage.
WeaponName - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerDamaged
Name of the weapon that caused this damage.
WeaponName - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerKilled
Name of the weapon that caused this damage.
WeaponPref - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
Class that contains a weapon preference.
WeaponPref(ItemType, boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPref
Use 'weapon' and the concrete mode.
WeaponPref(ItemType) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPref
Use 'weapon' with primary-firing-mode.
WeaponPref(Weapon, boolean) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPref
Use 'weapon' and the concrete mode.
WeaponPrefs - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
Class that allows you to easily define weapon preferences for your bot as well as time how often you may change your weapon.
WeaponPrefs(Weaponry, UT2004Bot) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefs
 
WeaponPrefs(Weaponry, UT2004Bot, WeaponPrefsRange) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefs
 
weaponPrefs - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
Weapon preferences for your bot.
WeaponPrefsRange - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
 
WeaponPrefsRange(WeaponPrefs, double) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefsRange
 
WeaponPrefsRange(WeaponPrefs, WeaponPrefsRange) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefsRange
 
WeaponPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared
 
WeaponPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
 
Weaponry - Class in cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric
Memory module specialized on info about the bot's weapon inventory.
Weaponry(UT2004Bot) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Constructor.
Weaponry(UT2004Bot, ItemDescriptors) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Constructor.
Weaponry(UT2004Bot, ItemDescriptors, LogCategory) - Constructor for class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weaponry
Constructor.
weaponry - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefs
 
weaponry - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
Memory module specialized on info about the bot's weapon and ammo inventory - it can tell you which weapons are loaded, melee/ranged, etc.
WeaponStay - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage
If true respawned weapons will stay on the ground after picked up (but bot cannot pickup same weapon twice).
WeaponStayPropertyToken - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoShared
 
weaponsUsedTime - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentStats
For how long the bot was shooting with a certain weapon, truly counting the number of seconds the Shoot command has been effective for the bot.
weaponType - Variable in class cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Weapon
 
WeaponUpdate - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event WUP.
WeaponUpdate() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WeaponUpdate
Parameter-less contructor for the message.
WeaponUpdate(UnrealId, int, int, String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WeaponUpdate
Creates new instance of the message WeaponUpdate.
WeaponUpdate(WeaponUpdate) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.WeaponUpdate
Cloning constructor from the full message.
whitespaces - Static variable in class cz.cuni.amis.utils.logging.DefaultLogFormatter
 
width - Variable in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.MapInfo
 
width - Variable in class cz.cuni.amis.utils.Dimension2D_Double
 
worker - Variable in class cz.cuni.amis.pogamut.base.communication.mediator.impl.Mediator
Worker instance - it implements Runnable interface and is continuously reading messages from the connection object and passing them to the receiver.
WORKER_THREAD_NAME_PREFIX - Static variable in class cz.cuni.amis.pogamut.base.communication.mediator.impl.Mediator
Name prefix for the worker thread and for the logs.
workerThread - Variable in class cz.cuni.amis.pogamut.base.communication.mediator.impl.Mediator
Thread of the worker.
workerThread - Variable in class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient
Thread of the worker.
world - Variable in class cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController
Shortcut for the UT2004BotController.getWorldView().
worldAddress - Variable in class cz.cuni.amis.pogamut.base.server.AbstractWorldServer
 
WorldEventFuture<T extends IWorldEvent> - Class in cz.cuni.amis.pogamut.base.communication.worldview.event
Use this if you want to wait for first appearance of some IWorldObject with known string ID.
WorldEventFuture(IWorldView, Class<T>) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.event.WorldEventFuture
Creates new instance of future that waits for the event of given class.
WorldEventFuture.WorldEventFutureException - Exception in cz.cuni.amis.pogamut.base.communication.worldview.event
 
WorldEventFuture.WorldEventFutureException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.worldview.event.WorldEventFuture.WorldEventFutureException
 
WorldEventIdentityWrapper - Class in cz.cuni.amis.pogamut.base.communication.translator.event
Simplest WorldChangeEvent to WorldEvent adapter.
WorldEventIdentityWrapper() - Constructor for class cz.cuni.amis.pogamut.base.communication.translator.event.WorldEventIdentityWrapper
 
WorldMessageTranslator - Class in cz.cuni.amis.pogamut.base.communication.translator.impl
Abstract class for translators between world messages (InfoObjects) and IWorldEvents.
WorldMessageTranslator(IWorldMessageParser, IWorldMessageTranslator, IComponentBus, IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.base.communication.translator.impl.WorldMessageTranslator
 
WorldObjectAppearedEvent<T extends IViewable> - Class in cz.cuni.amis.pogamut.base3d.worldview.object.event
This event is raised when the object becomes visible.
WorldObjectAppearedEvent(T, long) - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.object.event.WorldObjectAppearedEvent
 
WorldObjectDestroyedEvent<T extends IWorldObject> - Class in cz.cuni.amis.pogamut.base.communication.worldview.object.event
This event is raised by the WorldView whenever the object is removed from the world.
WorldObjectDestroyedEvent(T, long) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.object.event.WorldObjectDestroyedEvent
 
WorldObjectDisappearedEvent<T extends IViewable> - Class in cz.cuni.amis.pogamut.base3d.worldview.object.event
* This event is raised when the object leaves field of view.
WorldObjectDisappearedEvent(T, long) - Constructor for class cz.cuni.amis.pogamut.base3d.worldview.object.event.WorldObjectDisappearedEvent
 
WorldObjectEvent<T extends IWorldObject> - Class in cz.cuni.amis.pogamut.base.communication.worldview.object.event
Default world object event implementation wrapping some object inside the event.
WorldObjectEvent(T, long) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.object.event.WorldObjectEvent
 
WorldObjectFirstEncounteredEvent<T extends IWorldObject> - Class in cz.cuni.amis.pogamut.base.communication.worldview.object.event
This event is raised by WorldView whenever new object appears in the worldview.
WorldObjectFirstEncounteredEvent(T, long) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.object.event.WorldObjectFirstEncounteredEvent
 
WorldObjectFuture<T extends IWorldObject> - Class in cz.cuni.amis.pogamut.base.communication.worldview.object
Use this if you want to wait for first appearance of some IWorldObject with known string ID.
WorldObjectFuture(IWorldView, Class<T>) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectFuture
Creates new instance of future that waits for first appearance of WorldObject of given class.
WorldObjectFuture(IWorldView, String, Class<T>) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectFuture
Creates new instance of future that waits for first appearance of WorldObject of given id.
WorldObjectFuture.WorldObjectFutureException - Exception in cz.cuni.amis.pogamut.base.communication.worldview.object
 
WorldObjectFuture.WorldObjectFutureException(String, Object) - Constructor for exception cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectFuture.WorldObjectFutureException
 
WorldObjectId - Class in cz.cuni.amis.pogamut.base.communication.worldview.object
Interface that is returning an unique id of the world object.
WorldObjectId(String) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId
Instantiates a new object with id of 'name'.
WorldObjectId(long) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId
Instantiates a new object with id of 'id'.
WorldObjectId(double) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId
Instantiates a new object with id of 'id'.
WorldObjectId(Token) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId
 
worldObjectIdValue(String) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Return an UnrealId instance from identificator token in txt.
WorldObjectUpdatedEvent<T extends IWorldObject> - Class in cz.cuni.amis.pogamut.base.communication.worldview.object.event
This event is raised by WorldView whenever the object is updated (possibly one of it's fields has changed - warning it's not neccesery the object's field might be updated to the same value).
WorldObjectUpdatedEvent(T, long) - Constructor for class cz.cuni.amis.pogamut.base.communication.worldview.object.event.WorldObjectUpdatedEvent
 
worldPoints - Variable in class cz.cuni.amis.pogamut.unreal.communication.worldview.map.MapInfo
 
WorldReader - Class in cz.cuni.amis.pogamut.base.communication.connection
 
WorldReader() - Constructor for class cz.cuni.amis.pogamut.base.communication.connection.WorldReader
 
WorldReader.WorldReaderWrapper - Class in cz.cuni.amis.pogamut.base.communication.connection
 
WorldReader.WorldReaderWrapper(Reader) - Constructor for class cz.cuni.amis.pogamut.base.communication.connection.WorldReader.WorldReaderWrapper
 
worldView - Variable in class cz.cuni.amis.pogamut.base.agent.module.SensomotoricModule
 
worldView - Variable in class cz.cuni.amis.pogamut.base.agent.module.SensorModule
 
worldView - Variable in class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
 
WORLDVIEW_DEPENDENCY - Static variable in class cz.cuni.amis.pogamut.base.communication.worldview.impl.EventDrivenWorldView
 
WORLDVIEW_DEPENDENCY - Static variable in class cz.cuni.amis.pogamut.base.communication.worldview.impl.LockableWorldView
 
WORLDVIEW_DEPENDENCY - Static variable in class cz.cuni.amis.pogamut.base3d.worldview.impl.BatchAwareWorldView
 
WORLDVIEW_DEPENDENCY - Static variable in class cz.cuni.amis.pogamut.base3d.worldview.impl.LockableBatchAwareWorldView
 
WORLDVIEW_DEPENDENCY - Static variable in class cz.cuni.amis.pogamut.base3d.worldview.impl.SyncLockableBatchAwareWorldView
 
WORLDVIEW_DEPENDENCY - Static variable in class cz.cuni.amis.pogamut.base3d.worldview.impl.VisionWorldView
 
WORLDVIEW_DEPENDENCY - Static variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenLocalWorldView
 
WORLDVIEW_DEPENDENCY - Static variable in class cz.cuni.amis.pogamut.multi.communication.worldview.impl.EventDrivenSharedWorldView
 
WORLDVIEW_DEPENDENCY - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.worldview.UT2004LockableWorldView
 
WORLDVIEW_DEPENDENCY - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.worldview.UT2004SyncLockableWorldView
 
WORLDVIEW_DEPENDENCY - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.worldview.UT2004WorldView
 
worldViewDependenciesProvider - Variable in class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004BotModule
Dependency provider for the world view, so the world view know when to start.
worldViewDependenciesProvider - Variable in class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004ObserverModule
Dependency provider for the world view, so the world view know when to start.
worldViewDependenciesProvider - Variable in class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004ServerModule
Dependency provider for the world view, so the world view know when to start.
WorldWriter - Class in cz.cuni.amis.pogamut.base.communication.connection
 
WorldWriter() - Constructor for class cz.cuni.amis.pogamut.base.communication.connection.WorldWriter
 
write(char[], int, int) - Method in class cz.cuni.amis.pogamut.base.communication.connection.WorldWriter
 
write(byte[]) - Method in class cz.cuni.amis.utils.StringOutputStream
 
write(byte[], int, int) - Method in class cz.cuni.amis.utils.StringOutputStream
 
write(int) - Method in class cz.cuni.amis.utils.StringOutputStream
 
WVObjectsSetAdapter<T extends IViewable> - Class in cz.cuni.amis.pogamut.base.utils.collections.adapters
Provides set of all existing world objects extending some class as observable set.
WVObjectsSetAdapter(Class<T>, IWorldView) - Constructor for class cz.cuni.amis.pogamut.base.utils.collections.adapters.WVObjectsSetAdapter
 
WVVisibleObjectsSetAdapter<T extends IViewable> - Class in cz.cuni.amis.pogamut.base.utils.collections.adapters
Provides set of all visible world objects extending some class as observable set.
WVVisibleObjectsSetAdapter(Class<T>, IWorldView) - Constructor for class cz.cuni.amis.pogamut.base.utils.collections.adapters.WVVisibleObjectsSetAdapter
 

X

x - Variable in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
X coordinate.
x - Variable in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
X coordinate.

Y

y - Variable in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Y coordinate.
y - Variable in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Y coordinate.
yaw - Variable in class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation
Rotation yaw.
yybegin(int) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Enters a new lexical state
yycharat(int) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Returns the character at position pos from the matched text.
yyclose() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Closes the input stream.
YYEOF - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
This character denotes the end of file
YYINITIAL - Static variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
yylength() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Returns the length of the matched text region.
yylex() - Method in interface cz.cuni.amis.pogamut.base.communication.parser.impl.yylex.IYylex
 
Yylex - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
This class is a scanner generated by JFlex 1.4.3 on 3/10/11 1:42 PM from the specification file D:/Programming/Workspaces/Pogamut-Maven2/maven2/Main/PogamutUT2004/src/main/jflex/GB2004Parser.jflex
Yylex() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
 
Yylex(Reader) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Creates a new scanner There is also a java.io.InputStream version of this constructor.
Yylex(InputStream) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Creates a new scanner.
yylex() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
YylexParser - Class in cz.cuni.amis.pogamut.base.communication.parser.impl.yylex
TODO!:
YylexParser(IWorldReaderProvider, IYylex, IYylexObserver, IComponentBus, IAgentLogger) - Constructor for class cz.cuni.amis.pogamut.base.communication.parser.impl.yylex.YylexParser
 
yypushback(int) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Pushes the specified amount of characters back into the input stream.
yyreset(Reader) - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Resets the scanner to read from a new input stream.
yystate() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Returns the current lexical state.
yytext() - Method in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex
Returns the text matched by the current regular expression.

Z

z - Variable in class cz.cuni.amis.pogamut.base3d.worldview.object.Location
Z coordinate.
z - Variable in class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity
Z coordinate.
ZoneChangedBot - Class in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Definition of the event ZCB.
ZoneChangedBot() - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ZoneChangedBot
Parameter-less contructor for the message.
ZoneChangedBot(String) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ZoneChangedBot
Creates new instance of the message ZoneChangedBot.
ZoneChangedBot(ZoneChangedBot) - Constructor for class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ZoneChangedBot
Cloning constructor from the full message.
ZoneGravity - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
Gravity in this zone.
ZoneVelocity - Variable in class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VolumeChanged
Zone velocity (?).

_

_getCurrentVolumeTerminalVelocity() - Method in class cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo
FIXME[js]: What the hell is this good for?

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _