Serialized Form


Package cz.cuni.amis.nb.api.pogamut.unreal.server

Class cz.cuni.amis.nb.api.pogamut.unreal.server.UnrealServerDefinition extends cz.cuni.amis.nb.api.pogamut.base.server.ReconnectingServerDefinition<T extends cz.cuni.amis.pogamut.unreal.server.IUnrealServer> implements Serializable

Serialized Fields

mapChangeTimeout

long mapChangeTimeout

Package cz.cuni.amis.nb.pogamut.options

Class cz.cuni.amis.nb.pogamut.options.TimelinePanel extends JPanel implements Serializable

Serialized Fields

controller

TimelineOptionsPanelController controller

FlagsBehaviorRadioGroup

ButtonGroup FlagsBehaviorRadioGroup

defaultFlagsBtn

JButton defaultFlagsBtn

doorFlagCheckBox

JCheckBox doorFlagCheckBox

excludeFlagsRadioButton

JRadioButton excludeFlagsRadioButton

flyFlagCheckBox

JCheckBox flyFlagCheckBox

forcedFlagCheckBox

JCheckBox forcedFlagCheckBox

highColorArea

JPanel highColorArea

includeFlagsRadioButton

JRadioButton includeFlagsRadioButton

jumpFlagCheckBox

JCheckBox jumpFlagCheckBox

ladderFlagCheckBox

JCheckBox ladderFlagCheckBox

lowColorArea

JPanel lowColorArea

mapFlagsPanel

JPanel mapFlagsPanel

mapHighColorBtn

JButton mapHighColorBtn

mapLowColorBtn

JButton mapLowColorBtn

playerOnlyFlagCheckBox

JCheckBox playerOnlyFlagCheckBox

proscribedFlagCheckBox

JCheckBox proscribedFlagCheckBox

specialFlagCheckBox

JCheckBox specialFlagCheckBox

swimFlagCheckBox

JCheckBox swimFlagCheckBox

walkFlagCheckBox

JCheckBox walkFlagCheckBox

waypointsColorArea

JPanel waypointsColorArea

waypointsColorBtn

JButton waypointsColorBtn

Package cz.cuni.amis.nb.pogamut.unreal.map

Class cz.cuni.amis.nb.pogamut.unreal.map.MapGLPanel extends javax.media.opengl.GLJPanel implements Serializable

Serialized Fields

logger

Logger logger

mapViewpoint

MapViewpoint mapViewpoint

mapController

MapController mapController

mapRenderer

MapRenderer mapRenderer

agentRenderes

GLRendererCollection<T> agentRenderes

environmentRenderer

EnvironmentRenderer environmentRenderer

lastGLName

int lastGLName

map

cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealMap<MAP_INFO extends cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealMapInfo> map

Class cz.cuni.amis.nb.pogamut.unreal.map.PureMapGLPanel extends SelectableMapGLPanel implements Serializable

Serialized Fields

server

cz.cuni.amis.pogamut.unreal.server.IUnrealServer<BOT extends cz.cuni.amis.pogamut.unreal.bot.IUnrealBot> server
Server on which we listen for changes in agents and bots


colorGenerator

MapColorGenerator colorGenerator

timer

Timer timer

REDRAW_DELAY

int REDRAW_DELAY

Class cz.cuni.amis.nb.pogamut.unreal.map.PureMapTopComponent extends org.openide.windows.TopComponent implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class cz.cuni.amis.nb.pogamut.unreal.map.SelectableMapGLPanel extends MapGLPanel implements Serializable


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

Class cz.cuni.amis.nb.pogamut.unreal.server.UnrealServerNode.OpenPureMap extends cz.cuni.amis.nb.pogamut.base.NamedAction implements Serializable

Serialized Fields

uid

String uid

Package cz.cuni.amis.nb.pogamut.unreal.services

Class cz.cuni.amis.nb.pogamut.unreal.services.EnvironmentSelection extends org.openide.util.lookup.AbstractLookup implements Serializable

Serialized Fields

content

org.openide.util.lookup.InstanceContent content

Package cz.cuni.amis.nb.pogamut.unreal.timeline.dataobject

Class cz.cuni.amis.nb.pogamut.unreal.timeline.dataobject.TLDataObject extends org.openide.loaders.MultiDataObject implements Serializable

Serialized Fields

database

TLDatabase database

server

cz.cuni.amis.pogamut.unreal.server.IUnrealServer<BOT extends cz.cuni.amis.pogamut.unreal.bot.IUnrealBot> server

saveDB

cz.cuni.amis.nb.pogamut.unreal.timeline.dataobject.TLDataObject.SaveDatabase saveDB

changeListener

TLDatabase.Adapter changeListener

Package cz.cuni.amis.nb.pogamut.unreal.timeline.map

Class cz.cuni.amis.nb.pogamut.unreal.timeline.map.TLMapGLPanel extends SelectableMapGLPanel implements Serializable

Serialized Fields

database

TLDatabase database

currentTimeListener

TLDatabase.Adapter currentTimeListener
Listener that rerenders everything when current time is changed


Package cz.cuni.amis.nb.pogamut.unreal.timeline.records

Class cz.cuni.amis.nb.pogamut.unreal.timeline.records.LogEvent extends Object implements Serializable

