vars.annotation.VideoArchiveDAO |
![]() |
Created by IntelliJ IDEA. User: brian Date: Aug 7, 2009 Time: 2:38:18 PM To change this template use File | Settings | File Templates.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Removes VideoFrames that do not contain observations.
| |||||||||||
Return all reference numbers in the current videoArchive.
| |||||||||||
Return all linkValues in the current videoArchive for a given concept and linkName.
| |||||||||||
Lookup a @link{IVideoArchive} by name.
| |||||||||||
Looks up the @link{IVideoArchive} by name.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Removes VideoFrames that do not contain observations.
Return all reference numbers in the current videoArchive. The reference number is found in Association with the 'linkName | toConcept | linkValue' of 'identity-reference | self | [integer]' where integer is a value egual to or greater than 0. This is used so that the UI can list the existing reference numbers for users to select from.
videoArchive | The videoArchive of interest. This find will search all annotation in this video archive |
---|---|
linkName | The linkValue in the associations to search for |
Return all linkValues in the current videoArchive for a given concept and linkName. For example to find all reference numbers in a videoArchive: The reference number is found in Association with the 'linkName | toConcept | linkValue' of 'identity-reference | self | [integer]' where integer is a value egual to or greater than 0. This is used so that the UI can list the existing reference numbers for users to select from.
videoArchive | The videoArchive of interest. This find will search all annotation in this video archive |
---|---|
linkName | The name of links to match |
concept | If not null then only the linkvalues found for associations to this concept are returned |
Lookup a @link{IVideoArchive} by name.
Looks up the @link{IVideoArchive} by name. If no match is found a new one is created and returned.