| Package | Description |
|---|---|
| cz.cuni.amis.nb.pogamut.unreal.timeline.records |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Field and Description |
|---|---|
LinkedList<TLProperty> |
TLFolder.properties
List of folders that are in this folder
|
| Modifier and Type | Method and Description |
|---|---|
TLProperty |
TLFolder.findProperty(String name)
Find if we have property with specified name in properties and return it.
|
| Modifier and Type | Method and Description |
|---|---|
List<TLProperty> |
TLFolder.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
TLFolder.addProperty(TLProperty newProperty)
Add property to the folder
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.