All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| AbstractDataSet<D extends AbstractStylable<D>> |
The abstract implementation of DataSet interface that provides implementation
of some methods.
|
| AbstractDataSet3D<D extends AbstractDataSet3D<D>> |
An abstract implementation of DataSet3D interface.
|
| AbstractErrorDataSet<D extends AbstractErrorDataSet<D>> |
The abstract implementation of DataSet and DataSetError interface that
provides implementation of some methods.
|
| AbstractHistogram |
|
| AbstractMap<K,V> |
This class provides a skeletal implementation of the Map interface, to minimize the effort required to
implement this interface.
|
| AbstractMap.SimpleEntry<K,V> |
An Entry maintaining a key and a value.
|
| AbstractMap.SimpleImmutableEntry<K,V> |
An Entry maintaining an immutable key and value.
|
| AbstractSet<E> |
This class provides a skeletal implementation of the Set interface to minimize the effort required to
implement this interface.
|
| AbstractStylable<D extends DataSet> |
Class to define CSS-based style features N.B.
|
| AbstractTestFunction<D extends AbstractTestFunction<D>> |
abstract error data set for graphical testing purposes
|
| AddedDataEvent |
AddedDataEvent class that is passed along the notification performed by the
EventSource class.
|
| AssertUtils |
Utility class used to examine function parameters.
|
| AveragingDataSet |
TODO: Change to ErrorDataSet and calculate standard deviation.
|
| CircularBuffer<E> |
simple circular ring buffer implementation for generic object type (with read == write position)
|
| CircularDoubleErrorDataSet |
|
| CosineFunction |
abstract error data set for graphical testing purposes
this implementation generates a cosine function
|
| DataRange |
Defines range (limits) of data.
|
| DataSet |
Basic interface for observable data sets.
|
| DataSet3D |
A DataSet extension used to represent 3-dimensional data points.
|
| DataSetBuilder |
|
| DataSetError |
The DataSetError is a basic interface that specifies all methods needed to read and modify data point
error.
|
| DataSetError.ErrorType |
|
| DataSetMetaData |
Interface for defining common measurement meta data tags
|
| DataSetUtils |
|
| DataSetUtils.Compression |
Supported Compression Types
|
| DataSetUtils.ErrType |
Error type short handle
|
| DataSetUtilsHelper |
Small static helper routines to ease the reading of the DataSetUtils class
|
| DefaultDataSet |
Redirect to the reference implementation declared as 'default'.
|
| DefaultErrorDataSet |
Redirect to the reference implementation declared as 'default'.
|
| DoubleCircularBuffer |
simple circular ring buffer implementation for double type (with read ==
write position)
|
| DoubleDataSet |
Implementation of the DataSet interface which stores x,y values
in two separate arrays.
|
| DoubleDataSet3D |
Implementation of a AbstractDataSet3D backed by arrays.
|
| DoubleErrorDataSet |
Implementation of the DataSetError interface which stores x,y,
+eyn, -eyn values in separate double arrays.
|
| DoublePoint |
|
| DoublePointError |
|
| DoubleRingBuffer |
simple circular ring buffer implementation for double type (with read/write position)
|
| EditableDataSet |
|
| EditConstraints |
interface describing possible constraints on data set modifications
|
| EventListener |
|
| EventSource |
|
| EventThreadHelper |
|
| FifoDoubleErrorDataSet |
|
| FloatDataSet |
Implementation of the DataSet interface which stores x,y values
in two separate arrays.
|
| FragmentedDataSet |
|
| GaussFunction |
abstract error data set for graphical testing purposes
this implementation generates a Gaussian function
|
| Histogram |
|
| Histogram |
Class implements simple one dimensional binned histogram backed internally by double arrays
|
| Histogram1D |
|
| Histogram2 |
|
| Histogram2D |
|
| IndexedNavigableMap<K,V> |
User: Vitaly Sazanovich
Date: 07/02/13
Time: 19:28
Email: Vitaly.Sazanovich@gmail.com
|
| IndexedNavigableSet<E> |
User: Vitaly Sazanovich
Date: 08/02/13
Time: 09:56
Email: Vitaly.Sazanovich@gmail.com
|
| IndexedTreeMap<K,V> |
A Red-Black tree based NavigableMap implementation.
|
| IndexedTreeSet<E> |
|
| InvalidatedEvent |
InvalidatedEvent class that is passed along the notification performed by the
EventSource class.
|
| LabelledMarker |
A utility class containing all information about a marker used with a
LabbeledMarkerRenderer.
|
| LabelledMarkerDataSet |
Minor extension to DefaultDataSet to easier handle labelled
markers.
|
| LimitedIndexedTreeDataSet |
DataSet implementation based on a sorted indexed TreeDataSets.
|
| LimitedQueue<E> |
|
| ListDataSet |
Deprecated.
|
| ListErrorDataSet |
Deprecated.
|
| ProcessingProfiler |
Small utility class to measure ns-level processing delays
|
| RandomDataGenerator |
Generates arrays with random data.
|
| RandomStepFunction |
abstract error data set for graphical testing purposes this implementation
generates a random step function
|
| RandomWalkFunction |
abstract error data set for graphical testing purposes
this implementation generates a random walk (Brownian noise) function.
|
| RemovedDataEvent |
RemovedDataEvent class that is passed along the notification performed by the
EventSource class.
|
| RingBuffer<E> |
simple circular ring buffer implementation for generic Object type (with read/write position)
|
| RollingDataSet |
|
| SincFunction |
abstract error data set for graphical testing purposes this implementation
generates a sinc function
|
| SineFunction |
abstract error data set for graphical testing purposes
this implementation generates a sine function
|
| SingleOutlierFunction |
abstract error data set for graphical testing purposes this implementation
generates a function with a single random outlier
|
| TestDataSet<D extends TestDataSet<D>> |
Standard interface for test data set
|
| Tuple<X,Y> |
|
| UpdatedDataEvent |
UpdatedDataEvent class that is passed along the notification performed by the
EventSource class.
|
| UpdatedMetaDataEvent |
UpdatedMetaDataEvent class that is passed along the notification performed by the
EventSource class.
|
| UpdateEvent |
Event class that is passed along the notification performed by the
EventSource class.
|
| WrappedDataSet |
A data set implementation which wraps another data set.
|