Serialized Form


Package cz.cuni.amis.pogamut.udk.agent.navigation

Class cz.cuni.amis.pogamut.udk.agent.navigation.UDKAStarPathTimeoutException extends cz.cuni.amis.utils.exception.PogamutException implements Serializable


Package cz.cuni.amis.pogamut.udk.bot.exception

Class cz.cuni.amis.pogamut.udk.bot.exception.BotAlreadyStartedException extends AgentException implements Serializable


Package cz.cuni.amis.pogamut.udk.bot.state

Package cz.cuni.amis.pogamut.udk.bot.state.impl

Class cz.cuni.amis.pogamut.udk.bot.state.impl.BotStateHelloBotReceived extends AgentState implements Serializable

Class cz.cuni.amis.pogamut.udk.bot.state.impl.BotStateInited extends AgentState implements Serializable

Class cz.cuni.amis.pogamut.udk.bot.state.impl.BotStatePassword extends AgentState implements Serializable

Class cz.cuni.amis.pogamut.udk.bot.state.impl.BotStateSendingInit extends AgentState implements Serializable

Class cz.cuni.amis.pogamut.udk.bot.state.impl.BotStateSpawned extends AgentState implements Serializable


Package cz.cuni.amis.pogamut.udk.communication.messages

Class cz.cuni.amis.pogamut.udk.communication.messages.ItemType extends Object implements Serializable

Serialized Fields

name

String name
Name of the item in UT engine.

Note: Items of the same type might have different names in UT engine. Use ItemType.equals(Object) to safely compare two ItemTypes. This name is informative only.


category

ItemType.Category category
Category of the type.


group

ItemType.Group group
Group of the type.


proto

ItemType proto
Prototype reference.


Package cz.cuni.amis.pogamut.udk.communication.translator

Class cz.cuni.amis.pogamut.udk.communication.translator.UnexpectedMessageException extends CommunicationException implements Serializable


Package cz.cuni.amis.pogamut.udk.communication.worldview.map

Class cz.cuni.amis.pogamut.udk.communication.worldview.map.Waylink extends Object implements Serializable

Serialized Fields

startId

String startId

endId

String endId

flags

int flags

start

Waypoint start

end

Waypoint end

Class cz.cuni.amis.pogamut.udk.communication.worldview.map.Waypoint extends Object implements Serializable

Serialized Fields

id

String id

location

Location location

outgoing

Set<E> outgoing

Package cz.cuni.amis.pogamut.udk.observer.exception

Class cz.cuni.amis.pogamut.udk.observer.exception.MapChangeException extends Exception implements Serializable

Class cz.cuni.amis.pogamut.udk.observer.exception.UCCStartException extends cz.cuni.amis.utils.exception.PogamutException implements Serializable


Package cz.cuni.amis.pogamut.udk.server.exception

Class cz.cuni.amis.pogamut.udk.server.exception.MapChangeException extends cz.cuni.amis.utils.exception.PogamutException implements Serializable

Class cz.cuni.amis.pogamut.udk.server.exception.UCCStartException extends cz.cuni.amis.utils.exception.PogamutException implements Serializable


Package cz.cuni.amis.pogamut.udk.utils

Class cz.cuni.amis.pogamut.udk.utils.UCCWrapper.UCCWrapperConf extends Object implements Serializable

Serialized Fields

mapName

String mapName

gameBotsPack

String gameBotsPack

gameType

String gameType

options

String options

startOnUnusedPort

Boolean startOnUnusedPort

otherCommandLineParameters

String otherCommandLineParameters

botServerPort

Integer botServerPort

controlServerPort

Integer controlServerPort

wineprefix

String wineprefix
UNIX only option to specify wineprefix for wine installation to use



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