Class Summary |
ConstantField |
Field that just returns a constant value. |
DurationField |
Field that extract the duration from an event. |
EmptyProvider |
A provider that returns an empty repository. |
EndTimeField |
Field that extract the end time from an event. |
EventStorage |
Container that can hold events and iterate over them
Events can be added in O(n), instead of O*log(n) for an
ArrayList, and without the overhead associated LinkedList . |
EventType |
Event type that holds static metadata about an event. |
EventTypeField |
Field that returns the event type for an event. |
EventTypePathField |
Field that returns the path of the event type for an event. |
Features |
Gives access to feature sets. |
FeatureSet |
A feature set contains events with a certain characteristic. |
Field |
Abstract base class for fields. |
Producer |
Class that represents an event producer. |
ProducerField |
Field that return the producer for an event |
ProducerURIField |
Field that returns the URI for the producer of the event. |
ReferenceField |
Field that can reference a value in another event
Typically used when creating aggregated events. |
Repository |
An in-memory storage repository. |
RepositoryBuilder |
Builder that create a Repository from an IChunkInput |
StartTimeField |
Field that extracts the start time from an event. |
StorageHelper |
The purpose of this class is store collection of storages so they don't need
to be recalculated. |
Track |
A time-line where events could be place up on. |
TrackGroup |
A container that holds tracks. |
Values |
An implementation of IValues |
View |
View that allows iterator access to subset of events from a recording. |