|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileCategory | |
|---|---|
| medisyn | Contains classes needed to form scenario configurations (X2XProxy, ScenarioConfig etc) but also only medisyn specific classes. |
| Uses of FileCategory in medisyn |
|---|
| Fields in medisyn declared as FileCategory | |
|---|---|
private FileCategory |
VideoFile.fileCategory
|
| Fields in medisyn with type parameters of type FileCategory | |
|---|---|
private java.util.Vector<FileCategory> |
ProxyGenerator.fileCategories
|
private java.util.Vector<FileCategory> |
ScenarioConfig.fileCategories
|
| Methods in medisyn that return FileCategory | |
|---|---|
protected FileCategory |
FileCategory.clone()
clones the object |
FileCategory |
X2XProxy.getBestCat(java.util.Vector<FileCategory> fileCategories)
find out the best semantic category for this proxy |
FileCategory |
ProxyGroup.getBestCat(java.util.Vector<FileCategory> fileCategories)
find out the best semantic category for this group of proxies |
FileCategory |
VideoFile.getFileCategory()
|
| Methods in medisyn that return types with arguments of type FileCategory | |
|---|---|
java.util.Vector<FileCategory> |
ProxyGenerator.getFileCategories()
|
java.util.Vector<FileCategory> |
ScenarioConfig.getFileCategories()
|
| Methods in medisyn with parameters of type FileCategory | |
|---|---|
double |
X2XProxy.calcAbsCategoryFreq(FileCategory cat)
calculates the absolute frequency of files of the FileCategory cat on this proxy TODO: change this according to formula in X2X-paper (playbackTime) |
double |
X2XProxy.calcCategoryFreq(FileCategory cat)
calculates the relative frequency of files of the FileCategory cat on this proxy TODO: change this according to formula in X2X-paper (playbackTime) |
double |
ProxyGroup.calcCategoryFreq(FileCategory cat)
calculates the relative frequency of files of the FileCategory cat of this group (each proxy of it) TODO: change this according to formula in X2X-paper (playbackTime) |
void |
ScenarioConfig.deleteFileCategory(FileCategory cat)
deletes a category frome category-vector |
void |
VideoFile.setFileCategory(FileCategory fileCategory)
|
| Method parameters in medisyn with type arguments of type FileCategory | |
|---|---|
FileCategory |
X2XProxy.getBestCat(java.util.Vector<FileCategory> fileCategories)
find out the best semantic category for this proxy |
FileCategory |
ProxyGroup.getBestCat(java.util.Vector<FileCategory> fileCategories)
find out the best semantic category for this group of proxies |
void |
ProxyGenerator.setFileCategories(java.util.Vector<FileCategory> fileCategories)
|
void |
ScenarioConfig.setFileCategories(java.util.Vector<FileCategory> fileCategories)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||