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.
|
| AbstractSerialiser |
|
| 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.
|
| AxisChangeEvent |
UpdatedAxisDataEvent class that is passed along the notification performed by the EventSource class.
|
| AxisDescription |
Axis description containing the axis name, its unit as well as its minimum and maximum range.
|
| AxisNameChangeEvent |
Event issued when only the name/unit changed
|
| AxisRangeChangeEvent |
Event issued when only the axis range changed
|
| BinaryArrayFactory |
Helper class to convert serialised one-dimensional arrays into the corresponding native n-dimensional arrays
|
| BinarySerialiser |
Generic binary serialiser aimed at efficiently transferring data between server/client and in particular between
Java/C++/web-based programs.
|
| ByteBuffer |
|
| CachedDaemonThreadFactory |
|
| CategoryHistogram |
Deprecated.
|
| CircularBuffer<E> |
simple circular ring buffer implementation for generic object type (with read == write position)
|
| CircularDoubleErrorDataSet |
|
| ClassDescriptions |
|
| ClassFieldDescription |
|
| ClassFieldDescriptionIterator<E extends ClassFieldDescription> |
|
| CosineFunction |
abstract error data set for graphical testing purposes this implementation generates a cosine function
|
| DataRange |
Defines min/max (limits) used for DataSet and Axis range definitions.
|
| DataSet |
Basic interface for observable data sets.
|
| DataSet2D |
Basic interface for two-dimensional 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 |
|
| DataSetLock<D extends DataSet> |
A Simple ReadWriteLock for the DataSet interface and its fluent-design approach
Some implementation recommendation: write lock guards behave the same as ReentrantLock with the additional
functionality, that a writeLock() and subsequent writeUnLock() mute and, respectively,
un-mute the given DataSet's auto-notification states, e.g.
|
| DataSetMetaData |
Interface for defining common measurement meta data tags
|
| DataSetSerialiser |
Class to efficiently serialise and de-serialise DataSet objects into binary byte arrays.
|
| 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
|
| DataType |
Enum defining the data primitives that can be serialised.
|
| DefaultAxisDescription |
Simple default implementation of the AxisDescription interface
|
| DefaultDataSet |
Redirect to the reference implementation declared as 'default'.
|
| DefaultDataSetLock<D extends DataSet> |
A Simple ReadWriteLock for the DataSet interface and its fluent-design approach Some implementation recommendation:
write lock guards behave the same as ReentrantLock with the additional functionality, that a writeLock()
and subsequent writeUnLock() mute and, respectively, un-mute the given DataSet's auto-notification
states, e.g.
|
| DefaultErrorDataSet |
Redirect to the reference implementation declared as 'default'.
|
| DimReductionDataSet |
Reduces 3D data to 2D DataSet either via slicing, min, mean, max or integration
|
| DimReductionDataSet.Option |
|
| 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, and -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 |
|
| FastByteBuffer |
FastByteBuffer implementation based on JVM 'Unsafe' Class.
|
| FieldBoxedValueArrayHelper |
helper class to register default serialiser for boxed array primitive types (ie.
|
| FieldBoxedValueHelper |
helper class to register default serialiser for boxed primitive types (ie.
|
| FieldDataSetHelper |
|
| FieldHeader |
Field header descriptor
|
| FieldListAxisDescription |
FieldSerialiser implementation for List<AxisDescription> to IoBuffer-backed byte-buffer
|
| FieldPrimitiveValueHelper |
helper class to register default serialiser for primitive types (ie.
|
| FieldPrimitveValueArrayHelper |
helper class to register default serialiser for primitive array types (ie.
|
| FieldSerialiser |
default field serialiser implementation.
|
| FieldSerialiser.FieldSerialiserFunction |
used as lambda expression for user-level code to read/write data into the given serialiser back-end
implementation
|
| 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
|
| GenericsHelper |
Helper class to convert between boxed and primitive data types.
|
| HashMapHelper |
Common HashMap methods
taken from FastUtil implementation
|
| 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.
|
| IndexedTreeMap.AscendingSubMap<K,V> |
|
| IndexedTreeMap.Entry<K,V> |
Node in the Tree.
|
| IndexedTreeSet<E> |
|
| IntStringMap |
|
| InvalidatedEvent |
InvalidatedEvent class that is passed along the notification performed by the EventSource class.
|
| IoBuffer |
Interface definition in line with the jdk Buffer abstract class.
|
| IoBufferFieldSerialiser |
|
| IoBufferHeader<C extends IoBufferHeader<C>> |
Interface definition in line with the jdk Buffer abstract class.
|
| IoBufferSerialiser |
reference implementation for streaming arbitrary object to and from a IoBuffer-based byte-buffer
|
| 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.
|
| MathUtils |
small helper class from: https://floating-point-gui.de/errors/NearlyEqualsTest.java
|
| MultiArray<T> |
Interface for multi-dimensional arrays of any type.
|
| NoDuplicatesList<E> |
|
| ObjectObjectMap<K,V> |
|
| 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
|
| StringHashMapList |
|
| StringHashMapList2 |
|
| StringHashMapList3 |
|
| TestDataSet<D extends TestDataSet<D>> |
Standard interface for test data set
|
| TransposedDataSet |
Allows permutation of the axes of an underlying DataSet, for applications like: - transposed display - reduction of
multi-dimensional DataSets to lower dimensions To be able to handle different DataSet Interface types, the
constructors are private and only accessible via the static class methods, which return the correct sub-type.
|
| TransposedDataSet.TransposedDataSet3D |
TODO: allow permutations to change number of grid dimensions, while enforcing contract, that all grid axes must
come before data axes.
|
| Triple<T,U,V> |
|
| 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.
|