| Package | Description |
|---|---|
| cz.cuni.amis.nb.pogamut.unreal.timeline.records |
| Modifier and Type | Field and Description |
|---|---|
protected TLFolder |
TLEntity.storageFolder |
| Modifier and Type | Field and Description |
|---|---|
LinkedList<TLFolder> |
TLFolder.subfolders |
| Modifier and Type | Method and Description |
|---|---|
TLFolder |
TLFolder.findFolder(String name)
Find if we have subfolder with specified name and return it.
|
TLFolder |
TLEntity.getFolder() |
| Modifier and Type | Method and Description |
|---|---|
List<TLFolder> |
TLFolder.getSubfolders() |
| Modifier and Type | Method and Description |
|---|---|
void |
TLFolder.addFolder(TLFolder newSubfolder)
Add subfolder to the folder.
|
protected Double |
TLEntity.getDoublePropertyValue(TLFolder folder,
String propName,
long time)
Get property with name
propName in folder folder. |
protected void |
TLEntityUpdater.syncFolder(cz.cuni.amis.introspection.Folder folder,
TLFolder tlFolder,
long time)
Take the folder recursively traverse directory structure.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.