Serialized Form


Package cz.cuni.amis.fsm

Class cz.cuni.amis.fsm.FSMBuildException extends java.lang.RuntimeException implements Serializable


Package cz.cuni.amis.pogamut.base.agent

Package cz.cuni.amis.pogamut.base.agent.exceptions

Class cz.cuni.amis.pogamut.base.agent.exceptions.AgentException extends ComponentException implements Serializable

Class cz.cuni.amis.pogamut.base.agent.exceptions.AgentOperationNotSupportedException extends AgentException implements Serializable

Class cz.cuni.amis.pogamut.base.agent.exceptions.CantStartJMXException extends AgentException implements Serializable

Class cz.cuni.amis.pogamut.base.agent.exceptions.JMXAlreadyEnabledException extends PogamutJMXException implements Serializable


Package cz.cuni.amis.pogamut.base.agent.impl

Class cz.cuni.amis.pogamut.base.agent.impl.AgentId extends java.lang.Object implements Serializable

Serialized Fields

name

Flag<T> name

token

Token token

Package cz.cuni.amis.pogamut.base.agent.jmx.proxy

Class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentIdJMXProxy extends java.lang.Object implements Serializable

Serialized Fields

agentNameFlag

FlagJMXProxy<T> agentNameFlag

agentProxy

AgentJMXProxy agentProxy

token

Token token

Package cz.cuni.amis.pogamut.base.agent.module.exception

Class cz.cuni.amis.pogamut.base.agent.module.exception.LogicThreadAlteredException extends ComponentException implements Serializable


Package cz.cuni.amis.pogamut.base.agent.state.impl

Class cz.cuni.amis.pogamut.base.agent.state.impl.AgentState extends java.lang.Object implements Serializable

Serialized Fields

description

java.lang.String description

Class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStateDebug extends AgentState implements Serializable

Class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStateFailed extends AgentState implements Serializable

Class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStateFailing extends AgentState implements Serializable

Class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStateInstantiated extends AgentState implements Serializable

Class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStatePaused extends AgentState implements Serializable

Class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStatePausing extends AgentState implements Serializable

Class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStateResumed extends AgentState implements Serializable

Class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStateResuming extends AgentState implements Serializable

Class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStateStarted extends AgentState implements Serializable

Class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStateStartedPaused extends AgentState implements Serializable

Class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStateStarting extends AgentState implements Serializable

Class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStateStartingPaused extends AgentState implements Serializable

Class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStateStopped extends AgentState implements Serializable

Class cz.cuni.amis.pogamut.base.agent.state.impl.AgentStateStopping extends AgentState implements Serializable


Package cz.cuni.amis.pogamut.base.agent.state.level0

Package cz.cuni.amis.pogamut.base.agent.state.level1

Package cz.cuni.amis.pogamut.base.agent.state.level2

Package cz.cuni.amis.pogamut.base.agent.state.level3

Package cz.cuni.amis.pogamut.base.communication.connection.exception

Class cz.cuni.amis.pogamut.base.communication.connection.exception.AlreadyConnectedException extends CommunicationException implements Serializable

Class cz.cuni.amis.pogamut.base.communication.connection.exception.ConnectionException extends CommunicationException implements Serializable


Package cz.cuni.amis.pogamut.base.communication.exception

Class cz.cuni.amis.pogamut.base.communication.exception.CommunicationException extends PogamutIOException implements Serializable


Package cz.cuni.amis.pogamut.base.communication.mediator.exception

Class cz.cuni.amis.pogamut.base.communication.mediator.exception.MediatorException extends CommunicationException implements Serializable


Package cz.cuni.amis.pogamut.base.communication.parser.exception

Class cz.cuni.amis.pogamut.base.communication.parser.exception.ParserEOFException extends ParserException implements Serializable

Class cz.cuni.amis.pogamut.base.communication.parser.exception.ParserException extends CommunicationException implements Serializable


Package cz.cuni.amis.pogamut.base.communication.translator.exception

Class cz.cuni.amis.pogamut.base.communication.translator.exception.TranslatorException extends CommunicationException implements Serializable


Package cz.cuni.amis.pogamut.base.communication.worldview.event

Class cz.cuni.amis.pogamut.base.communication.worldview.event.WorldEventFuture.WorldEventFutureException extends PogamutException implements Serializable


Package cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.exception

Class cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.exception.ListenerMethodParametersException extends PogamutException implements Serializable

Class cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.exception.MissingConstructorException extends PogamutException implements Serializable

Class cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.exception.MoreThanOneListenerLevelAnnotationException extends PogamutException implements Serializable


Package cz.cuni.amis.pogamut.base.communication.worldview.listener.exception

