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

Packages that use TLProperty
cz.cuni.amis.nb.pogamut.unreal.timeline.records   
 

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

Subclasses of TLProperty in cz.cuni.amis.nb.pogamut.unreal.timeline.records
 class TLLocation
          Special type of TLProperty that is storing location of agent.
 class TLRotation
          Special type of TLProperty that is storing rotation of agent.
 class TLVelocity
          Special type of TLProperty that is storing velocity of agent.
 

Fields in cz.cuni.amis.nb.pogamut.unreal.timeline.records with type parameters of type TLProperty
 LinkedList<TLProperty> TLFolder.properties
          List of folders that are in this folder
 

Methods in cz.cuni.amis.nb.pogamut.unreal.timeline.records that return TLProperty
 TLProperty TLFolder.findProperty(String name)
          Find if we have property with specified name in properties and return it.
 

Methods in cz.cuni.amis.nb.pogamut.unreal.timeline.records that return types with arguments of type TLProperty
 List<TLProperty> TLFolder.getProperties()
           
 

Methods in cz.cuni.amis.nb.pogamut.unreal.timeline.records with parameters of type TLProperty
 void TLFolder.addProperty(TLProperty newProperty)
          Add property to the folder
 



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