Serialized Fields

record

LogRecord record

closingRecord

LogRecord closingRecord

mark

cz.cuni.amis.pogamut.base.utils.logging.marks.LogEventMark mark

slot

int slot

Class cz.cuni.amis.nb.pogamut.unreal.timeline.records.LogEvents extends Object implements Serializable

Serialized Fields

logMessages

LinkedList<E> logMessages

allEvents

LinkedList<E> allEvents
All LogEvents that we have (even just started and unfinished ones).


unfinishedEvents

ArrayList<E> unfinishedEvents
Events that has started, but haven't yet encountered ending mark. Some "slots" can be null.


slots

ArrayList<E> slots
Slots for the events

Class cz.cuni.amis.nb.pogamut.unreal.timeline.records.LogMessage extends Object implements Serializable

Serialized Fields

record

LogRecord record

mark

cz.cuni.amis.pogamut.base.utils.logging.marks.LogEventMark mark

Class cz.cuni.amis.nb.pogamut.unreal.timeline.records.MapEvent extends Object implements Serializable

Serialized Fields

entity

TLEntity entity

record

LogRecord record

mapMark

cz.cuni.amis.pogamut.base.utils.logging.marks.LogMapMark mapMark

closingRecord

LogRecord closingRecord

Class cz.cuni.amis.nb.pogamut.unreal.timeline.records.MapEvents extends Object implements Serializable

Serialized Fields

entity

TLEntity entity

allEvents

LinkedList<E> allEvents
List of all events


unfinishedEvents

LinkedList<E> unfinishedEvents
Events that have undetermined duration are stored here, until their counterparts are recieved.

Class cz.cuni.amis.nb.pogamut.unreal.timeline.records.TLAgentEntity extends TLEntity implements Serializable

Serialized Fields

agentName

String agentName

botLocation

TLLocation botLocation
Location of agent during recording.


botRotation

TLRotation botRotation
Rotation of agent during recording.


botVelocity

TLVelocity botVelocity
Velocity of agent during recording.

Class cz.cuni.amis.nb.pogamut.unreal.timeline.records.TLDatabase extends Object implements Serializable

Serialized Fields

agentsRecords

LinkedList<E> agentsRecords
All entities that are in db


startTime

Long startTime
When did db start recording


currentTime

Long currentTime
What time is "current" time, which we are showing. On this depends variables or state of the map. Is in range between startMilis and endMilis.


endTime

Long endTime
timestamp marking end of any data recieved. During generation it changes


map

cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealMap<MAP_INFO extends cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealMapInfo> map

Class cz.cuni.amis.nb.pogamut.unreal.timeline.records.TLEntity extends Object implements Serializable

Serialized Fields

entityState

TLEntity.State entityState
Flag<State> would be nice, but I worry about serialization


startTime

Long startTime

endTime

Long endTime

database

TLDatabase database
Reference to the database that contains this entity


name

String name
Name of entity


color

Color color
Color of the entity is assigned


logRecorders

TreeSet<E> logRecorders
This class is storage for log messages and log events that the entity produces.


storageFolder

TLFolder storageFolder

Class cz.cuni.amis.nb.pogamut.unreal.timeline.records.TLFolder extends Object implements Serializable

Serialized Fields

name

String name
Name of the storage folder


properties

LinkedList<E> properties
List of folders that are in this folder


subfolders

LinkedList<E> subfolders

Class cz.cuni.amis.nb.pogamut.unreal.timeline.records.TLLocation extends TLProperty<cz.cuni.amis.pogamut.base3d.worldview.object.Location> implements Serializable

Class cz.cuni.amis.nb.pogamut.unreal.timeline.records.TLLogRecorder extends Object implements Serializable

Serialized Fields

entity

TLEntity entity

name

String name

logEvents

LogEvents logEvents

mapEvents

MapEvents mapEvents

Class cz.cuni.amis.nb.pogamut.unreal.timeline.records.TLProperty extends Object implements Serializable

Serialized Fields

name

String name

type

Class<T> type

values

List<E> values

lastTimestamp

long lastTimestamp

Class cz.cuni.amis.nb.pogamut.unreal.timeline.records.TLProperty.Record extends Object implements Serializable

Serialized Fields

timestamp

long timestamp

value

Object value

Class cz.cuni.amis.nb.pogamut.unreal.timeline.records.TLRotation extends TLProperty<cz.cuni.amis.pogamut.base3d.worldview.object.Rotation> implements Serializable

Class cz.cuni.amis.nb.pogamut.unreal.timeline.records.TLVelocity extends TLProperty<cz.cuni.amis.pogamut.base3d.worldview.object.Velocity> implements Serializable


Package cz.cuni.amis.nb.pogamut.unreal.timeline.view

Class cz.cuni.amis.nb.pogamut.unreal.timeline.view.MVTimelineElement extends JScrollPane implements Serializable

Serialized Fields

database

TLDatabase database
Database that is used as model of this view


toolbar

JToolBar toolbar
Toolbar for actions in the timeline.


scene

TLScene scene
Scene that contains the widgets representing data from database


lookup

org.openide.util.Lookup lookup
Lookup of this view


dbListener

TLDatabase.Adapter dbListener
Listener for changes in db and update view accordingly



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