Serialized Form
|
Package cz.cuni.amis.nb.api.pogamut.unreal.server |
mapChangeTimeout
long mapChangeTimeout
|
Package cz.cuni.amis.nb.pogamut.options |
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 |
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
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
readExternal
public void readExternal(ObjectInput arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput arg0)
throws IOException
- Throws:
IOException
|
Package cz.cuni.amis.nb.pogamut.unreal.server |
uid
String uid
|
Package cz.cuni.amis.nb.pogamut.unreal.services |
content
org.openide.util.lookup.InstanceContent content
|
Package cz.cuni.amis.nb.pogamut.unreal.timeline.dataobject |
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 |
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 |
record
LogRecord record
closingRecord
LogRecord closingRecord
mark
cz.cuni.amis.pogamut.base.utils.logging.marks.LogEventMark mark
slot
int slot
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
record
LogRecord record
mark
cz.cuni.amis.pogamut.base.utils.logging.marks.LogEventMark mark
entity
TLEntity entity
record
LogRecord record
mapMark
cz.cuni.amis.pogamut.base.utils.logging.marks.LogMapMark mapMark
closingRecord
LogRecord closingRecord
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.
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.
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
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
name
String name
- Name of the storage folder
properties
LinkedList<E> properties
- List of folders that are in this folder
subfolders
LinkedList<E> subfolders
entity
TLEntity entity
name
String name
logEvents
LogEvents logEvents
mapEvents
MapEvents mapEvents
name
String name
type
Class<T> type
values
List<E> values
lastTimestamp
long lastTimestamp
timestamp
long timestamp
value
Object value
|
Package cz.cuni.amis.nb.pogamut.unreal.timeline.view |
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.