Class cz.cuni.amis.pogamut.base.communication.worldview.listener.exception.ListenersAlreadyRegisteredException extends PogamutException implements Serializable


Package cz.cuni.amis.pogamut.base.communication.worldview.object

Class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectFuture.WorldObjectFutureException extends PogamutException implements Serializable

Class cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId extends java.lang.Object implements Serializable

Serialized Fields

token

Token token
Unique representation of this id, contains ints that uniquely identifies it.


isLong

boolean isLong
Whether the id wolds 'long' inside WorldObjectId.token.


isDouble

boolean isDouble
Whether the id wolds 'double' inside WorldObjectId.token.


Package cz.cuni.amis.pogamut.base.component.bus.event

Class cz.cuni.amis.pogamut.base.component.bus.event.BusAwareCountDownLatch.BusStoppedInterruptedException extends PogamutInterruptedException implements Serializable


Package cz.cuni.amis.pogamut.base.component.bus.exception

Class cz.cuni.amis.pogamut.base.component.bus.exception.ComponentBusErrorException extends PogamutException implements Serializable

Class cz.cuni.amis.pogamut.base.component.bus.exception.ComponentBusException extends ComponentException implements Serializable

Class cz.cuni.amis.pogamut.base.component.bus.exception.ComponentBusNotRunningException extends ComponentBusException implements Serializable

Class cz.cuni.amis.pogamut.base.component.bus.exception.ComponentIdClashException extends ComponentBusException implements Serializable

Class cz.cuni.amis.pogamut.base.component.bus.exception.ComponentNotRunningException extends ComponentException implements Serializable

Class cz.cuni.amis.pogamut.base.component.bus.exception.ComponentPausedException extends ComponentException implements Serializable

Class cz.cuni.amis.pogamut.base.component.bus.exception.FatalErrorPropagatingEventException extends ComponentBusException implements Serializable

Class cz.cuni.amis.pogamut.base.component.bus.exception.MoreComponentsForClassException extends PogamutException implements Serializable

Class cz.cuni.amis.pogamut.base.component.bus.exception.NoComponentForClassException extends PogamutException implements Serializable

Class cz.cuni.amis.pogamut.base.component.bus.exception.ResetFailedException extends ComponentBusException implements Serializable


Package cz.cuni.amis.pogamut.base.component.exception

Class cz.cuni.amis.pogamut.base.component.exception.ComponentCantPauseException extends ComponentException implements Serializable

Class cz.cuni.amis.pogamut.base.component.exception.ComponentCantResetException extends ComponentException implements Serializable

Class cz.cuni.amis.pogamut.base.component.exception.ComponentCantResumeException extends ComponentException implements Serializable

Class cz.cuni.amis.pogamut.base.component.exception.ComponentCantStartException extends ComponentException implements Serializable

Class cz.cuni.amis.pogamut.base.component.exception.ComponentCantStopException extends ComponentException implements Serializable

Class cz.cuni.amis.pogamut.base.component.exception.ComponentException extends PogamutException implements Serializable

Class cz.cuni.amis.pogamut.base.component.exception.ComponentKilledException extends ComponentException implements Serializable

Class cz.cuni.amis.pogamut.base.component.exception.ComponentLifecycleManagementAlreadyRegisteredException extends ComponentException implements Serializable


Package cz.cuni.amis.pogamut.base.utils

Class cz.cuni.amis.pogamut.base.utils.PropertyNotFoundException extends java.lang.RuntimeException implements Serializable


Package cz.cuni.amis.pogamut.base.utils.exception

Class cz.cuni.amis.pogamut.base.utils.exception.PogamutJMXNameException extends PogamutJMXException implements Serializable


Package cz.cuni.amis.pogamut.base.utils.future

Class cz.cuni.amis.pogamut.base.utils.future.ComponentFutureException extends PogamutException implements Serializable


Package cz.cuni.amis.pogamut.base.utils.jmx.flag

Class cz.cuni.amis.pogamut.base.utils.jmx.flag.FlagChangeNotification extends javax.management.Notification implements Serializable

Class cz.cuni.amis.pogamut.base.utils.jmx.flag.FlagJMXProxy extends Flag<T> implements Serializable

Serialized Fields

listener

javax.management.NotificationListener listener

Package cz.cuni.amis.pogamut.base.utils.logging

Class cz.cuni.amis.pogamut.base.utils.logging.NetworkLogEnvelope extends java.lang.Object implements Serializable

serialVersionUID: 4641171456863931174L

Serialized Fields

category

java.lang.String category

level

java.util.logging.Level level

millis

long millis

message

java.lang.String message

Package cz.cuni.amis.pogamut.base.utils.logging.jmx

Class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogRecordContainer extends java.lang.Object implements Serializable

