Uses of Class
cz.cuni.amis.nb.pogamut.unreal.timeline.records.TLDatabase

Packages that use TLDatabase
cz.cuni.amis.nb.pogamut.unreal.timeline.dataobject   
cz.cuni.amis.nb.pogamut.unreal.timeline.map I will write this stuff AFTER I have working version and no major architectural changes. 
cz.cuni.amis.nb.pogamut.unreal.timeline.records   
cz.cuni.amis.nb.pogamut.unreal.timeline.view   
cz.cuni.amis.nb.pogamut.unreal.timeline.widgets   
 

Uses of TLDatabase in cz.cuni.amis.nb.pogamut.unreal.timeline.dataobject
 

Methods in cz.cuni.amis.nb.pogamut.unreal.timeline.dataobject that return TLDatabase
 TLDatabase TLDataObject.getDatabase()
           
 

Uses of TLDatabase in cz.cuni.amis.nb.pogamut.unreal.timeline.map
 

Constructors in cz.cuni.amis.nb.pogamut.unreal.timeline.map with parameters of type TLDatabase
TLMapGLPanel(cz.cuni.amis.pogamut.unreal.communication.worldview.map.IUnrealMap map, TLDatabase db)
           
 

Uses of TLDatabase in cz.cuni.amis.nb.pogamut.unreal.timeline.records
 

Fields in cz.cuni.amis.nb.pogamut.unreal.timeline.records declared as TLDatabase
protected  TLDatabase TLEntity.database
          Reference to the database that contains this entity
 

Methods in cz.cuni.amis.nb.pogamut.unreal.timeline.records that return TLDatabase
 TLDatabase TLEntity.getDatabase()
           
 

Methods in cz.cuni.amis.nb.pogamut.unreal.timeline.records with parameters of type TLDatabase
 void TLDatabase.Adapter.onEntityEntered(TLDatabase db, TLEntity entity)
           
 void TLDatabase.TLDatabaseListener.onEntityEntered(TLDatabase db, TLEntity entity)
          Called when new entity (Agent in most cases) is added to databse.
 void TLDatabase.Adapter.onEntityLeft(TLDatabase db, TLEntity entity)
           
 void TLDatabase.TLDatabaseListener.onEntityLeft(TLDatabase db, TLEntity entity)
           
 

Constructors in cz.cuni.amis.nb.pogamut.unreal.timeline.records with parameters of type TLDatabase
TLAgentEntity(TLDatabase db, cz.cuni.amis.pogamut.unreal.bot.IUnrealBot agent)
          Create a new TLEntity that takes its data from the unreal agent.
TLEntity(TLDatabase database, long timestamp)
          Create a new timeline entity belonging to db first seen at timestamp
 

Uses of TLDatabase in cz.cuni.amis.nb.pogamut.unreal.timeline.view
 

Constructors in cz.cuni.amis.nb.pogamut.unreal.timeline.view with parameters of type TLDatabase
MVTimelineElement(TLDatabase database, org.openide.util.Lookup lookup)
          Create a MV element with scene inside that is showing entities in the database and updates itself when database changes.
 

Uses of TLDatabase in cz.cuni.amis.nb.pogamut.unreal.timeline.widgets
 

Constructors in cz.cuni.amis.nb.pogamut.unreal.timeline.widgets with parameters of type TLDatabase
CurrentTimeWidget(org.netbeans.api.visual.widget.Scene scene, TLDatabase database)
           
TLScene(TLDatabase db)
           
 



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