- AbstractDataSet<D extends AbstractStylable<D>> - Class in de.gsi.dataset.spi
-
The abstract implementation of DataSet interface that provides implementation
of some methods.
- AbstractDataSet(String) - Constructor for class de.gsi.dataset.spi.AbstractDataSet
-
default constructor
- AbstractDataSet3D<D extends AbstractDataSet3D<D>> - Class in de.gsi.dataset.spi
-
An abstract implementation of DataSet3D interface.
- AbstractDataSet3D(String) - Constructor for class de.gsi.dataset.spi.AbstractDataSet3D
-
Creates a new AbstractDataSet3D.
- AbstractErrorDataSet<D extends AbstractErrorDataSet<D>> - Class in de.gsi.dataset.spi
-
The abstract implementation of DataSet and DataSetError interface that
provides implementation of some methods.
- AbstractErrorDataSet(String) - Constructor for class de.gsi.dataset.spi.AbstractErrorDataSet
-
Creates a new instance of AbstractDataSet.
- AbstractHistogram - Class in de.gsi.dataset.spi
-
- AbstractHistogram(String, int, double, double) - Constructor for class de.gsi.dataset.spi.AbstractHistogram
-
Creates histogram with name and range [minX, maxX]
- AbstractHistogram(String, int, double, double, int, double, double) - Constructor for class de.gsi.dataset.spi.AbstractHistogram
-
Creates 2D histogram with name and ranges [minX, maxX] and [minY, maxY]
- AbstractHistogram(String, double[]) - Constructor for class de.gsi.dataset.spi.AbstractHistogram
-
Creates histogram with name and range [minX, maxX]
- AbstractMap<K,V> - Class in de.gsi.dataset.utils.trees
-
This class provides a skeletal implementation of the Map interface, to minimize the effort required to
implement this interface.
- AbstractMap() - Constructor for class de.gsi.dataset.utils.trees.AbstractMap
-
Sole constructor.
- AbstractMap.SimpleEntry<K,V> - Class in de.gsi.dataset.utils.trees
-
An Entry maintaining a key and a value.
- AbstractMap.SimpleImmutableEntry<K,V> - Class in de.gsi.dataset.utils.trees
-
An Entry maintaining an immutable key and value.
- AbstractSet<E> - Class in de.gsi.dataset.utils.trees
-
This class provides a skeletal implementation of the Set interface to minimize the effort required to
implement this interface.
- AbstractSet() - Constructor for class de.gsi.dataset.utils.trees.AbstractSet
-
Sole constructor.
- AbstractStylable<D extends DataSet> - Class in de.gsi.dataset.spi
-
Class to define CSS-based style features N.B.
- AbstractTestFunction<D extends AbstractTestFunction<D>> - Class in de.gsi.dataset.testdata.spi
-
abstract error data set for graphical testing purposes
- AbstractTestFunction(String, int) - Constructor for class de.gsi.dataset.testdata.spi.AbstractTestFunction
-
- add(int, double, double) - Method in interface de.gsi.dataset.EditableDataSet
-
add point to the data set
- add(DataSet) - Method in class de.gsi.dataset.spi.AveragingDataSet
-
- add(double, double, double, double, String, String) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
-
Add point to the DoublePoints object
- add(double, double, double, double, String) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
-
Add point to the DoublePoints object
- add(double, double, double, double) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
-
Add point to the DoublePoints object
- add(double[], double[], double[], double[]) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
-
Initialises the data set with specified data.
- add(double) - Method in class de.gsi.dataset.spi.DataRange
-
Adds value to this range.
- add(double[]) - Method in class de.gsi.dataset.spi.DataRange
-
Adds values to this range.
- add(double[], int) - Method in class de.gsi.dataset.spi.DataRange
-
Adds values to this range.
- add(DataRange) - Method in class de.gsi.dataset.spi.DataRange
-
Add the specified data range to this range.
- add(double, double) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
Add point to the end of the data set
- add(double, double, String) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
Add point to the data set.
- add(double[], double[]) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
Add array vectors to data set.
- add(int, double, double) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
add point to the data set
- add(int, double, double, String) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
add point to the data set
- add(int, double[], double[]) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
add point to the data set
- add(double, double) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
add point to the data set
- add(double, double, double, double) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
Add point to the data set.
- add(double, double, double, double, String) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
Add point to the data set.
- add(double[], double[], double[], double[]) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
Add array vectors to data set.
- add(int, double, double) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
add point to the data set
- add(int, double, double, double, double) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
add point to the data set
- add(int, double, double, double, double, String) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
add point to the data set
- add(int, double[], double[], double[], double[]) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
add point to the data set
- add(double, double, double, double) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
Add point to the DoublePoints object
- add(double, double, double, double, String) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
Add point to the DoublePoints object
- add(double, double, double, double, String, String) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
Add point to the DoublePoints object
- add(double[], double[], double[], double[]) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
Initialises the data set with specified data.
- add(E) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet.LimitedQueue
-
- add(float, float) - Method in class de.gsi.dataset.spi.FloatDataSet
-
Add point to the end of the data set
- add(float, float, String) - Method in class de.gsi.dataset.spi.FloatDataSet
-
Add point to the DoublePoints object
- add(int, double, double) - Method in class de.gsi.dataset.spi.FloatDataSet
-
add point to the data set
- add(int, float, float, String) - Method in class de.gsi.dataset.spi.FloatDataSet
-
add point to the data set
- add(int, float[], float[]) - Method in class de.gsi.dataset.spi.FloatDataSet
-
add point to the data set
- add(float[], float[]) - Method in class de.gsi.dataset.spi.FloatDataSet
-
Initialises the data set with specified data.
- add(double[], double[]) - Method in class de.gsi.dataset.spi.FragmentedDataSet
-
adds new custom x and y array values (internally generates a new DataSet)
- add(DataSet) - Method in class de.gsi.dataset.spi.FragmentedDataSet
-
- add(LabelledMarker) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
- add(double, double) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
- add(double, double, double, double) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
add new point
- add(double[], double[]) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
Adds data points to this data set.
- add(double[], double[], double[], double[]) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
Adds data points to this data set.
- add(double, double) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
Add point to the DoublePoints object
- add(double[], double[]) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
Initialises the data set with specified data.
- add(double, double) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- add(double, double, double, double) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
add new point
- add(double[], double[]) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
Adds data points to this data set.
- add(double[], double[], double[], double[]) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
Adds data points to this data set.
- add(DataSet) - Method in class de.gsi.dataset.spi.RollingDataSet
-
- add(E) - Method in class de.gsi.dataset.utils.LimitedQueue
-
- add(E) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
Adds the specified element to this set if it is not already present.
- addAll(Collection<? extends E>) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
Adds all of the elements in the specified collection to this set.
- addBinContent(int) - Method in interface de.gsi.dataset.Histogram
-
Increment bin content by 1.
- addBinContent(int, double) - Method in interface de.gsi.dataset.Histogram
-
Increment bin content by a weight w.
- addBinContent(int) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- addBinContent(int, double) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- addDataLabel(int, String) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
adds a custom new data label for a point The label can be used as a
category name if CategoryStepsDefinition is used or for annotations
displayed for data points.
- addDataLabel(int, String) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
adds a custom new data label for a point The label can be used as a
category name if CategoryStepsDefinition is used or for annotations
displayed for data points.
- addDataLabel(int, String) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
adds a custom new data label for a point The label can be used as a
category name if CategoryStepsDefinition is used or for annotations
displayed for data points.
- addDataLabel(int, String) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
adds a custom new data label for a point The label can be used as a
category name if CategoryStepsDefinition is used or for annotations
displayed for data points.
- addDataLabel(int, String) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
adds a custom new data label for a point The label can be used as a
category name if CategoryStepsDefinition is used or for annotations
displayed for data points.
- addDataLabelStyleMap(DataSet) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- addDataRanges(DataSet) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- addDataStyle(int, String) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
A string representation of the CSS style associated with this specific
DataSet data point.
- addDataStyle(int, String) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
A string representation of the CSS style associated with this specific
DataSet data point.
- addDataStyle(int, String) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
A string representation of the CSS style associated with this specific
DataSet data point.
- addDataStyle(int, String) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
A string representation of the CSS style associated with this specific
DataSet data point.
- addDataStyle(int, String) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
A string representation of the CSS style associated with this specific
DataSet data point.
- AddedDataEvent - Class in de.gsi.dataset.event
-
AddedDataEvent class that is passed along the notification performed by the
EventSource class.
- AddedDataEvent(EventSource) - Constructor for class de.gsi.dataset.event.AddedDataEvent
-
generates new update event
- AddedDataEvent(EventSource, String) - Constructor for class de.gsi.dataset.event.AddedDataEvent
-
generates new update event
- AddedDataEvent(EventSource, String, Object) - Constructor for class de.gsi.dataset.event.AddedDataEvent
-
generates new update event
- addListener(EventListener) - Method in interface de.gsi.dataset.event.EventSource
-
Adds an
EventListener which will be notified whenever the
Observable becomes invalid.
- addMetaData(DataSet) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- addValueAndShiftKeys(int, int, String) - Method in class de.gsi.dataset.spi.utils.StringHashMapList
-
shift elements all keys from starting index until the last toIndex.
- areEqual(double, double) - Static method in class de.gsi.dataset.utils.AssertUtils
-
The method returns true if both values area equal.
- assertType(Object, Class<?>) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Asserts if the specified object is an instance of the specified type.
- AssertUtils - Class in de.gsi.dataset.utils
-
Utility class used to examine function parameters.
- available() - Method in class de.gsi.dataset.utils.CircularBuffer
-
- available() - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
-
- available() - Method in class de.gsi.dataset.utils.DoubleRingBuffer
-
- available() - Method in class de.gsi.dataset.utils.RingBuffer
-
- AveragingDataSet - Class in de.gsi.dataset.spi
-
TODO: Change to ErrorDataSet and calculate standard deviation.
- AveragingDataSet(String) - Constructor for class de.gsi.dataset.spi.AveragingDataSet
-
- AveragingDataSet(String, int) - Constructor for class de.gsi.dataset.spi.AveragingDataSet
-
- canAdd(int) - Method in interface de.gsi.dataset.EditConstraints
-
- canChange(int) - Method in interface de.gsi.dataset.EditConstraints
-
Determines if the specified data point can be modified.
- canDelete(int) - Method in interface de.gsi.dataset.EditConstraints
-
- ceiling(E) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
- ceilingEntry(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
- ceilingKey(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
- checkArrayDimension(String, double[], int) - Static method in class de.gsi.dataset.utils.AssertUtils
-
- checkArrayDimension(String, float[], int) - Static method in class de.gsi.dataset.utils.AssertUtils
-
- checkArrayDimension(String, byte[], int) - Static method in class de.gsi.dataset.utils.AssertUtils
-
- checkArrayDimension(String, int[], int) - Static method in class de.gsi.dataset.utils.AssertUtils
-
- checkArrayDimension(String, boolean[], int) - Static method in class de.gsi.dataset.utils.AssertUtils
-
- checkFieldCompatibility(BinarySerialiser.FieldHeader, String, DataType) - Static method in class de.gsi.dataset.utils.DataSetSerialiser
-
- checkHeaderInfo(FastByteBuffer) - Static method in class de.gsi.dataset.utils.serializer.BinarySerialiser
-
- CircularBuffer<E> - Class in de.gsi.dataset.utils
-
simple circular ring buffer implementation for generic object type (with read == write position)
- CircularBuffer(int) - Constructor for class de.gsi.dataset.utils.CircularBuffer
-
- CircularDoubleErrorDataSet - Class in de.gsi.dataset.spi
-
- CircularDoubleErrorDataSet(String, int) - Constructor for class de.gsi.dataset.spi.CircularDoubleErrorDataSet
-
Creates a new instance of CircularDoubleErrorDataSet.
- clear() - Method in class de.gsi.dataset.spi.AveragingDataSet
-
clear all data
- clear() - Method in class de.gsi.dataset.spi.FragmentedDataSet
-
clears all sub-dataset references
- clear() - Method in class de.gsi.dataset.utils.trees.AbstractMap
-
This implementation calls entrySet().clear().
- clear() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Removes all of the mappings from this map.
- clear() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
Removes all of the elements from this set.
- clearData() - Method in class de.gsi.dataset.spi.DoubleDataSet
-
clear all data points
- clearData() - Method in class de.gsi.dataset.spi.DoubleDataSet3D
-
clears all data points
- clearData() - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
clears all data
- clearData() - Method in class de.gsi.dataset.spi.FloatDataSet
-
clear all data points
- clearData() - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
- clearData() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
remove all data points
- clearData() - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
clear all data points
- clearData() - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
clears all data points
- clearMetaInfo() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
- clone() - Method in class de.gsi.dataset.spi.DataRange
-
- clone() - Method in class de.gsi.dataset.utils.trees.AbstractMap
-
Returns a shallow copy of this AbstractMap instance: the keys and values themselves are not cloned.
- clone() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Returns a shallow copy of this IndexedTreeMap instance.
- clone() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
Returns a shallow copy of this IndexedTreeSet instance.
- comparator() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
- comparator() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
- compareTo(LimitedIndexedTreeDataSet.DataAtom) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
-
- computeLimits() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Computes limits (ranges) of this DataSet.
- computeLimits() - Method in class de.gsi.dataset.spi.AbstractDataSet3D
-
recompute data set limits
- computeLimits() - Method in class de.gsi.dataset.spi.AbstractErrorDataSet
-
Computes limits (ranges) of this DataSet including data point errors.
- computeLimits() - Method in class de.gsi.dataset.spi.Histogram
-
- computeLimits() - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
Computes limits (ranges) of this DataSet.
- contains(double) - Method in class de.gsi.dataset.spi.DataRange
-
Examines if this range contains the specified value.
- contains(Object) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
Returns true if this set contains the specified element.
- containsKey(Object) - Method in class de.gsi.dataset.utils.trees.AbstractMap
-
This implementation iterates over entrySet() searching for an entry with the specified key.
- containsKey(Object) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Returns true if this map contains a mapping for the specified key.
- containsValue(Object) - Method in class de.gsi.dataset.utils.trees.AbstractMap
-
This implementation iterates over entrySet() searching for an entry with the specified value.
- containsValue(Object) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Returns true if this map maps one or more keys to the specified value.
- copyDataSet(DataSet) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
perform and return a deep copy of the data set
- copyMemory(Object, long, Object, long, long) - Static method in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- CosineFunction - Class in de.gsi.dataset.testdata.spi
-
abstract error data set for graphical testing purposes
this implementation generates a cosine function
- CosineFunction(String, int) - Constructor for class de.gsi.dataset.testdata.spi.CosineFunction
-
- CosineFunction(String, int, boolean) - Constructor for class de.gsi.dataset.testdata.spi.CosineFunction
-
- cropToLength(double[], int) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
small helper routine to crop data array in case it's to long
- data - Variable in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
- data - Variable in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
- data - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
- data - Variable in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
- data - Variable in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- dataCount - Variable in class de.gsi.dataset.spi.FragmentedDataSet
-
- dataLabel - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
-
- dataLabels - Variable in class de.gsi.dataset.spi.AbstractDataSet
-
- dataLabels - Variable in class de.gsi.dataset.spi.AbstractHistogram
-
- dataLabels - Variable in class de.gsi.dataset.spi.DataSetBuilder
-
- dataLabels - Variable in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
- dataLabels - Variable in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
- dataLabels - Variable in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- DataRange - Class in de.gsi.dataset.spi
-
Defines range (limits) of data.
- DataRange() - Constructor for class de.gsi.dataset.spi.DataRange
-
Creates a new DataRange that is not defined.
- DataRange(double, double) - Constructor for class de.gsi.dataset.spi.DataRange
-
Creates a new DataRange with the specified min
and max values.
- DataRange(DataRange) - Constructor for class de.gsi.dataset.spi.DataRange
-
Creates a copy of the specified data range.
- DataSet - Interface in de.gsi.dataset
-
Basic interface for observable data sets.
- DataSet3D - Interface in de.gsi.dataset
-
A DataSet extension used to represent 3-dimensional data points.
- DataSetBuilder - Class in de.gsi.dataset.spi
-
- DataSetBuilder() - Constructor for class de.gsi.dataset.spi.DataSetBuilder
-
default DataSet factory
- DataSetBuilder(String) - Constructor for class de.gsi.dataset.spi.DataSetBuilder
-
default DataSet factory
- DataSetError - Interface in de.gsi.dataset
-
The DataSetError is a basic interface that specifies all methods
needed to read and modify data point error.
- DataSetError.ErrorType - Enum in de.gsi.dataset
-
- DataSetMetaData - Interface in de.gsi.dataset
-
Interface for defining common measurement meta data tags
- DataSetSerialiser - Class in de.gsi.dataset.utils
-
Class to efficiently serialise and de-serialise DataSet objects into binary
byte arrays.
- DataSetSerialiser() - Constructor for class de.gsi.dataset.utils.DataSetSerialiser
-
- DataSetUtils - Class in de.gsi.dataset.utils
-
- DataSetUtils.Compression - Enum in de.gsi.dataset.utils
-
Supported Compression Types
- DataSetUtils.ErrType - Enum in de.gsi.dataset.utils
-
Error type short handle
- DataSetUtilsHelper - Class in de.gsi.dataset.utils
-
Small static helper routines to ease the reading of the DataSetUtils class
- DataSetUtilsHelper() - Constructor for class de.gsi.dataset.utils.DataSetUtilsHelper
-
- dataStyle - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
-
- dataStyles - Variable in class de.gsi.dataset.spi.AbstractDataSet
-
- dataStyles - Variable in class de.gsi.dataset.spi.AbstractHistogram
-
- dataStyles - Variable in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
-
- dataStyles - Variable in class de.gsi.dataset.spi.DataSetBuilder
-
- dataStyles - Variable in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
- dataStyles - Variable in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
- dataStyles - Variable in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- dataTag - Variable in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
-
- DataType - Enum in de.gsi.dataset.utils.serializer
-
Enum defining the data primitives that can be serialised.
- dbg() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
for debugging purposes
- de.gsi.dataset - package de.gsi.dataset
-
- de.gsi.dataset.event - package de.gsi.dataset.event
-
- de.gsi.dataset.spi - package de.gsi.dataset.spi
-
- de.gsi.dataset.spi.utils - package de.gsi.dataset.spi.utils
-
- de.gsi.dataset.testdata - package de.gsi.dataset.testdata
-
- de.gsi.dataset.testdata.spi - package de.gsi.dataset.testdata.spi
-
- de.gsi.dataset.utils - package de.gsi.dataset.utils
-
- de.gsi.dataset.utils.serializer - package de.gsi.dataset.utils.serializer
-
- de.gsi.dataset.utils.trees - package de.gsi.dataset.utils.trees
-
- debug() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
for debugging purposes
- debug() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
- debugState - Static variable in class de.gsi.dataset.utils.ProcessingProfiler
-
boolean flag controlling whether diagnostics time-marks are taken or the
routine to be skipped
- DefaultDataSet - Class in de.gsi.dataset.spi
-
Redirect to the reference implementation declared as 'default'.
- DefaultDataSet(String) - Constructor for class de.gsi.dataset.spi.DefaultDataSet
-
Creates a new instance of DefaultDataSet.
- DefaultDataSet(DataSet) - Constructor for class de.gsi.dataset.spi.DefaultDataSet
-
Creates a new instance of DefaultDataSet as copy of another
(deep-copy).
- DefaultDataSet(String, int) - Constructor for class de.gsi.dataset.spi.DefaultDataSet
-
Creates a new instance of DefaultDataSet.
- DefaultDataSet(String, double[], double[], int, boolean) - Constructor for class de.gsi.dataset.spi.DefaultDataSet
-
Creates a new instance of DefaultDataSet.
- DefaultErrorDataSet - Class in de.gsi.dataset.spi
-
Redirect to the reference implementation declared as 'default'.
- DefaultErrorDataSet(String) - Constructor for class de.gsi.dataset.spi.DefaultErrorDataSet
-
Creates a new instance of DefaultErrorDataSet.
- DefaultErrorDataSet(String, int) - Constructor for class de.gsi.dataset.spi.DefaultErrorDataSet
-
Creates a new instance of DefaultErrorDataSet.
- DefaultErrorDataSet(DataSet) - Constructor for class de.gsi.dataset.spi.DefaultErrorDataSet
-
Creates a new instance of DoubleDataSet as copy of another
(deep-copy).
- DefaultErrorDataSet(String, double[], double[], double[], double[], int, boolean) - Constructor for class de.gsi.dataset.spi.DefaultErrorDataSet
-
Creates a new instance of DefaultErrorDataSet.
- descendingIterator() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
Returns an iterator over the elements in this set in descending order.
- descendingKeySet() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
- descendingMap() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
- descendingSet() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
- DoubleCircularBuffer - Class in de.gsi.dataset.utils
-
simple circular ring buffer implementation for double type (with read ==
write position)
- DoubleCircularBuffer(int) - Constructor for class de.gsi.dataset.utils.DoubleCircularBuffer
-
- DoubleDataSet - Class in de.gsi.dataset.spi
-
Implementation of the DataSet interface which stores x,y values in
two separate arrays.
- DoubleDataSet(String) - Constructor for class de.gsi.dataset.spi.DoubleDataSet
-
Creates a new instance of DoubleDataSet.
- DoubleDataSet(String, int) - Constructor for class de.gsi.dataset.spi.DoubleDataSet
-
Creates a new instance of DoubleDataSet.
- DoubleDataSet(DataSet) - Constructor for class de.gsi.dataset.spi.DoubleDataSet
-
Creates a new instance of DoubleDataSet as copy of another
(deep-copy).
- DoubleDataSet(String, double[], double[], int, boolean) - Constructor for class de.gsi.dataset.spi.DoubleDataSet
-
Creates a new instance of DoubleDataSet.
- DoubleDataSet3D - Class in de.gsi.dataset.spi
-
Implementation of a AbstractDataSet3D backed by arrays.
- DoubleDataSet3D(String) - Constructor for class de.gsi.dataset.spi.DoubleDataSet3D
-
- DoubleDataSet3D(String, int, int) - Constructor for class de.gsi.dataset.spi.DoubleDataSet3D
-
- DoubleDataSet3D(String, double[][]) - Constructor for class de.gsi.dataset.spi.DoubleDataSet3D
-
- DoubleDataSet3D(String, double[], double[], double[][]) - Constructor for class de.gsi.dataset.spi.DoubleDataSet3D
-
- DoubleErrorDataSet - Class in de.gsi.dataset.spi
-
Implementation of the DataSetError interface which stores x,y, +eyn,
and -eyn values in separate double arrays.
- DoubleErrorDataSet(String) - Constructor for class de.gsi.dataset.spi.DoubleErrorDataSet
-
Creates a new instance of DoubleErrorDataSet.
- DoubleErrorDataSet(String, int) - Constructor for class de.gsi.dataset.spi.DoubleErrorDataSet
-
Creates a new instance of DoubleErrorDataSet.
- DoubleErrorDataSet(DataSet) - Constructor for class de.gsi.dataset.spi.DoubleErrorDataSet
-
Creates a new instance of DoubleErrorDataSet as copy of
another (deep-copy).
- DoubleErrorDataSet(String, double[], double[], double[], double[], int, boolean) - Constructor for class de.gsi.dataset.spi.DoubleErrorDataSet
-
Creates a new instance of DoubleErrorDataSet.
- DoublePoint - Class in de.gsi.dataset.spi.utils
-
- DoublePoint() - Constructor for class de.gsi.dataset.spi.utils.DoublePoint
-
default constructor (zero coordinates)
- DoublePoint(Double, Double) - Constructor for class de.gsi.dataset.spi.utils.DoublePoint
-
- DoublePointError - Class in de.gsi.dataset.spi.utils
-
- DoublePointError() - Constructor for class de.gsi.dataset.spi.utils.DoublePointError
-
default constructor (zero coordinates and errors)
- DoublePointError(double, double, double, double) - Constructor for class de.gsi.dataset.spi.utils.DoublePointError
-
- DoubleRingBuffer - Class in de.gsi.dataset.utils
-
simple circular ring buffer implementation for double type (with read/write position)
- DoubleRingBuffer(int) - Constructor for class de.gsi.dataset.utils.DoubleRingBuffer
-
- EditableDataSet - Interface in de.gsi.dataset
-
- EditConstraints - Interface in de.gsi.dataset
-
interface describing possible constraints on data set modifications
- editConstraints - Variable in class de.gsi.dataset.spi.AbstractDataSet
-
- elements() - Method in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- empty() - Method in class de.gsi.dataset.spi.DataRange
-
Empties this DataRange.
- ensureAdditionalCapacity(long) - Method in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- ensureCapacity(int) - Method in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- entrySet() - Method in class de.gsi.dataset.utils.trees.AbstractMap
-
- entrySet() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Returns a
Set view of the mappings contained in this map.
- equalArrays(T[], T[]) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Asserts that the specified arrays have the same length.
- equalDoubleArrays(double[], double[]) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Asserts that the specified arrays have the same length.
- equalDoubleArrays(double[], double[], int) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Asserts that the specified arrays have the same length or are at least
min size.
- equalFloatArrays(float[], float[]) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Asserts that the specified arrays have the same length.
- equalFloatArrays(float[], float[], int) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Asserts that the specified arrays have the same length or are at least
min size.
- equals(Object) - Method in class de.gsi.dataset.spi.DataRange
-
- equals(Object) - Method in class de.gsi.dataset.utils.trees.AbstractMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleEntry
-
Compares the specified object with this entry for equality.
- equals(Object) - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleImmutableEntry
-
Compares the specified object with this entry for equality.
- equals(Object) - Method in class de.gsi.dataset.utils.trees.AbstractSet
-
Compares the specified object with this set for equality.
- error(DataSet, DataSetUtils.ErrType, int) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
convenience short-hand notation for getting error variable at a specific
data point index.
- error(DataSet, DataSetUtils.ErrType, double) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
convenience short-hand notation for getting error variable at an exact x
value.
- error(DataSet, DataSetUtils.ErrType, int, double, boolean) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
convenience short-hand notation for getting error variables.
- errorList - Variable in class de.gsi.dataset.spi.AbstractDataSet
-
- errorList - Variable in class de.gsi.dataset.spi.DataSetBuilder
-
- errors(DataSet, DataSetUtils.ErrType) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
convenience short-hand notation for getting error variables (if defined
for dataset)
- EventListener - Interface in de.gsi.dataset.event
-
- EventSource - Interface in de.gsi.dataset.event
-
- EventThreadHelper - Class in de.gsi.dataset.event
-
- EventThreadHelper() - Constructor for class de.gsi.dataset.event.EventThreadHelper
-
- ex - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
-
- exactEntry(int) - Method in interface de.gsi.dataset.utils.trees.IndexedNavigableMap
-
Returns a key-value mapping associated with the key located at the index offset from the beginning
of the sorted map
- exactEntry(int) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
- exactKey(int) - Method in interface de.gsi.dataset.utils.trees.IndexedNavigableMap
-
Returns the key located at the index offset from the beginning
of the sorted map
- exactKey(int) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
- expand(double) - Method in class de.gsi.dataset.spi.DataRange
-
Expands this data set by the given value.
- expire(double) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
expire data points that are older than now minus length of the buffer, notifies a 'fireInvalidated()' in case
data has been removed
- expire() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
checks X data range and removes old data points if they exceed the maximum data range
- expire(double) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
checks X data range and removes old data points if they exceed the maximum data range
- exportEntry(IndexedTreeMap.Entry<K, V>) - Static method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Return SimpleImmutableEntry for entry, or null if null
- ey - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
-
- FastByteBuffer - Class in de.gsi.dataset.utils.serializer
-
FastByteBuffer implementation based on JVM 'Unsafe' Class.
- FastByteBuffer() - Constructor for class de.gsi.dataset.utils.serializer.FastByteBuffer
-
construct new FastByteBuffer
- FastByteBuffer(int) - Constructor for class de.gsi.dataset.utils.serializer.FastByteBuffer
-
construct new FastByteBuffer
- FastByteBuffer(byte[], int) - Constructor for class de.gsi.dataset.utils.serializer.FastByteBuffer
-
construct new FastByteBuffer
- FifoDoubleErrorDataSet - Class in de.gsi.dataset.spi
-
- FifoDoubleErrorDataSet(String, int) - Constructor for class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
Creates a new instance of FifoDoubleErrorDataSet.
- FifoDoubleErrorDataSet(String, int, double) - Constructor for class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
Creates a new instance of FifoDoubleErrorDataSet.
- FifoDoubleErrorDataSet.DataBlob - Class in de.gsi.dataset.spi
-
- FifoDoubleErrorDataSet.LimitedQueue<E> - Class in de.gsi.dataset.spi
-
- fill(double) - Method in interface de.gsi.dataset.Histogram1D
-
Increment bin with abscissa X, Y, and Z by 1.
- fill(double, double) - Method in interface de.gsi.dataset.Histogram1D
-
Increment bin with abscissa X by with a weight w.
- fill(String) - Method in interface de.gsi.dataset.Histogram1D
-
Increment bin with name with by 1.
- fill(String, double) - Method in interface de.gsi.dataset.Histogram1D
-
Increment bin with name with a weight w.
- fill(double, double) - Method in interface de.gsi.dataset.Histogram2D
-
Increment bin with abscissa X, Y, and Z by 1.
- fill(double, double, double) - Method in interface de.gsi.dataset.Histogram2D
-
Increment bin with abscissa X by with a weight w.
- fill(double) - Method in class de.gsi.dataset.spi.Histogram
-
- fill(double, double) - Method in class de.gsi.dataset.spi.Histogram
-
- fill(String) - Method in class de.gsi.dataset.spi.Histogram
-
- fill(String, double) - Method in class de.gsi.dataset.spi.Histogram
-
- fill(double, double) - Method in class de.gsi.dataset.spi.Histogram2
-
- fill(double, double, double) - Method in class de.gsi.dataset.spi.Histogram2
-
- fillArray(double[], int, int, double) - Static method in class de.gsi.dataset.spi.DoubleDataSet3D
-
fast filling of an array with a default value
initialize a smaller piece of the array and use the System.arraycopy call
to fill in the rest of the array in an expanding binary fashion
- fillN(double[], double[], int) - Method in interface de.gsi.dataset.Histogram1D
-
Fill this histogram with an array x and weights w.
- fillN(double[], double[], int) - Method in class de.gsi.dataset.spi.Histogram
-
- findBin(double) - Method in interface de.gsi.dataset.Histogram
-
- findBin(double, double) - Method in interface de.gsi.dataset.Histogram
-
- findBin(double, double, double) - Method in interface de.gsi.dataset.Histogram
-
- findBin(double, double) - Method in interface de.gsi.dataset.Histogram2D
-
- findBin(double) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- findBin(double, double) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- findBin(double, double, double) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- findBinX(double) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- findBinY(double) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- findBinZ(double) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- findFirstBinAbove(double, double) - Method in interface de.gsi.dataset.Histogram2D
-
- findFirstBinAbove(double, double) - Method in class de.gsi.dataset.spi.Histogram2
-
- findNextLargerIndex(double[], double) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- fireInvalidated(UpdateEvent) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Notifies listeners that the data has been invalidated.
- fireInvalidated(UpdateEvent) - Method in class de.gsi.dataset.spi.AbstractErrorDataSet
-
- fireInvalidated(UpdateEvent) - Method in interface de.gsi.dataset.testdata.TestDataSet
-
notify listener with given event that the data set has changed
- first() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
- firstEntry() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
- firstKey() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
- FloatDataSet - Class in de.gsi.dataset.spi
-
Implementation of the DataSet interface which stores x,y values
in two separate arrays.
- FloatDataSet(String) - Constructor for class de.gsi.dataset.spi.FloatDataSet
-
Creates a new instance of FloatDataSet.
- FloatDataSet(DataSet) - Constructor for class de.gsi.dataset.spi.FloatDataSet
-
Creates a new instance of FloatDataSet as copy of another
(deep-copy).
- FloatDataSet(String, int) - Constructor for class de.gsi.dataset.spi.FloatDataSet
-
Creates a new instance of FloatDataSet.
- FloatDataSet(String, float[], float[], int, boolean) - Constructor for class de.gsi.dataset.spi.FloatDataSet
-
Creates a new instance of FloatDataSet.
- floor(E) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
- floorEntry(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
- floorKey(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
- forceCapacity(int, int) - Method in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
Forces FastByteBUffer to contain the given number of entries, preserving
just a part of the array.
- FragmentedDataSet - Class in de.gsi.dataset.spi
-
- FragmentedDataSet(String) - Constructor for class de.gsi.dataset.spi.FragmentedDataSet
-
- fromByte(byte) - Static method in enum de.gsi.dataset.utils.serializer.DataType
-
Returns the data type matching the given byte representation, if any.
- fromClassType(Class<?>) - Static method in enum de.gsi.dataset.utils.serializer.DataType
-
Returns the data type matching the given java class type, if any.
- fromString(String) - Static method in enum de.gsi.dataset.utils.serializer.DataType
-
Returns the data type matching the given string representation, if any.
- gauss(double) - Static method in class de.gsi.dataset.testdata.spi.GaussFunction
-
- gauss(double, double, double) - Static method in class de.gsi.dataset.testdata.spi.GaussFunction
-
- GaussFunction - Class in de.gsi.dataset.testdata.spi
-
abstract error data set for graphical testing purposes
this implementation generates a Gaussian function
- GaussFunction(String, int) - Constructor for class de.gsi.dataset.testdata.spi.GaussFunction
-
- generateByteArray(int) - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
-
- generateDoubleArray(double, double, int) - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
-
- generateFloatArray(float, float, int) - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
-
- generateIntArray(int, int, int) - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
-
- generateX(int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
-
- generateX(int) - Method in interface de.gsi.dataset.testdata.TestDataSet
-
generate test data set
- generateY(int) - Method in class de.gsi.dataset.testdata.spi.CosineFunction
-
- generateY(int) - Method in class de.gsi.dataset.testdata.spi.GaussFunction
-
- generateY(int) - Method in class de.gsi.dataset.testdata.spi.RandomStepFunction
-
- generateY(int) - Method in class de.gsi.dataset.testdata.spi.RandomWalkFunction
-
- generateY(int) - Method in class de.gsi.dataset.testdata.spi.SincFunction
-
- generateY(int) - Method in class de.gsi.dataset.testdata.spi.SineFunction
-
- generateY(int) - Method in class de.gsi.dataset.testdata.spi.SingleOutlierFunction
-
- generateY(int) - Method in interface de.gsi.dataset.testdata.TestDataSet
-
generate test data set
- generateZeroOneArray(double, int) - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
-
- GenericsHelper - Class in de.gsi.dataset.utils.serializer
-
Helper class to convert between boxed and primitive data types.
- get() - Method in class de.gsi.dataset.utils.CircularBuffer
-
- get(int) - Method in class de.gsi.dataset.utils.CircularBuffer
-
- get(E[], int) - Method in class de.gsi.dataset.utils.CircularBuffer
-
- get(E[], int, int) - Method in class de.gsi.dataset.utils.CircularBuffer
-
- get(int) - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
-
- get(double[], int) - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
-
- get(double[], int, int) - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
-
- get(int) - Method in interface de.gsi.dataset.utils.serializer.MultiArray
-
Returns the element at a given indices.
- get(int[]) - Method in interface de.gsi.dataset.utils.serializer.MultiArray
-
Returns the element at given indices.
- get(Object) - Method in class de.gsi.dataset.utils.trees.AbstractMap
-
This implementation iterates over entrySet() searching for an entry with the specified key.
- get(int) - Method in interface de.gsi.dataset.utils.trees.IndexedNavigableSet
-
Returns the entry located at the index offset from the beginning
of the sorted set
- get(Object) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the
key.
- get(int) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
- getArrayDimensions(FastByteBuffer) - Static method in class de.gsi.dataset.utils.serializer.BinarySerialiser
-
- getAsByte() - Method in enum de.gsi.dataset.utils.serializer.DataType
-
Returns the byte representation of the data type.
- getAsString() - Method in enum de.gsi.dataset.utils.serializer.DataType
-
Returns the string representation of the data type.
- getAverageCount() - Method in class de.gsi.dataset.spi.AveragingDataSet
-
- getAverageSize() - Method in class de.gsi.dataset.spi.AveragingDataSet
-
- getBinCenterX(int) - Method in interface de.gsi.dataset.Histogram
-
- getBinCenterX(int) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- getBinCenterY(int) - Method in interface de.gsi.dataset.Histogram
-
- getBinCenterY(int) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- getBinCenterZ(int) - Method in interface de.gsi.dataset.Histogram
-
- getBinCenterZ(int) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- getBinContent(int) - Method in interface de.gsi.dataset.Histogram
-
Return content of bin number bin.
- getBinContent(int) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- getBoolean(FastByteBuffer) - Static method in class de.gsi.dataset.utils.serializer.BinarySerialiser
-
- getBoolean() - Method in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- getBoolean(int[]) - Method in interface de.gsi.dataset.utils.serializer.MultiArray
-
Returns the element at given indices.
- getBooleanArray(FastByteBuffer) - Static method in class de.gsi.dataset.utils.serializer.BinarySerialiser
-
- getBooleanArray() - Method in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- getBufferIncrements() - Static method in class de.gsi.dataset.utils.serializer.BinarySerialiser
-
- getByte(FastByteBuffer) - Static method in class de.gsi.dataset.utils.serializer.BinarySerialiser
-
- getByte() - Method in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- getByte(int[]) - Method in interface de.gsi.dataset.utils.serializer.MultiArray
-
Returns the element at given indices.
- getByteArray(FastByteBuffer) - Static method in class de.gsi.dataset.utils.serializer.BinarySerialiser
-
- getByteArray() - Method in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- getCachedDoubleArray(String, int) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
-
- getCachedStringBuilder(String, int) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
-
- getCallingClassMethod(int...) - Static method in class de.gsi.dataset.utils.ProcessingProfiler
-
- getCallingClassMethod(String) - Static method in class de.gsi.dataset.utils.ProcessingProfiler
-
- getCapacity() - Method in class de.gsi.dataset.spi.DoubleDataSet
-
- getCapacity() - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
- getCapacity() - Method in class de.gsi.dataset.spi.FloatDataSet
-
- getCapacity() - Method in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- getClassType() - Method in enum de.gsi.dataset.utils.serializer.DataType
-
Returns the corresponding java class type matching the given data type
- getColor() - Method in class de.gsi.dataset.spi.LabelledMarker
-
- getData() - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
- getData() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
- getData() - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
- getData() - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- getDataCount() - Method in interface de.gsi.dataset.DataSet
-
Get the number of data points in the data set
- getDataCount(double, double) - Method in interface de.gsi.dataset.DataSet
-
Gets the number of data points in the range xmin to xmax.
- getDataCount(double, double) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Gets the number of data points in the range xmin to xmax.
- getDataCount() - Method in class de.gsi.dataset.spi.AbstractDataSet3D
-
Returns total number of data points in this data set:
xDataCount * yDataCount.
- getDataCount() - Method in class de.gsi.dataset.spi.AveragingDataSet
-
- getDataCount(double, double) - Method in class de.gsi.dataset.spi.AveragingDataSet
-
- getDataCount() - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
-
- getDataCount() - Method in class de.gsi.dataset.spi.DoubleDataSet
-
- getDataCount() - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
- getDataCount() - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
- getDataCount() - Method in class de.gsi.dataset.spi.FloatDataSet
-
- getDataCount() - Method in class de.gsi.dataset.spi.FragmentedDataSet
-
- getDataCount(double, double) - Method in class de.gsi.dataset.spi.FragmentedDataSet
-
- getDataCount() - Method in class de.gsi.dataset.spi.Histogram
-
Get the number of data points in the data set
- getDataCount() - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
- getDataCount() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
- getDataCount() - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
- getDataCount() - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- getDataCount() - Method in class de.gsi.dataset.spi.WrappedDataSet
-
- getDataCount(double, double) - Method in class de.gsi.dataset.spi.WrappedDataSet
-
- getDataCount() - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
-
- getDataDimension() - Method in class de.gsi.dataset.utils.serializer.BinarySerialiser.FieldHeader
-
- getDataDimensions() - Method in class de.gsi.dataset.utils.serializer.BinarySerialiser.FieldHeader
-
- getDataLabel(int) - Method in interface de.gsi.dataset.DataSet
-
Returns label of a data point specified by the index.
- getDataLabel(int) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Returns label of a data point specified by the index.
- getDataLabel(int) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
Returns label of a data point specified by the index.
- getDataLabel(int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
-
Returns label of a data point specified by the index.
- getDataLabel() - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet.DataBlob
-
- getDataLabel(int) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
- getDataLabel(int) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
Returns label of a data point specified by the index.
- getDataLabel(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
Returns label of a data point specified by the index.
- getDataLabel(int) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
Returns label of a data point specified by the index.
- getDataLabel(int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
Returns label of a data point specified by the index.
- getDataLabelMap() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
- getDataLabels() - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
- getDataset() - Method in class de.gsi.dataset.spi.WrappedDataSet
-
- getDatasetCount() - Method in class de.gsi.dataset.spi.FragmentedDataSet
-
- getDataStyleMap() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
- getDataStyles() - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
- getDataType() - Method in class de.gsi.dataset.utils.serializer.BinarySerialiser.FieldHeader
-
- getDebugState() - Static method in class de.gsi.dataset.utils.ProcessingProfiler
-
- getDefaultColor() - Static method in class de.gsi.dataset.spi.LabelledMarker
-
- getDefaultFontSize() - Static method in class de.gsi.dataset.spi.LabelledMarker
-
- getDefaultLineWidth() - Static method in class de.gsi.dataset.spi.LabelledMarker
-
- getDepth() - Method in class de.gsi.dataset.spi.RollingDataSet
-
- getDimension() - Method in interface de.gsi.dataset.Histogram
-
- getDimension() - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- getDimensions() - Method in interface de.gsi.dataset.utils.serializer.MultiArray
-
Returns the dimensions of the array.
- getDouble(FastByteBuffer) - Static method in class de.gsi.dataset.utils.serializer.BinarySerialiser
-
- getDouble() - Method in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- getDouble(int[]) - Method in interface de.gsi.dataset.utils.serializer.MultiArray
-
Returns the element at given indices.
- getDoubleArray(FastByteBuffer) - Static method in class de.gsi.dataset.utils.serializer.BinarySerialiser
-
- getDoubleArray() - Method in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- getEditConstraints() - Method in interface de.gsi.dataset.EditableDataSet
-
- getEditConstraints() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
- getElements() - Method in interface de.gsi.dataset.utils.serializer.MultiArray
-
Returns the array of all elements of multi-dimensional array.
- getElementsCount() - Method in interface de.gsi.dataset.utils.serializer.MultiArray
-
Returns the number of elements in the multi-dimensional array.
- getErrorList() - Method in interface de.gsi.dataset.DataSetMetaData
-
- getErrorList() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
- getErrorList() - Method in class de.gsi.dataset.spi.Histogram
-
- getErrorList() - Method in class de.gsi.dataset.spi.Histogram2
-
- getErrorType() - Method in interface de.gsi.dataset.DataSetError
-
Returns the given error type that may be used to drive given
simplifications and optimisation in derived classes.
- getErrorType() - Method in class de.gsi.dataset.spi.AbstractErrorDataSet
-
return the DataSetError.ErrorType of the dataset
- getErrorType() - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
-
- getErrorX() - Method in class de.gsi.dataset.spi.utils.DoublePointError
-
- getErrorY() - Method in class de.gsi.dataset.spi.utils.DoublePointError
-
- getExecutorService() - Static method in class de.gsi.dataset.event.EventThreadHelper
-
- getFieldHeader(FastByteBuffer) - Static method in class de.gsi.dataset.utils.serializer.BinarySerialiser
-
- getFieldName() - Method in class de.gsi.dataset.utils.serializer.BinarySerialiser.FieldHeader
-
- getFileName(DataSet, String) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
Produce a filename from a dataSet and a String that can contain
{datafield;type;format} style placeholders.
- getFirst() - Method in class de.gsi.dataset.spi.utils.Triple
-
- getFloat(FastByteBuffer) - Static method in class de.gsi.dataset.utils.serializer.BinarySerialiser
-
- getFloat() - Method in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- getFloat(int[]) - Method in interface de.gsi.dataset.utils.serializer.MultiArray
-
Returns the element at given indices.
- getFloatArray(FastByteBuffer) - Static method in class de.gsi.dataset.utils.serializer.BinarySerialiser
-
- getFloatArray() - Method in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- getFontSize() - Method in class de.gsi.dataset.spi.LabelledMarker
-
- getFuzzyCount() - Method in class de.gsi.dataset.spi.AveragingDataSet
-
Gets the fuzzy count.
- getGaussianX() - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
-
- getGaussianY() - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
-
- getGenericArrayAsPrimitive(FastByteBuffer, DataType) - Static method in class de.gsi.dataset.utils.serializer.BinarySerialiser
-
- getIndex(int[]) - Method in interface de.gsi.dataset.utils.serializer.MultiArray
-
Returns the element at given indices.
- getIndex(E) - Method in interface de.gsi.dataset.utils.trees.IndexedNavigableSet
-
Searches the specified tree map for the specified entry using the
put algorithm.
- getIndex(E) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
- getInfoList() - Method in interface de.gsi.dataset.DataSetMetaData
-
- getInfoList() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
- getInfoList() - Method in class de.gsi.dataset.spi.Histogram
-
- getInfoList() - Method in class de.gsi.dataset.spi.Histogram2
-
- getInt() - Method in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- getInt(int[]) - Method in interface de.gsi.dataset.utils.serializer.MultiArray
-
Returns the element at given indices.
- getIntArray(FastByteBuffer) - Static method in class de.gsi.dataset.utils.serializer.BinarySerialiser
-
- getIntArray() - Method in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- getInteger(FastByteBuffer) - Static method in class de.gsi.dataset.utils.serializer.BinarySerialiser
-
- getISODate(long, String) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
Get ISO date from milliseconds since Jan 01, 1970
- getKey(String, String) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
- getKey() - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleEntry
-
Returns the key corresponding to this entry.
- getKey() - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleImmutableEntry
-
Returns the key corresponding to this entry.
- getLabel() - Method in class de.gsi.dataset.spi.LabelledMarker
-
- getLastLength() - Method in class de.gsi.dataset.spi.RollingDataSet
-
- getLength() - Method in class de.gsi.dataset.spi.DataRange
-
Returns length of this range (max - min).
- getLimit() - Method in class de.gsi.dataset.utils.LimitedQueue
-
- getLineWidth() - Method in class de.gsi.dataset.spi.LabelledMarker
-
- getLoggerOutputState() - Static method in class de.gsi.dataset.utils.ProcessingProfiler
-
- getLong(FastByteBuffer) - Static method in class de.gsi.dataset.utils.serializer.BinarySerialiser
-
- getLong() - Method in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- getLong(int[]) - Method in interface de.gsi.dataset.utils.serializer.MultiArray
-
Returns the element at given indices.
- getLongArray(FastByteBuffer) - Static method in class de.gsi.dataset.utils.serializer.BinarySerialiser
-
- getLongArray() - Method in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- getMap(FastByteBuffer, Map<K, V>) - Static method in class de.gsi.dataset.utils.serializer.BinarySerialiser
-
- getMax() - Method in class de.gsi.dataset.spi.DataRange
-
- getMaxDistance() - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
- getMaximum() - Method in interface de.gsi.dataset.Histogram
-
- getMaximum() - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- getMaxLength() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
- getMaxQueueSize() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
- getMaxThreads() - Static method in class de.gsi.dataset.event.EventThreadHelper
-
- getMessage() - Method in class de.gsi.dataset.event.UpdateEvent
-
- getMetaInfo() - Method in interface de.gsi.dataset.DataSetMetaData
-
- getMetaInfo() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
- getMin() - Method in class de.gsi.dataset.spi.DataRange
-
- getMinimum() - Method in interface de.gsi.dataset.Histogram
-
- getMinimum() - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- getName() - Method in interface de.gsi.dataset.DataSet
-
Gets the name of the data set.
- getName() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
- getName() - Method in class de.gsi.dataset.spi.WrappedDataSet
-
Returns the name of the dataset.
- getNBinsX() - Method in interface de.gsi.dataset.Histogram
-
- getNBinsX() - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- getNBinsY() - Method in interface de.gsi.dataset.Histogram
-
- getNBinsY() - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- getNBinsZ() - Method in interface de.gsi.dataset.Histogram
-
- getNBinsZ() - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- getNew1DGaussian() - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
-
- getPayLoad() - Method in class de.gsi.dataset.event.UpdateEvent
-
- getPosition() - Method in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- getPrimitiveSize() - Method in enum de.gsi.dataset.utils.serializer.DataType
-
- getProducerName() - Method in class de.gsi.dataset.utils.serializer.BinarySerialiser.HeaderInfo
-
- getProjectionX() - Method in class de.gsi.dataset.spi.Histogram2
-
- getProjectionY() - Method in class de.gsi.dataset.spi.Histogram2
-
- getSecond() - Method in class de.gsi.dataset.spi.utils.Triple
-
- getShort(FastByteBuffer) - Static method in class de.gsi.dataset.utils.serializer.BinarySerialiser
-
- getShort() - Method in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- getShort(int[]) - Method in interface de.gsi.dataset.utils.serializer.MultiArray
-
Returns the element at given indices.
- getShortArray(FastByteBuffer) - Static method in class de.gsi.dataset.utils.serializer.BinarySerialiser
-
- getShortArray() - Method in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- getString(FastByteBuffer) - Static method in class de.gsi.dataset.utils.serializer.BinarySerialiser
-
- getString() - Method in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- getString(int[]) - Method in interface de.gsi.dataset.utils.serializer.MultiArray
-
Returns the element at given indices.
- getStringArray(FastByteBuffer) - Static method in class de.gsi.dataset.utils.serializer.BinarySerialiser
-
- getStringArray() - Method in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- getStyle() - Method in interface de.gsi.dataset.DataSet
-
A string representation of the CSS style associated with this specific
DataSet.
- getStyle(int) - Method in interface de.gsi.dataset.DataSet
-
A string representation of the CSS style associated with this specific
DataSet data point.
- getStyle(int) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
A string representation of the CSS style associated with this specific
DataSet data point.
- getStyle(int) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
A string representation of the CSS style associated with this specific
DataSet data point.
- getStyle() - Method in class de.gsi.dataset.spi.AbstractStylable
-
A string representation of the CSS style associated with this
specific Node.
- getStyle(int) - Method in class de.gsi.dataset.spi.AveragingDataSet
-
- getStyle(int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
-
A string representation of the CSS style associated with this specific DataSet data point.
- getStyle(int) - Method in class de.gsi.dataset.spi.DoubleDataSet3D
-
- getStyle() - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet.DataBlob
-
- getStyle(int) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
- getStyle(int) - Method in class de.gsi.dataset.spi.FragmentedDataSet
-
- getStyle() - Method in class de.gsi.dataset.spi.LabelledMarker
-
Gets the style string for the marker.
- getStyle(int) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
A string representation of the CSS style associated with this specific
DataSet data point.
- getStyle(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
A string representation of the CSS style associated with this specific
DataSet data point.
- getStyle(int) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
A string representation of the CSS style associated with this specific
DataSet data point.
- getStyle(int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
A string representation of the CSS style associated with this specific
DataSet data point.
- getStyle(int) - Method in class de.gsi.dataset.spi.WrappedDataSet
-
- getStyle(int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
-
- getSumX(int) - Method in class de.gsi.dataset.spi.Histogram2
-
- getSumY(int) - Method in class de.gsi.dataset.spi.Histogram2
-
- getThird() - Method in class de.gsi.dataset.spi.utils.Triple
-
- getThis() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
- getThis() - Method in class de.gsi.dataset.spi.AbstractErrorDataSet
-
- getThis() - Method in class de.gsi.dataset.spi.AbstractStylable
-
- getTimeDiff(long) - Static method in class de.gsi.dataset.utils.ProcessingProfiler
-
- getTimeDiff(long, String) - Static method in class de.gsi.dataset.utils.ProcessingProfiler
-
- getTimeStamp() - Static method in class de.gsi.dataset.utils.ProcessingProfiler
-
Returns the current value of the running Java Virtual Machine's
high-resolution time source, in nanoseconds.
- getUndefValue() - Method in interface de.gsi.dataset.DataSet
-
Returns the value for undefined data points.
- getUndefValue() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
- getValue(double) - Method in interface de.gsi.dataset.DataSet
-
Gets the interpolated y value of the data point for given x coordinate
- getValue(String) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
- getValue() - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleEntry
-
Returns the value corresponding to this entry.
- getValue() - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleImmutableEntry
-
Returns the value corresponding to this entry.
- getValueRange() - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- getVerboseOutputState() - Static method in class de.gsi.dataset.utils.ProcessingProfiler
-
- getVersionMajor() - Method in class de.gsi.dataset.utils.serializer.BinarySerialiser.HeaderInfo
-
- getVersionMicro() - Method in class de.gsi.dataset.utils.serializer.BinarySerialiser.HeaderInfo
-
- getVersionMinor() - Method in class de.gsi.dataset.utils.serializer.BinarySerialiser.HeaderInfo
-
- getWarningList() - Method in interface de.gsi.dataset.DataSetMetaData
-
- getWarningList() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
- getWarningList() - Method in class de.gsi.dataset.spi.Histogram
-
- getWarningList() - Method in class de.gsi.dataset.spi.Histogram2
-
- getX(int) - Method in interface de.gsi.dataset.DataSet
-
Gets the x value of the data point with the index i
- getX(int) - Method in class de.gsi.dataset.spi.AveragingDataSet
-
- getX(int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
-
- getX(int) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
- getX(int) - Method in class de.gsi.dataset.spi.DoubleDataSet3D
-
- getX(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
- getX(int) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
- getX(int) - Method in class de.gsi.dataset.spi.FloatDataSet
-
- getX(int) - Method in class de.gsi.dataset.spi.FragmentedDataSet
-
- getX(int) - Method in class de.gsi.dataset.spi.Histogram
-
- getX(int) - Method in class de.gsi.dataset.spi.Histogram2
-
- getX() - Method in class de.gsi.dataset.spi.LabelledMarker
-
- getX(int) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
- getX(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
- getX(int) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
- getX(int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- getX() - Method in class de.gsi.dataset.spi.utils.DoublePoint
-
- getX() - Method in class de.gsi.dataset.spi.utils.DoublePointError
-
- getX(int) - Method in class de.gsi.dataset.spi.WrappedDataSet
-
- getX(int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
-
- getXDataCount() - Method in interface de.gsi.dataset.DataSet3D
-
Returns number of X coordinates.
- getXDataCount() - Method in class de.gsi.dataset.spi.DoubleDataSet3D
-
- getXDataCount() - Method in class de.gsi.dataset.spi.Histogram
-
- getXDataCount() - Method in class de.gsi.dataset.spi.Histogram2
-
- getXErrorNegative(int) - Method in interface de.gsi.dataset.DataSetError
-
Returns the negative error along the X axis of a point specified by the
index.
- getXErrorNegative(double) - Method in interface de.gsi.dataset.DataSetError
-
Returns the negative error along the X axis of a point specified by the
x coordinate.
- getXErrorNegative(int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
-
- getXErrorNegative(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
- getXErrorNegative(int) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
- getXErrorNegative(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
- getXErrorNegative(int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- getXErrorNegative(int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
-
- getXErrorPositive(int) - Method in interface de.gsi.dataset.DataSetError
-
Returns the positive error along the X axis of a point specified by the
index.
- getXErrorPositive(double) - Method in interface de.gsi.dataset.DataSetError
-
Returns the positive error along the X axis of a point specified by the
x coordinate.
- getXErrorPositive(int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
-
- getXErrorPositive(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
- getXErrorPositive(int) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
- getXErrorPositive(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
- getXErrorPositive(int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- getXErrorPositive(int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
-
- getXErrorsNegative() - Method in interface de.gsi.dataset.DataSetError
-
Returns the negative error along the X axis for all available data
points.
- getXErrorsPositive() - Method in interface de.gsi.dataset.DataSetError
-
Returns the positive error along the X axis for all available data
points.
- getXFloatValues() - Method in class de.gsi.dataset.spi.FloatDataSet
-
- getXIndex(double) - Method in interface de.gsi.dataset.DataSet
-
Gets the index of the data point closest to the given x coordinate.
- getXIndex(double) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Gets the index of the data point closest to the given x coordinate.
- getXIndex(double) - Method in class de.gsi.dataset.spi.AbstractDataSet3D
-
Gets the index of the data point closest to the given x coordinate.
- getXIndex(double) - Method in class de.gsi.dataset.spi.AveragingDataSet
-
- getXIndex(double) - Method in class de.gsi.dataset.spi.FragmentedDataSet
-
- getXIndex(double) - Method in class de.gsi.dataset.spi.WrappedDataSet
-
- getXMax() - Method in interface de.gsi.dataset.DataSet
-
Gets the maximum x value of the data set.
- getXMax() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Gets the maximum x value of the data set.
- getXMax() - Method in class de.gsi.dataset.spi.AveragingDataSet
-
- getXMax() - Method in class de.gsi.dataset.spi.WrappedDataSet
-
- getXMin() - Method in interface de.gsi.dataset.DataSet
-
Gets the minimum x value of the data set.
- getXMin() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Gets the minimum x value of the data set.
- getXMin() - Method in class de.gsi.dataset.spi.AveragingDataSet
-
- getXMin() - Method in class de.gsi.dataset.spi.WrappedDataSet
-
- getXRange() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
- getXValue() - Method in class de.gsi.dataset.spi.utils.Tuple
-
- getXValues() - Method in interface de.gsi.dataset.DataSet
-
- getXValues() - Method in class de.gsi.dataset.spi.DoubleDataSet
-
- getXValues() - Method in class de.gsi.dataset.spi.DoubleDataSet3D
-
- getXValues() - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
- getXValues() - Method in class de.gsi.dataset.spi.FloatDataSet
-
- getXValues() - Method in class de.gsi.dataset.spi.FragmentedDataSet
-
- getY(int) - Method in interface de.gsi.dataset.DataSet
-
Gets the y value of the data point with the index i
- getY(int) - Method in class de.gsi.dataset.spi.AveragingDataSet
-
- getY(int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
-
- getY(int) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
- getY(int) - Method in class de.gsi.dataset.spi.DoubleDataSet3D
-
- getY(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
- getY(int) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
- getY(int) - Method in class de.gsi.dataset.spi.FloatDataSet
-
- getY(int) - Method in class de.gsi.dataset.spi.FragmentedDataSet
-
- getY(int) - Method in class de.gsi.dataset.spi.Histogram
-
- getY(int) - Method in class de.gsi.dataset.spi.Histogram2
-
- getY() - Method in class de.gsi.dataset.spi.LabelledMarker
-
- getY(int) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
- getY(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
- getY(int) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
- getY(int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- getY() - Method in class de.gsi.dataset.spi.utils.DoublePoint
-
- getY() - Method in class de.gsi.dataset.spi.utils.DoublePointError
-
- getY(int) - Method in class de.gsi.dataset.spi.WrappedDataSet
-
- getY(int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
-
- getYDataCount() - Method in interface de.gsi.dataset.DataSet3D
-
Returns number of Y coordinates.
- getYDataCount() - Method in class de.gsi.dataset.spi.DoubleDataSet3D
-
- getYDataCount() - Method in class de.gsi.dataset.spi.Histogram
-
- getYDataCount() - Method in class de.gsi.dataset.spi.Histogram2
-
- getYErrorNegative(int) - Method in interface de.gsi.dataset.DataSetError
-
Returns the negative error along the Y axis of a point specified by the
index.
- getYErrorNegative(double) - Method in interface de.gsi.dataset.DataSetError
-
Returns the negative error along the Y axis of a point specified by the
x coordinate.
- getYErrorNegative(int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
-
- getYErrorNegative(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
- getYErrorNegative(int) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
- getYErrorNegative(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
- getYErrorNegative(int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- getYErrorNegative(int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
-
- getYErrorPositive(int) - Method in interface de.gsi.dataset.DataSetError
-
Returns the positive error along the Y axis of a point specified by the
index.
- getYErrorPositive(double) - Method in interface de.gsi.dataset.DataSetError
-
Returns the positive error along the Y axis of a point specified by the
x coordinate.
- getYErrorPositive(int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
-
- getYErrorPositive(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
- getYErrorPositive(int) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
- getYErrorPositive(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
- getYErrorPositive(int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- getYErrorPositive(int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
-
- getYErrorsNegative() - Method in interface de.gsi.dataset.DataSetError
-
Returns the negative error along the Y axis for all available data
points.
- getYErrorsNegative() - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
- getYErrorsPositive() - Method in interface de.gsi.dataset.DataSetError
-
Returns the positive error along the y axis for all available data
points.
- getYErrorsPositive() - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
- getYFloatValues() - Method in class de.gsi.dataset.spi.FloatDataSet
-
- getYIndex(double) - Method in interface de.gsi.dataset.DataSet
-
Gets the first index of the data point closest to the given y coordinate.
- getYIndex(double) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Gets the first index of the data point closest to the given y coordinate.
- getYIndex(double) - Method in class de.gsi.dataset.spi.AbstractDataSet3D
-
Gets the first index of the data point closest to the given y coordinate.
- getYMax() - Method in interface de.gsi.dataset.DataSet
-
Gets the maximum y value of the data set.
- getYMax() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Gets the maximum y value of the data set.
- getYMax() - Method in class de.gsi.dataset.spi.AveragingDataSet
-
- getYMax() - Method in class de.gsi.dataset.spi.WrappedDataSet
-
- getYMin() - Method in interface de.gsi.dataset.DataSet
-
Gets the minimum y value of the data set.
- getYMin() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Gets the minimum y value of the data set.
- getYMin() - Method in class de.gsi.dataset.spi.AveragingDataSet
-
- getYMin() - Method in class de.gsi.dataset.spi.WrappedDataSet
-
- getYRange() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
- getYRange() - Method in class de.gsi.dataset.spi.Histogram
-
- getYValue() - Method in class de.gsi.dataset.spi.utils.Tuple
-
- getYValues() - Method in interface de.gsi.dataset.DataSet
-
- getYValues() - Method in class de.gsi.dataset.spi.AveragingDataSet
-
- getYValues() - Method in class de.gsi.dataset.spi.DoubleDataSet
-
- getYValues() - Method in class de.gsi.dataset.spi.DoubleDataSet3D
-
- getYValues() - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
- getYValues() - Method in class de.gsi.dataset.spi.FloatDataSet
-
- getYValues() - Method in class de.gsi.dataset.spi.FragmentedDataSet
-
- getZ(int, int) - Method in interface de.gsi.dataset.DataSet3D
-
Returns Z coordinate for the specified data point.
- getZ(int, int) - Method in class de.gsi.dataset.spi.DoubleDataSet3D
-
- getZ(int, int) - Method in class de.gsi.dataset.spi.Histogram
-
- getZ(int, int) - Method in class de.gsi.dataset.spi.Histogram2
-
- getZRange() - Method in interface de.gsi.dataset.DataSet3D
-
Returns data range of Z values.
- getZRange() - Method in class de.gsi.dataset.spi.AbstractDataSet3D
-
- getZValues() - Method in class de.gsi.dataset.spi.DoubleDataSet3D
-
- gtEqThanZero(String, T) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Checks if the value is >= 0
- gtEqThanZero(String, int) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Checks if the int value is >= 0
- gtEqThanZero(String, double) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Checks if the int value is >= 0
- gtThanZero(String, T) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Checks if the value is >= 0
- gtThanZero(String, int) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Checks if the int value is >= 0
- increaseCapacity(int) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
- increaseCapacity(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
- increaseCapacity(int) - Method in class de.gsi.dataset.spi.FloatDataSet
-
- IndexedNavigableMap<K,V> - Interface in de.gsi.dataset.utils.trees
-
User: Vitaly Sazanovich
Date: 07/02/13
Time: 19:28
Email: Vitaly.Sazanovich@gmail.com
- IndexedNavigableSet<E> - Interface in de.gsi.dataset.utils.trees
-
User: Vitaly Sazanovich
Date: 08/02/13
Time: 09:56
Email: Vitaly.Sazanovich@gmail.com
- IndexedTreeMap<K,V> - Class in de.gsi.dataset.utils.trees
-
- IndexedTreeMap() - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Constructs a new, empty tree map, using the natural ordering of its keys.
- IndexedTreeMap(Comparator<? super K>) - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Constructs a new, empty tree map, ordered according to the given comparator.
- IndexedTreeMap(Map<? extends K, ? extends V>) - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Constructs a new tree map containing the same mappings as the given map, ordered according to the natural
ordering of its keys.
- IndexedTreeMap(SortedMap<K, ? extends V>) - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Constructs a new tree map containing the same mappings and using the same ordering as the specified sorted map.
- IndexedTreeSet<E> - Class in de.gsi.dataset.utils.trees
-
- IndexedTreeSet() - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeSet
-
Constructs a new, empty tree set, sorted according to the natural
ordering of its elements.
- IndexedTreeSet(Collection<? extends E>) - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeSet
-
Constructs a new tree set containing the elements in the specified
collection, sorted according to the natural ordering of its
elements.
- IndexedTreeSet(Comparator<? super E>) - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeSet
-
Constructs a new, empty tree set, sorted according to the specified
comparator.
- IndexedTreeSet(SortedSet<E>) - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeSet
-
Constructs a new tree set containing the same elements and using the same
ordering as the specified sorted set.
- indexInBounds(int, int) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Checks if the index is >= 0 and < bounds
- indexInBounds(int, int, String) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Checks if the index is >= 0 and < bounds
- indexOrder(int, String, int, String) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Checks if the index1 <= index2
- indexOrder(int, int, String) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Checks if the index1 <= index2
- infoList - Variable in class de.gsi.dataset.spi.AbstractDataSet
-
- infoList - Variable in class de.gsi.dataset.spi.DataSetBuilder
-
- initialCapacity - Variable in class de.gsi.dataset.spi.DataSetBuilder
-
- integralSimple(DataSet) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
-
- InvalidatedEvent - Class in de.gsi.dataset.event
-
InvalidatedEvent class that is passed along the notification performed by the
EventSource class.
- InvalidatedEvent(EventSource) - Constructor for class de.gsi.dataset.event.InvalidatedEvent
-
generates new update event
- InvalidatedEvent(EventSource, String) - Constructor for class de.gsi.dataset.event.InvalidatedEvent
-
generates new update event
- InvalidatedEvent(EventSource, String, Object) - Constructor for class de.gsi.dataset.event.InvalidatedEvent
-
generates new update event
- invokeListener() - Method in interface de.gsi.dataset.event.EventSource
-
invoke object within update listener list
- invokeListener(UpdateEvent) - Method in interface de.gsi.dataset.event.EventSource
-
invoke object within update listener list
- isAcceptable(int, double, double) - Method in interface de.gsi.dataset.EditConstraints
-
Determines if the specified point can be accepted by the data set.
- isAutoNotification() - Method in interface de.gsi.dataset.DataSet
-
Checks it automatic notification is enabled.
- isAutoNotification() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
- isCompatible() - Method in class de.gsi.dataset.utils.serializer.BinarySerialiser.HeaderInfo
-
- isDataLablesSerialised() - Static method in class de.gsi.dataset.utils.DataSetSerialiser
-
- isDefined() - Method in class de.gsi.dataset.spi.DataRange
-
Determines if this DataRange is defined - min and
max values are defined.
- isEmpty() - Method in class de.gsi.dataset.utils.trees.AbstractMap
-
This implementation returns size() == 0.
- isEmpty() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
Returns true if this set contains no elements.
- isEquiDistant() - Method in interface de.gsi.dataset.Histogram
-
- isEquiDistant() - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- isHorizontal - Variable in class de.gsi.dataset.spi.Histogram
-
- isMaxDefined() - Method in class de.gsi.dataset.spi.DataRange
-
Determines if max value has been defined.
- isMetaDataSerialised() - Static method in class de.gsi.dataset.utils.DataSetSerialiser
-
- isMinDefined() - Method in class de.gsi.dataset.spi.DataRange
-
Determines if min value has been defined.
- isScalar() - Method in enum de.gsi.dataset.utils.serializer.DataType
-
- isXEditable() - Method in interface de.gsi.dataset.EditConstraints
-
- isYEditable() - Method in interface de.gsi.dataset.EditConstraints
-
- iterator() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
Returns an iterator over the elements in this set in ascending order.
- random() - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
-
- RandomDataGenerator - Class in de.gsi.dataset.testdata.spi
-
Generates arrays with random data.
- RandomDataGenerator() - Constructor for class de.gsi.dataset.testdata.spi.RandomDataGenerator
-
- RandomStepFunction - Class in de.gsi.dataset.testdata.spi
-
abstract error data set for graphical testing purposes this implementation
generates a random step function
- RandomStepFunction(String, int) - Constructor for class de.gsi.dataset.testdata.spi.RandomStepFunction
-
- RandomWalkFunction - Class in de.gsi.dataset.testdata.spi
-
abstract error data set for graphical testing purposes
this implementation generates a random walk (Brownian noise) function.
- RandomWalkFunction(String, int) - Constructor for class de.gsi.dataset.testdata.spi.RandomWalkFunction
-
- readDataSetFromByteArray(FastByteBuffer) - Static method in class de.gsi.dataset.utils.DataSetSerialiser
-
Read a Dataset from a byte array containing comma separated values.
The data format is a custom extension of csv with an additional
#-commented Metadata Header and a $-commented column header.
- readDataSetFromByteArray(byte[]) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
Read a Dataset from a byte array containing comma separated values.
The data format is a custom extension of csv with an additional
#-commented Metadata Header and a $-commented column header.
- readDataSetFromFile(String) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
Read a Dataset from a file containing comma separated values.
Automatically determines compression from the file extension.
The data format is a custom extension of csv with an additional
#-commented Metadata Header and a $-commented column header.
- readDataSetFromFile(String, DataSetUtils.Compression) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
Read a Dataset from a file containing comma separated values.
The data format is a custom extension of csv with an additional
#-commented Metadata Header and a $-commented column header.
- readDataSetFromStream(DataSetUtils.SplitCharByteInputStream) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
Read a Dataset from a stream containing comma separated values.
The data format is a custom extension of csv with an additional
#-commented Metadata Header and a $-commented column header.
- readDoubleArrayFromBuffer(FloatBuffer, DoubleBuffer) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
-
- readDoubleMatrix(FastByteBuffer, BinarySerialiser.FieldHeader) - Static method in class de.gsi.dataset.utils.serializer.BinaryArrayFactory
-
- readNumericDataFromReader(BufferedReader, DoubleErrorDataSet) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
- release(String, ByteBuffer) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
-
- release(String, StringBuilder) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
-
- remainingCapacity() - Method in class de.gsi.dataset.utils.CircularBuffer
-
- remainingCapacity() - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
-
- remainingCapacity() - Method in class de.gsi.dataset.utils.DoubleRingBuffer
-
- remainingCapacity() - Method in class de.gsi.dataset.utils.RingBuffer
-
- remove(int) - Method in interface de.gsi.dataset.EditableDataSet
-
remove point from data set
- remove(int) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
remove point from data set
- remove(int, int) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
removes sub-range of data points
- remove(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
- remove(int, int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
remove sub-range of data points
- remove(int, int) - Method in class de.gsi.dataset.spi.FloatDataSet
-
removes sub-range of data points
- remove(int) - Method in class de.gsi.dataset.spi.FloatDataSet
-
remove point from data set
- remove(int, int) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
remove sub-range of data (marker) points
- remove(int, int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
remove sub-range of data points
- remove(int[]) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
Removes from this data set points with specified indices.
- remove(int, int) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
remvove sub-range of data points
- remove(int[]) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
Removes from this data set points with specified indices.
- remove(int, int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
remove sub-range of data points
- remove(int[]) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
Removes from this data set points with specified indices.
- remove(int, int) - Method in class de.gsi.dataset.spi.utils.StringHashMapList
-
Removes elements of this list using optimised system calls.
- remove(Object) - Method in class de.gsi.dataset.utils.trees.AbstractMap
-
This implementation iterates over entrySet() searching for an entry with the specified key.
- remove(Object) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Removes the mapping for this key from this IndexedTreeMap if present.
- remove(Object) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
Removes the specified element from this set if it is present.
- removeAll(Collection<?>) - Method in class de.gsi.dataset.utils.trees.AbstractSet
-
Removes from this set all of its elements that are contained in the specified collection (optional operation).
- removeDataLabel(int) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
remove a custom data label for a point The label can be used as a
category name if CategoryStepsDefinition is used or for annotations
displayed for data points.
- removeDataLabel(int) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
remove a custom data label for a point The label can be used as a
category name if CategoryStepsDefinition is used or for annotations
displayed for data points.
- removeDataLabel(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
remove a custom data label for a point The label can be used as a
category name if CategoryStepsDefinition is used or for annotations
displayed for data points.
- removeDataLabel(int) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
remove a custom data label for a point The label can be used as a
category name if CategoryStepsDefinition is used or for annotations
displayed for data points.
- removeDataLabel(int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
remove a custom data label for a point The label can be used as a
category name if CategoryStepsDefinition is used or for annotations
displayed for data points.
- RemovedDataEvent - Class in de.gsi.dataset.event
-
RemovedDataEvent class that is passed along the notification performed by the
EventSource class.
- RemovedDataEvent(EventSource) - Constructor for class de.gsi.dataset.event.RemovedDataEvent
-
generates new update event
- RemovedDataEvent(EventSource, String) - Constructor for class de.gsi.dataset.event.RemovedDataEvent
-
generates new update event
- RemovedDataEvent(EventSource, String, Object) - Constructor for class de.gsi.dataset.event.RemovedDataEvent
-
generates new update event
- removeListener(EventListener) - Method in interface de.gsi.dataset.event.EventSource
-
Removes the given listener from the list of listeners, that are notified
whenever the value of the UpdateSource becomes invalid.
- removeStyle(int) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
A string representation of the CSS style associated with this specific
DataSet data point.
- removeStyle(int) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
A string representation of the CSS style associated with this specific
DataSet data point.
- removeStyle(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
A string representation of the CSS style associated with this specific
DataSet data point.
- removeStyle(int) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
A string representation of the CSS style associated with this specific
DataSet data point.
- removeStyle(int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
A string representation of the CSS style associated with this specific
DataSet data point.
- reset() - Method in interface de.gsi.dataset.Histogram
-
reset histogram content
- reset() - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- reset() - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
-
resets all data
- reset() - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
remove all data points
- reset() - Method in class de.gsi.dataset.spi.Histogram2
-
- reset() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
removes all data points
- reset() - Method in class de.gsi.dataset.utils.CircularBuffer
-
resets buffer
- reset() - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
-
resets and clears buffer
- reset() - Method in class de.gsi.dataset.utils.DoubleRingBuffer
-
resets and clears buffer
- reset() - Method in class de.gsi.dataset.utils.RingBuffer
-
clear all data and resets buffer
- reset() - Method in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- resize(int) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
ensures minimum size, enlarges if necessary
- resize(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
ensures minimum size, enlarges if necessary
- resize(int) - Method in class de.gsi.dataset.spi.FloatDataSet
-
ensures minimum size, enlarges if necessary
- RingBuffer<E> - Class in de.gsi.dataset.utils
-
simple circular ring buffer implementation for generic Object type (with read/write position)
- RingBuffer(int) - Constructor for class de.gsi.dataset.utils.RingBuffer
-
- rnd - Static variable in class de.gsi.dataset.testdata.spi.RandomStepFunction
-
- rnd - Static variable in class de.gsi.dataset.testdata.spi.SingleOutlierFunction
-
- RollingDataSet - Class in de.gsi.dataset.spi
-
- RollingDataSet(String) - Constructor for class de.gsi.dataset.spi.RollingDataSet
-
- rootMeanSquare(double[]) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
-
- SELF - Static variable in class de.gsi.dataset.utils.serializer.BinarySerialiser
-
- set(int, int, double, double, double) - Method in interface de.gsi.dataset.DataSet3D
-
Changes a data point at specified index to new values.
- set(int, double, double) - Method in interface de.gsi.dataset.EditableDataSet
-
modify point in the the data set
- set(int, int, double, double, double) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- set(DataRange) - Method in class de.gsi.dataset.spi.DataRange
-
Sets updates range to the specified one.
- set(double, double) - Method in class de.gsi.dataset.spi.DataRange
-
Sets min and max values for this range.
- set(int, double, double) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
replaces point coordinate of existing data point
- set(double[], double[], boolean) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
Initialises the data set with specified data.
- set(double[], double[]) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
Initialises the data set with specified data.
- set(int, double[], double[]) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
- set(DataSet) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
clear old data and overwrite with data from 'other' data set (deep copy)
- set(double[], double[], double[][]) - Method in class de.gsi.dataset.spi.DoubleDataSet3D
-
overwrites/replaces data points with new coordinates
- set(int, int, double, double, double) - Method in class de.gsi.dataset.spi.DoubleDataSet3D
-
- set(int, int, double) - Method in class de.gsi.dataset.spi.DoubleDataSet3D
-
- set(int, double, double) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
replaces point coordinate of existing data point
- set(int, double, double, double, double) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
replaces point coordinate of existing data point
- set(int, double[], double[], double[], double[]) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
- set(double[], double[], double[], double[], boolean) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
Initialises the data set with specified data.
- set(double[], double[], double[], double[]) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
Initialises the data set with specified data.
- set(DataSet) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
clear old data and overwrite with data from 'other' data set (deep copy)
- set(int, double, double) - Method in class de.gsi.dataset.spi.FloatDataSet
-
- set(int, double[], double[]) - Method in class de.gsi.dataset.spi.FloatDataSet
-
- set(float[], float[], boolean) - Method in class de.gsi.dataset.spi.FloatDataSet
-
Initialises the data set with specified data.
- set(float[], float[]) - Method in class de.gsi.dataset.spi.FloatDataSet
-
Initialises the data set with specified data.
- set(DataSet) - Method in class de.gsi.dataset.spi.FloatDataSet
-
clear old data and overwrite with data from 'other' data set (deep copy)
- set(List<LabelledMarker>) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
replaces existing with new marker values
- set(LabelledMarker[]) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
replaces existing with new marker values
- set(int, LabelledMarker) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
replaces existing data marker with new marker value
- set(int, double, double) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
Sets the point with index to the new coordinate
- set(int, double, double, double, double) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
Sets the point with index to the new coordinate
- set(double[], double[], double[], double[], int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
Initialises the data set with specified data.
- set(double[], double[], int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
Initialises the data set with specified data.
- set(double[], double[], double[], int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
Initialises the data set with specified data.
- set(double[], double[]) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
Initialises the data set with specified data.
- set(List<DoublePoint>) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
replaces values of all existing data points
- set(int, double, double) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
sets new value of existing data point
- set(int, double, double) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
Sets the point with index to the new coordinate
- set(int, double, double, double, double) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
Sets the point with index to the new coordinate
- set(double[], double[], double[], double[], int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
Initialises the data set with specified data.
- set(double[], double[], int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
Initialises the data set with specified data.
- set(double[], double[], double[], int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
Initialises the data set with specified data.
- set(double[], double[]) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
Initialises the data set with specified data.
- set(double, double) - Method in class de.gsi.dataset.spi.utils.DoublePoint
-
- set(double, double) - Method in class de.gsi.dataset.spi.utils.DoublePointError
-
- set(double, double, double, double) - Method in class de.gsi.dataset.spi.utils.DoublePointError
-
- setAll(StringHashMapList) - Method in class de.gsi.dataset.spi.utils.StringHashMapList
-
- setAutoNotifaction(boolean) - Method in interface de.gsi.dataset.DataSet
-
Set the automatic notification of invalidation listeners.
- setAutoNotifaction(boolean) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
- setAverageSize(int) - Method in class de.gsi.dataset.spi.AveragingDataSet
-
- setBufferIncrements(int) - Static method in class de.gsi.dataset.utils.serializer.BinarySerialiser
-
- setColor(String) - Method in class de.gsi.dataset.spi.LabelledMarker
-
- setDataLabelMap(Map<Integer, String>) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setDataLablesSerialised(boolean) - Static method in class de.gsi.dataset.utils.DataSetSerialiser
-
- setDataset(DataSet) - Method in class de.gsi.dataset.spi.WrappedDataSet
-
update/overwrite internal data set with content from other data set
- setDataStyleMap(Map<Integer, String>) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setDebugState(boolean) - Static method in class de.gsi.dataset.utils.ProcessingProfiler
-
boolean flag controlling whether diagnostics time-marks are taken or the
routine to be skipped
- setDefaultColor(String) - Static method in class de.gsi.dataset.spi.LabelledMarker
-
- setDefaultFontSize(double) - Static method in class de.gsi.dataset.spi.LabelledMarker
-
- setDefaultLineWidth(double) - Static method in class de.gsi.dataset.spi.LabelledMarker
-
- setDepth(int) - Method in class de.gsi.dataset.spi.RollingDataSet
-
- setEditConstraints(EditConstraints) - Method in interface de.gsi.dataset.EditableDataSet
-
- setEditConstraints(EditConstraints) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
- setError(double, double) - Method in class de.gsi.dataset.spi.utils.DoublePointError
-
- setErrorType(DataSetError.ErrorType) - Method in class de.gsi.dataset.spi.AbstractErrorDataSet
-
sets the error type of the data set
- setFontSize(double) - Method in class de.gsi.dataset.spi.LabelledMarker
-
- setFuzzyCount(int) - Method in class de.gsi.dataset.spi.AveragingDataSet
-
Sets the fuzzy count.
- setLabel(String) - Method in class de.gsi.dataset.spi.LabelledMarker
-
- setLimit(int) - Method in class de.gsi.dataset.utils.LimitedQueue
-
- setLineWidth(double) - Method in class de.gsi.dataset.spi.LabelledMarker
-
- setLoggerOutputState(boolean) - Static method in class de.gsi.dataset.utils.ProcessingProfiler
-
boolean flag controlling whether the statistics/time differences are output
to the logger/console or not
- setMax(double) - Method in class de.gsi.dataset.spi.DataRange
-
Sets max value for this range.
- setMaxDistance(double) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
- setMaxLength(double) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
- setMaxQueueSize(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
- setMetaDataSerialised(boolean) - Static method in class de.gsi.dataset.utils.DataSetSerialiser
-
- setMetaErrorList(String[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setMetaInfoList(String[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setMetaInfoMap(Map<String, String>) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setMetaWarningList(String[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setMin(double) - Method in class de.gsi.dataset.spi.DataRange
-
Sets min value for this range.
- setName(String) - Method in interface de.gsi.dataset.EditableDataSet
-
- setName(String) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Sets the name of data set (meta data)
- setName(String) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setStyle(String) - Method in interface de.gsi.dataset.DataSet
-
A string representation of the CSS style associated with this specific
DataSet.
- setStyle(String) - Method in class de.gsi.dataset.spi.AbstractStylable
-
- setUseFloat32BinaryStandard(boolean) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
- setValue(V) - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleEntry
-
Replaces the value corresponding to this entry with the specified value.
- setValue(V) - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleImmutableEntry
-
Replaces the value corresponding to this entry with the specified value (optional operation).
- setVerboseOutputState(boolean) - Static method in class de.gsi.dataset.utils.ProcessingProfiler
-
boolean flag controlling whether the statistics/time differences are output
to the logger/console or not
- setX(int, double) - Method in class de.gsi.dataset.spi.DoubleDataSet3D
-
- setX(double) - Method in class de.gsi.dataset.spi.LabelledMarker
-
- setXMax(double) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setXMin(double) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setXNegError(double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setXNegErrorNoCopy(double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setXPosError(double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setXPosErrorNoCopy(double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setXValues(double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setXValuesNoCopy(double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setY(int, double) - Method in class de.gsi.dataset.spi.DoubleDataSet3D
-
- setY(double) - Method in class de.gsi.dataset.spi.LabelledMarker
-
- setYMax(double) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setYMin(double) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setYNegError(double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setYNegErrorNoCopy(double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setYPosError(double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setYPosErrorNoCopy(double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setYValues(double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setYValuesNoCopy(double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- shallowCopy() - Method in class de.gsi.dataset.spi.FragmentedDataSet
-
Deprecated.
- shift(double) - Method in class de.gsi.dataset.spi.LabelledMarker
-
shift horizontal marker coordinate by shift parameter 'v'
- shiftKeys(int, int) - Method in class de.gsi.dataset.spi.utils.StringHashMapList
-
shift elements all keys from starting index until the last toIndex.
- SimpleEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class de.gsi.dataset.utils.trees.AbstractMap.SimpleEntry
-
Creates an entry representing the same mapping as the specified entry.
- SimpleEntry(K, V) - Constructor for class de.gsi.dataset.utils.trees.AbstractMap.SimpleEntry
-
Creates an entry representing a mapping from the specified key to the specified value.
- SimpleImmutableEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class de.gsi.dataset.utils.trees.AbstractMap.SimpleImmutableEntry
-
Creates an entry representing the same mapping as the specified entry.
- SimpleImmutableEntry(K, V) - Constructor for class de.gsi.dataset.utils.trees.AbstractMap.SimpleImmutableEntry
-
Creates an entry representing a mapping from the specified key to the specified value.
- SincFunction - Class in de.gsi.dataset.testdata.spi
-
abstract error data set for graphical testing purposes this implementation
generates a sinc function
- SincFunction(String, int) - Constructor for class de.gsi.dataset.testdata.spi.SincFunction
-
- SineFunction - Class in de.gsi.dataset.testdata.spi
-
abstract error data set for graphical testing purposes
this implementation generates a sine function
- SineFunction(String, int) - Constructor for class de.gsi.dataset.testdata.spi.SineFunction
-
- SineFunction(String, int, boolean) - Constructor for class de.gsi.dataset.testdata.spi.SineFunction
-
- SingleOutlierFunction - Class in de.gsi.dataset.testdata.spi
-
abstract error data set for graphical testing purposes this implementation
generates a function with a single random outlier
- SingleOutlierFunction(String, int) - Constructor for class de.gsi.dataset.testdata.spi.SingleOutlierFunction
-
- size() - Method in class de.gsi.dataset.utils.trees.AbstractMap
-
This implementation returns entrySet().size().
- size() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
Returns the number of elements in this set (its cardinality).
- SIZE_OF_BOOLEAN - Static variable in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- SIZE_OF_BYTE - Static variable in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- SIZE_OF_DOUBLE - Static variable in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- SIZE_OF_FLOAT - Static variable in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- SIZE_OF_INT - Static variable in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- SIZE_OF_LONG - Static variable in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- SIZE_OF_SHORT - Static variable in class de.gsi.dataset.utils.serializer.FastByteBuffer
-
- STRING_BUFFER_CACHE_LOCK - Static variable in class de.gsi.dataset.utils.DataSetUtilsHelper
-
- stringBuilderCache - Static variable in class de.gsi.dataset.utils.DataSetUtilsHelper
-
- StringHashMapList - Class in de.gsi.dataset.spi.utils
-
- StringHashMapList() - Constructor for class de.gsi.dataset.spi.utils.StringHashMapList
-
- subMap(K, boolean, K, boolean) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
- subMap(K, K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
- subSet(E, boolean, E, boolean) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
- subSet(E, E) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
- substract(DataRange) - Method in class de.gsi.dataset.spi.DataRange
-
Substracts the specified data range from this range.
- successor(IndexedTreeMap.Entry<K, V>) - Static method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Returns the successor of the specified Entry, or null if no such.
- swallowRest(FastByteBuffer, BinarySerialiser.FieldHeader) - Static method in class de.gsi.dataset.utils.DataSetSerialiser
-