Serialized Fields

record

java.util.logging.LogRecord record

parameters

java.util.LinkedList<E> parameters

Class cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogRecordNotification extends javax.management.Notification implements Serializable

serialVersionUID: 7167453889653639394L

Serialized Fields

logRecordContainer

JMXLogRecordContainer logRecordContainer

Package cz.cuni.amis.pogamut.base.utils.logging.marks

Class cz.cuni.amis.pogamut.base.utils.logging.marks.LogEventMark extends java.lang.Object implements Serializable

Serialized Fields

id

int id
Unique id of event. Start and end marks of same event have same id.


level

java.util.logging.Level level
Level of event.


text

java.lang.String text
Text of event.


time

long time
Timestamp for when the event has started. In ms since epoch.


duration

long duration
How long should event last, in ms.


type

LogEventMark.Type type
Type of event.

Class cz.cuni.amis.pogamut.base.utils.logging.marks.LogMapMark extends java.lang.Object implements Serializable

Serialized Fields

id

int id
Custom generated id. Start and end mark of variable elngth map mark have same id.


level

java.util.logging.Level level
What level is this mark?


message

java.lang.String message
text shown by this mark


location

Location location
Location, where is mark placed. If null, follow agent.


created

long created
Timestamp when should mark first appear in the map.


duration

long duration
For how long should map appear in the map.


type

LogMapMark.Type type
Type of mark. There are basically only two types: with fixed duration and varible length. Mark with variable length starts with START_EVENT and is finished by END_EVENT.


Package cz.cuni.amis.pogamut.base3d.worldview.object

Class cz.cuni.amis.pogamut.base3d.worldview.object.Location extends java.lang.Object implements Serializable

Serialized Fields

x

double x
X coordinate.


y

double y
Y coordinate.


z

double z
Z coordinate.

Class cz.cuni.amis.pogamut.base3d.worldview.object.Rotation extends java.lang.Object implements Serializable

Serialized Fields

yaw

double yaw
Rotation yaw. Yaw is rotation to the left or right. E.g. turn left. The value ranges from -32768..32767.


roll

double roll
Rotation roll. Roll is twist of head. E.g. Tilt the head to shoulder. The value ranges from -32768..32767.


pitch

double pitch
Rotation pitch. Pitch is rotation up and down. E.g. look down. The value ranges from -32768..32767.

Class cz.cuni.amis.pogamut.base3d.worldview.object.Velocity extends java.lang.Object implements Serializable

Serialized Fields

x

double x
X coordinate.


y

double y
Y coordinate.


z

double z
Z coordinate.


Package cz.cuni.amis.pogamut.multi.agent

Package cz.cuni.amis.pogamut.multi.agent.impl

Class cz.cuni.amis.pogamut.multi.agent.impl.AgentTeamedId extends AgentId implements Serializable

Serialized Fields

teamId

ITeamId teamId

Class cz.cuni.amis.pogamut.multi.agent.impl.TeamedAgentId extends AgentId implements Serializable

Serialized Fields

teamId

TeamId teamId

Package cz.cuni.amis.pogamut.multi.communication.worldview.property

Class cz.cuni.amis.pogamut.multi.communication.worldview.property.PropertyId extends java.lang.Object implements Serializable

serialVersionUID: 7196633078273572529L

Serialized Fields

token

Token token

objectId

WorldObjectId objectId

hashCode

int hashCode

Package cz.cuni.amis.pogamut.multi.utils.exception

Class cz.cuni.amis.pogamut.multi.utils.exception.TimeKeyNotLockedException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

msg

java.lang.String msg

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

Class cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId extends WorldObjectId implements Serializable


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

Class cz.cuni.amis.pogamut.unreal.communication.worldview.map.MapInfo extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

imagePoints

Location[] imagePoints

worldPoints

Location[] worldPoints

width

int width

height

int height

imgData

byte[] imgData

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

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


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

Class cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004AStarPathTimeoutException extends PogamutException implements Serializable


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

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


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

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

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

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

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

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

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


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

Class cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.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.ut2004.communication.translator

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


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

Class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Waylink extends java.lang.Object implements Serializable

Serialized Fields

startId

java.lang.String startId

endId

java.lang.String endId

flags

int flags

start

Waypoint start

end

Waypoint end

Class cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Waypoint extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

location

Location location

outgoing

java.util.Set<E> outgoing

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

Class cz.cuni.amis.pogamut.ut2004.observer.exception.MapChangeException extends java.lang.Exception implements Serializable

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


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

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

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


Package cz.cuni.amis.pogamut.ut2004.utils

Class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.UCCWrapperConf extends java.lang.Object implements Serializable

Serialized Fields

unrealHome

