|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRepository
Interface that gives access to an event storage. A repository could be in memory, on disk or even in a database.
| Method Summary | |
|---|---|
IView |
createView()
Returns a IView which can be sued to extract event from the
recording |
IFeatures |
getFeatures()
Returns IFeatures, which is a way to describe group events. |
java.util.Collection<IProducer> |
getProducers()
Return the producers in the repository. |
ITrackGroup |
getRootGroup()
Returns the top node for groups in the repository. |
ITimeRange |
getTimeRange()
Returns the time range the repository spans. |
| Method Detail |
|---|
java.util.Collection<IProducer> getProducers()
ITrackGroup getRootGroup()
ITimeRange getTimeRange()
IView createView()
IView which can be sued to extract event from the
recording
IFeatures getFeatures()
IFeatures, which is a way to describe group events.
IFeatures
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||