java.lang.String unrealHome

mapName

java.lang.String mapName

gameBotsPack

java.lang.String gameBotsPack

gameType

java.lang.String gameType

mutators

java.lang.String mutators

options

java.lang.String options

startOnUnusedPort

boolean startOnUnusedPort

Package cz.cuni.amis.utils

Class cz.cuni.amis.utils.Dimension2D_Double extends java.awt.geom.Dimension2D implements Serializable

Serialized Fields

width

double width

height

double height

Class cz.cuni.amis.utils.Job.JobWasAlreadyStartedException extends java.lang.RuntimeException implements Serializable

Class cz.cuni.amis.utils.StringOutputStream extends java.io.OutputStream implements Serializable

Serialized Fields

buffer

java.lang.StringBuffer buffer
The internal destination StringBuffer.


resultString

java.lang.String resultString

Package cz.cuni.amis.utils.collections

Class cz.cuni.amis.utils.collections.HashSetClass extends java.util.HashSet<java.lang.Class> implements Serializable


Package cz.cuni.amis.utils.exception

Class cz.cuni.amis.utils.exception.PogamutCancellationException extends PogamutException implements Serializable

Class cz.cuni.amis.utils.exception.PogamutException extends java.lang.RuntimeException implements Serializable

Serialized Fields

hasBeenLogged

boolean hasBeenLogged
Whether the exception has been logged to the Platform logger


origin

java.lang.Object origin
Object that has thrown this exception.

Class cz.cuni.amis.utils.exception.PogamutInterruptedException extends PogamutException implements Serializable

Class cz.cuni.amis.utils.exception.PogamutIOException extends PogamutException implements Serializable

Class cz.cuni.amis.utils.exception.PogamutJMXException extends PogamutException implements Serializable

Class cz.cuni.amis.utils.exception.PogamutTimeoutException extends PogamutException implements Serializable


Package cz.cuni.amis.utils.flag

Class cz.cuni.amis.utils.flag.Flag extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
Method honoring the de-serialization process, it correctly initializes all that needs to be.

Serialized Fields

value

java.lang.Object value
Do not read directly - always use getFlag() method.

Class cz.cuni.amis.utils.flag.FlagInteger extends Flag<java.lang.Integer> implements Serializable

Class cz.cuni.amis.utils.flag.ImmutableFlag extends Flag<T> implements Serializable

Serialized Fields

flag

IFlag<T> flag

Class cz.cuni.amis.utils.flag.ImmutableReasonFlag extends ImmutableFlag<T> implements Serializable

Class cz.cuni.amis.utils.flag.ReasonFlag extends Flag<TYPE> implements Serializable


Package cz.cuni.amis.utils.flag.connective

Class cz.cuni.amis.utils.flag.connective.And extends Connective implements Serializable

Serialized Fields

trueValue

int trueValue

Class cz.cuni.amis.utils.flag.connective.Connective extends Flag<java.lang.Boolean> implements Serializable

Serialized Fields

listeners

java.util.List<E> listeners

truthValue

int[] truthValue

flags

java.util.Set<E> flags

hashCode

int hashCode

Class cz.cuni.amis.utils.flag.connective.Or extends Connective implements Serializable


Package cz.cuni.amis.utils.maps

Class cz.cuni.amis.utils.maps.HashMapList extends java.util.HashMap<KEY,java.util.List<ITEM>> implements Serializable

Class cz.cuni.amis.utils.maps.HashMapMap extends java.util.HashMap<PRIMARY_KEY,java.util.Map<SECONDARY_KEY,ITEM>> implements Serializable

serialVersionUID: -4541899270970246601L

Serialized Fields

secondaryCapacity

int secondaryCapacity

Class cz.cuni.amis.utils.maps.HashMapSet extends java.util.HashMap<KEY,java.util.Set<ITEM>> implements Serializable

Class cz.cuni.amis.utils.maps.HashTriMap extends java.util.HashMap<PRIMARY_KEY,java.util.Map<SECONDARY_KEY,java.util.Map<TERTIARY_KEY,ITEM>>> implements Serializable

serialVersionUID: 1L

Serialized Fields

secondaryCapacity

int secondaryCapacity

tertiaryCapacity

int tertiaryCapacity

Class cz.cuni.amis.utils.maps.LazyMapMap extends java.util.HashMap<PRIMARY_KEY,java.util.Map<SECONDARY_KEY,ITEM>> implements Serializable


Package cz.cuni.amis.utils.token

Class cz.cuni.amis.utils.token.Token extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
Utilized by the de-serialization, whenever we receive a token from different JVM, we must retranslate its 'name' to correct ids/hashcode.

Serialized Fields

name

java.lang.String name
Contains the string identifier of the token.