- 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, int) - 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, int, DataSetError.ErrorType...) - Constructor for class de.gsi.dataset.spi.AbstractErrorDataSet
-
Creates a new instance of AbstractDataSet.
- AbstractHistogram - Class in de.gsi.dataset.spi
-
- AbstractHistogram(String, double[]) - Constructor for class de.gsi.dataset.spi.AbstractHistogram
-
Creates histogram with name and range [minX, maxX]
- 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]
- 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.
- AbstractSerialiser - Class in de.gsi.dataset.serializer.spi
-
- AbstractSerialiser() - Constructor for class de.gsi.dataset.serializer.spi.AbstractSerialiser
-
- 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(double) - Method in interface de.gsi.dataset.AxisDescription
-
Adds value to this range.
- add(double[]) - Method in interface de.gsi.dataset.AxisDescription
-
Adds values to this range.
- add(double[], int) - Method in interface de.gsi.dataset.AxisDescription
-
Adds values to this range.
- add(int, double...) - Method in interface de.gsi.dataset.EditableDataSet
-
add point to the data set
- add(DataSet2D) - Method in class de.gsi.dataset.spi.AveragingDataSet
-
- add(double, double, double, double) - 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, String, 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
-
Initialises the data set with specified data.
- add(DataRange) - Method in class de.gsi.dataset.spi.DataRange
-
Add the specified data range to this range.
- 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(double) - Method in class de.gsi.dataset.spi.DefaultAxisDescription
-
Adds value to this range.
- add(double[], int) - Method in class de.gsi.dataset.spi.DefaultAxisDescription
-
Adds values 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...) - 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(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...) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
add point to the 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(float[], float[]) - Method in class de.gsi.dataset.spi.FloatDataSet
-
Initialises the data set with specified data.
- add(int, double...) - Method in class de.gsi.dataset.spi.FloatDataSet
-
add point to the data set
- 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(DataSet) - Method in class de.gsi.dataset.spi.FragmentedDataSet
-
- 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(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, String...) - 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[], String...) - 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(double...) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
-
Add point to the end of the data set
- add(double[], String) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
-
Add point to the data set.
- add(double[][]) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
-
Add array vectors to data set.
- add(int, double...) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
-
add point to the data set
- add(int, double[], String) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
-
add point to the data set
- add(int, double[][]) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
-
add point to the data set
- add(DataSet) - Method in class de.gsi.dataset.spi.RollingDataSet
-
- add(Throwable) - Method in exception de.gsi.dataset.utils.AggregateException
-
- add(E) - Method in class de.gsi.dataset.utils.LimitedQueue
-
- add(E) - Method in class de.gsi.dataset.utils.NoDuplicatesList
-
- add(int, E) - Method in class de.gsi.dataset.utils.NoDuplicatesList
-
- 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.NoDuplicatesList
-
- addAll(int, Collection<? extends E>) - Method in class de.gsi.dataset.utils.NoDuplicatesList
-
- 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.
- addAllForTreeSet(SortedSet<? extends K>, V) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Intended to be called only from IndexedTreeSet.addAll
- 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
-
- addBinContent(int, double) - Method in class de.gsi.dataset.spi.Histogram
-
- addClassDefinition(FieldSerialiser) - Method in class de.gsi.dataset.serializer.spi.AbstractSerialiser
-
- 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.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.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.
- addValueAndShiftKeys(int, int, String) - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
-
shift elements all keys from starting index until the last toIndex.
- addValueAndShiftKeys(int, int, String) - Method in class de.gsi.dataset.spi.utils.StringHashMapList3
-
shift elements all keys from starting index until the last toIndex.
- adjustDataByteSizeBlock(IoBuffer, long) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- AggregateException - Exception in de.gsi.dataset.utils
-
Simple aggregation of exceptions (used for catching exceptions of parallel executions)
- AggregateException(String) - Constructor for exception de.gsi.dataset.utils.AggregateException
-
- AggregateException(String, List<Throwable>) - Constructor for exception de.gsi.dataset.utils.AggregateException
-
- AggregateException.PrintStreamOrWriter - Interface in de.gsi.dataset.utils
-
Wrapper class for PrintStream and PrintWriter to enable a single implementation of printStackTrace.
- AggregateException.WrappedPrintStream - Class in de.gsi.dataset.utils
-
- AggregateException.WrappedPrintWriter - Class in de.gsi.dataset.utils
-
- allocateMemberClassField(Object, ClassFieldDescription) - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- areEqual(double, double) - Static method in class de.gsi.dataset.utils.AssertUtils
-
The method returns true if both values area equal.
- ArrayCache - Class in de.gsi.dataset.utils
-
Simple cache for large recurring primitive arrays, e.g.
- arraySize(int, float) - Static method in class de.gsi.dataset.spi.utils.HashMapHelper
-
Returns the least power of two smaller than or equal to 230 and larger than or equal to
Math.ceil( expected / f ).
- AscendingEntrySetView() - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap.AscendingEntrySetView
-
- 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.
- autoNotification() - Method in interface de.gsi.dataset.event.EventSource
-
Set the automatic notification of invalidation listeners.
- autoNotification() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
- autoNotification() - Method in class de.gsi.dataset.spi.TransposedDataSet
-
- 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
-
- axisBins - Variable in class de.gsi.dataset.spi.AbstractHistogram
-
- AxisChangeEvent - Class in de.gsi.dataset.event
-
UpdatedAxisDataEvent class that is passed along the notification performed by the EventSource class.
- AxisChangeEvent(EventSource) - Constructor for class de.gsi.dataset.event.AxisChangeEvent
-
generates new update event
- AxisChangeEvent(EventSource, int) - Constructor for class de.gsi.dataset.event.AxisChangeEvent
-
generates new update event
- AxisChangeEvent(EventSource, String, int) - Constructor for class de.gsi.dataset.event.AxisChangeEvent
-
generates new update event
- AxisChangeEvent(EventSource, String, Object, int) - Constructor for class de.gsi.dataset.event.AxisChangeEvent
-
generates new update event
- AxisDescription - Interface in de.gsi.dataset
-
Axis description containing the axis name, its unit as well as its minimum and maximum range.
- axisDescriptions - Variable in class de.gsi.dataset.spi.DataSetBuilder
-
- AxisNameChangeEvent - Class in de.gsi.dataset.event
-
Event issued when only the name/unit changed
- AxisNameChangeEvent(EventSource) - Constructor for class de.gsi.dataset.event.AxisNameChangeEvent
-
- AxisNameChangeEvent(EventSource, int) - Constructor for class de.gsi.dataset.event.AxisNameChangeEvent
-
- AxisNameChangeEvent(EventSource, String, int) - Constructor for class de.gsi.dataset.event.AxisNameChangeEvent
-
- AxisNameChangeEvent(EventSource, String, Object, int) - Constructor for class de.gsi.dataset.event.AxisNameChangeEvent
-
- AxisRangeChangeEvent - Class in de.gsi.dataset.event
-
Event issued when only the axis range changed
- AxisRangeChangeEvent(EventSource) - Constructor for class de.gsi.dataset.event.AxisRangeChangeEvent
-
- AxisRangeChangeEvent(EventSource, int) - Constructor for class de.gsi.dataset.event.AxisRangeChangeEvent
-
- AxisRangeChangeEvent(EventSource, String, int) - Constructor for class de.gsi.dataset.event.AxisRangeChangeEvent
-
- AxisRangeChangeEvent(EventSource, String, Object, int) - Constructor for class de.gsi.dataset.event.AxisRangeChangeEvent
-
- data - Variable in class de.gsi.dataset.spi.AbstractHistogram
-
- 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.
- DataAtom(double, double, double, double, String...) - Constructor for class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
-
- DataBlob(double, double, double, double) - Constructor for class de.gsi.dataset.spi.FifoDoubleErrorDataSet.DataBlob
-
- DataBlob(double, double, double, double, String, String) - Constructor for class de.gsi.dataset.spi.FifoDoubleErrorDataSet.DataBlob
-
- dataCount - Variable in class de.gsi.dataset.spi.FragmentedDataSet
-
- 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 min/max (limits) used for DataSet and Axis range definitions.
- DataRange() - Constructor for class de.gsi.dataset.spi.DataRange
-
Creates a new DataRange that is not defined.
- DataRange(DataRange) - Constructor for class de.gsi.dataset.spi.DataRange
-
Creates a copy of the specified data range.
- DataRange(double, double) - Constructor for class de.gsi.dataset.spi.DataRange
-
Creates a new DataRange with the specified min and max values.
- DataSet - Interface in de.gsi.dataset
-
Basic interface for observable data sets.
- dataSet - Variable in class de.gsi.dataset.spi.TransposedDataSet
-
- DataSet2D - Interface in de.gsi.dataset
-
Basic interface for two-dimensional 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
-
- DataSetLock<D extends DataSet> - Interface in de.gsi.dataset.locks
-
A Simple ReadWriteLock for the DataSet interface and its fluent-design approach
Some implementation recommendation: write lock guards behave the same as ReentrantLock with the additional
functionality, that a writeLock() and subsequent writeUnLock() mute and, respectively,
un-mute the given DataSet's auto-notification states, e.g.
- DataSetMetaData - Interface in de.gsi.dataset
-
Interface for defining common measurement meta data tags
- DataSetSerialiser - Class in de.gsi.dataset.serializer.spi.iobuffer
-
Class to efficiently serialise and de-serialise DataSet objects into binary byte arrays.
- DataSetSerialiser() - Constructor for class de.gsi.dataset.serializer.spi.iobuffer.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
-
- 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.serializer
-
Enum defining the data primitives that can be serialised.
- dataTypeFomClassType(Class<?>) - Static method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
Returns the data type matching the given java class type, if any.
- 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.locks - package de.gsi.dataset.locks
-
- de.gsi.dataset.serializer - package de.gsi.dataset.serializer
-
- de.gsi.dataset.serializer.spi - package de.gsi.dataset.serializer.spi
-
- de.gsi.dataset.serializer.spi.iobuffer - package de.gsi.dataset.serializer.spi.iobuffer
-
- 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.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
- DefaultAxisDescription - Class in de.gsi.dataset.spi
-
Simple default implementation of the AxisDescription interface
- DefaultAxisDescription() - Constructor for class de.gsi.dataset.spi.DefaultAxisDescription
-
Default
- DefaultAxisDescription(DataSet, AxisDescription) - Constructor for class de.gsi.dataset.spi.DefaultAxisDescription
-
Copy constructor to generate axisDescriptions for datasets from existing Axis Descriptions
- DefaultAxisDescription(DataSet, String, String...) - Constructor for class de.gsi.dataset.spi.DefaultAxisDescription
-
- DefaultAxisDescription(DataSet, String, String, double, double) - Constructor for class de.gsi.dataset.spi.DefaultAxisDescription
-
- DefaultAxisDescription(String, String...) - Constructor for class de.gsi.dataset.spi.DefaultAxisDescription
-
- DefaultDataSet - Class in de.gsi.dataset.spi
-
Redirect to the reference implementation declared as 'default'.
- DefaultDataSet(DataSet2D) - Constructor for class de.gsi.dataset.spi.DefaultDataSet
-
Creates a new instance of DefaultDataSet as copy of another (deep-copy).
- DefaultDataSet(String) - 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.
- DefaultDataSet(String, int) - Constructor for class de.gsi.dataset.spi.DefaultDataSet
-
Creates a new instance of DefaultDataSet.
- DefaultDataSetLock<D extends DataSet> - Class in de.gsi.dataset.locks
-
A Simple ReadWriteLock for the DataSet interface and its fluent-design approach Some implementation recommendation:
write lock guards behave the same as ReentrantLock with the additional functionality, that a writeLock()
and subsequent writeUnLock() mute and, respectively, un-mute the given DataSet's auto-notification
states, e.g.
- DefaultDataSetLock(D) - Constructor for class de.gsi.dataset.locks.DefaultDataSetLock
-
- DefaultErrorDataSet - Class in de.gsi.dataset.spi
-
Redirect to the reference implementation declared as 'default'.
- DefaultErrorDataSet(DataSet2D) - Constructor for class de.gsi.dataset.spi.DefaultErrorDataSet
-
Creates a new instance of DoubleDataSet as copy of another (deep-copy).
- DefaultErrorDataSet(String) - Constructor for class de.gsi.dataset.spi.DefaultErrorDataSet
-
Creates a new instance of DefaultErrorDataSet.
- DefaultErrorDataSet(String, double[], double[], double[], double[], int, boolean) - 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.
- DelayedUpdateTask() - Constructor for class de.gsi.dataset.event.EventRateLimiter.DelayedUpdateTask
-
- descendingIterator() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
Returns an iterator over the elements in this set in descending order.
- descendingKeyIterator() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap
-
- descendingKeyIterator() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
- descendingKeySet() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
- descendingMap() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap
-
- descendingMap() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
- descendingSet() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
- deserialise(Object, FieldHeader, ClassFieldDescription, int) - Method in class de.gsi.dataset.serializer.spi.iobuffer.IoBufferSerialiser
-
- deserialiseObject(Object) - Method in class de.gsi.dataset.serializer.spi.AbstractSerialiser
-
- deserialiseObject(Object) - Method in class de.gsi.dataset.serializer.spi.iobuffer.IoBufferSerialiser
-
- DIM_X - Static variable in interface de.gsi.dataset.DataSet
-
- DIM_Y - Static variable in interface de.gsi.dataset.DataSet
-
- DIM_Z - Static variable in interface de.gsi.dataset.DataSet
-
- DimReductionDataSet - Class in de.gsi.dataset.spi
-
Reduces 3D data to 2D DataSet either via slicing, min, mean, max or integration
- DimReductionDataSet(DataSet3D, int, DimReductionDataSet.Option) - Constructor for class de.gsi.dataset.spi.DimReductionDataSet
-
- DimReductionDataSet.Option - Enum in de.gsi.dataset.spi
-
- DoubleCircularBuffer - Class in de.gsi.dataset.utils
-
simple circular ring buffer implementation for double type (with read == write position)
- DoubleCircularBuffer(double[], int) - Constructor for class de.gsi.dataset.utils.DoubleCircularBuffer
-
- 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(DataSet) - Constructor for class de.gsi.dataset.spi.DoubleDataSet
-
Creates a new instance of DoubleDataSet as copy of another (deep-copy).
- DoubleDataSet(String) - Constructor for class de.gsi.dataset.spi.DoubleDataSet
-
Creates a new instance of DoubleDataSet.
- DoubleDataSet(String, double[], double[], int, boolean) - 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.
- 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, double[], double[], double[][]) - Constructor for class de.gsi.dataset.spi.DoubleDataSet3D
-
- DoubleDataSet3D(String, double[][]) - Constructor for class de.gsi.dataset.spi.DoubleDataSet3D
-
- DoubleDataSet3D(String, int, int) - 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(DataSet) - Constructor for class de.gsi.dataset.spi.DoubleErrorDataSet
-
Creates a new instance of DoubleErrorDataSet as copy of another (deep-copy).
- DoubleErrorDataSet(String) - Constructor for class de.gsi.dataset.spi.DoubleErrorDataSet
-
Creates a new instance of DoubleErrorDataSet.
- DoubleErrorDataSet(String, double[], double[], double[], double[], int, boolean) - 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.
- 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
-
- downGradeWriteLock() - Method in class de.gsi.dataset.locks.DefaultDataSetLock
-
- EditableDataSet - Interface in de.gsi.dataset
-
- EditConstraints - Interface in de.gsi.dataset
-
interface describing possible constraints on data set modifications
- elements() - Method in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- elements(E[]) - Method in class de.gsi.dataset.utils.CircularBuffer
-
- elements() - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
-
- endMarkerFunction - Variable in class de.gsi.dataset.serializer.spi.AbstractSerialiser
-
- ensureAdditionalCapacity(long) - Method in interface de.gsi.dataset.serializer.IoBufferHeader
-
- ensureAdditionalCapacity(long) - Method in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- ensureAdditionalCapacity(long) - Method in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- ensureCapacity(long) - Method in interface de.gsi.dataset.serializer.IoBufferHeader
-
- ensureCapacity(long) - Method in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- ensureCapacity(long) - Method in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- Entry(K, V, IndexedTreeMap.Entry<K, V>) - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeMap.Entry
-
Make a new cell with given key, value, and parent, and with null child links, and BLACK color.
- EntryIterator(IndexedTreeMap.Entry<K, V>) - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeMap.EntryIterator
-
- entrySet() - Method in class de.gsi.dataset.spi.utils.IntStringMap
-
- entrySet() - Method in class de.gsi.dataset.spi.utils.ObjectObjectMap
-
- entrySet() - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
-
- entrySet() - Method in class de.gsi.dataset.utils.Cache
-
- entrySet() - Method in class de.gsi.dataset.utils.trees.AbstractMap
-
- entrySet() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap
-
- 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.
- equalDataLabels(DataSet) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
checks for equal data labels, may be overwritten by derived classes
- 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.
- equalEditConstraints(DataSet) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
checks for equal EditConstraints, may be overwritten by derived classes
- equalErrorValues(DataSet, double) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
checks for equal 'get' error values, may be overwritten by derived classes
- 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.
- equalMetaData(DataSet) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
checks for equal meta data, may be overwritten by derived classes
- equals(Object) - Method in class de.gsi.dataset.serializer.spi.BinarySerialiser.HeaderInfo
-
- equals(Object) - Method in class de.gsi.dataset.serializer.spi.FieldSerialiser
-
- equals(Object) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
- equals(Object, double) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class de.gsi.dataset.spi.DataRange
-
- equals(Object) - Method in class de.gsi.dataset.spi.DefaultAxisDescription
-
- equals(Object, double) - Method in class de.gsi.dataset.spi.DefaultAxisDescription
-
- 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.
- equals(Object) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.Entry
-
- equalValues(DataSet, double) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
checks for equal 'get' values with tolerance band, may be overwritten by derived classes
- 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) - 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, 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.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
-
- EventRateLimiter - Class in de.gsi.dataset.event
-
- EventRateLimiter(EventListener, long) - Constructor for class de.gsi.dataset.event.EventRateLimiter
-
- EventRateLimiter(EventListener, long, EventRateLimiter.UpdateStrategy) - Constructor for class de.gsi.dataset.event.EventRateLimiter
-
- EventRateLimiter.DelayedUpdateTask - Class in de.gsi.dataset.event
-
- EventRateLimiter.UpdateStrategy - Enum 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
-
- exec(Object, ClassFieldDescription) - Method in interface de.gsi.dataset.serializer.spi.FieldSerialiser.FieldSerialiserFunction
-
Performs this operation on the given arguments.
- execFieldReader(Object, ClassFieldDescription) - Method in class de.gsi.dataset.serializer.spi.iobuffer.FieldListAxisDescription
-
- execFieldWriter(Object, ClassFieldDescription) - Method in class de.gsi.dataset.serializer.spi.iobuffer.FieldListAxisDescription
-
- expectedModCount - Variable in class de.gsi.dataset.utils.trees.IndexedTreeMap.PrivateEntryIterator
-
- 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
- exploreClass(Class<? extends Object>, ClassFieldDescription, int, boolean) - Static method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- exportEntry(IndexedTreeMap.Entry<K, V>) - Static method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Return SimpleImmutableEntry for entry, or null if null
- exportMetaDataByDefault - Static variable in class de.gsi.dataset.utils.DataSetUtils
-
- ey - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
-
- FastByteBuffer - Class in de.gsi.dataset.serializer.spi
-
FastByteBuffer implementation based on JVM 'Unsafe' Class.
- FastByteBuffer() - Constructor for class de.gsi.dataset.serializer.spi.FastByteBuffer
-
construct new FastByteBuffer
- FastByteBuffer(byte[], int) - Constructor for class de.gsi.dataset.serializer.spi.FastByteBuffer
-
construct new FastByteBuffer
- FastByteBuffer(int) - Constructor for class de.gsi.dataset.serializer.spi.FastByteBuffer
-
construct new FastByteBuffer
- FieldBoxedValueArrayHelper - Class in de.gsi.dataset.serializer.spi.iobuffer
-
helper class to register default serialiser for boxed array primitive types (ie.
- FieldBoxedValueHelper - Class in de.gsi.dataset.serializer.spi.iobuffer
-
helper class to register default serialiser for boxed primitive types (ie.
- FieldDataSetHelper - Class in de.gsi.dataset.serializer.spi.iobuffer
-
- FieldHeader - Class in de.gsi.dataset.serializer.spi
-
Field header descriptor
- FieldHeader(FieldHeader, String, DataType, int[], long, long) - Constructor for class de.gsi.dataset.serializer.spi.FieldHeader
-
Constructs new serializer field header
- FieldHeader(String, DataType, int[], long, long) - Constructor for class de.gsi.dataset.serializer.spi.FieldHeader
-
Constructs new serializer field header
- FieldListAxisDescription - Class in de.gsi.dataset.serializer.spi.iobuffer
-
FieldSerialiser implementation for List<AxisDescription> to IoBuffer-backed byte-buffer
- FieldListAxisDescription(IoBuffer) - Constructor for class de.gsi.dataset.serializer.spi.iobuffer.FieldListAxisDescription
-
FieldSerialiser implementation for List<AxisDescription> to IoBuffer-backed byte-buffer
- FieldPrimitiveValueHelper - Class in de.gsi.dataset.serializer.spi.iobuffer
-
helper class to register default serialiser for primitive types (ie.
- FieldPrimitveValueArrayHelper - Class in de.gsi.dataset.serializer.spi.iobuffer
-
helper class to register default serialiser for primitive array types (ie.
- FieldSerialiser - Class in de.gsi.dataset.serializer.spi
-
default field serialiser implementation.
- FieldSerialiser(FieldSerialiser.FieldSerialiserFunction, FieldSerialiser.FieldSerialiserFunction, Class<?>, Class<?>...) - Constructor for class de.gsi.dataset.serializer.spi.FieldSerialiser
-
- FieldSerialiser.FieldSerialiserFunction - Interface in de.gsi.dataset.serializer.spi
-
used as lambda expression for user-level code to read/write data into the given serialiser back-end
implementation
- 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(String) - Method in interface de.gsi.dataset.CategoryHistogram
-
Deprecated.
Increment bin with name with by 1.
- fill(String, double) - Method in interface de.gsi.dataset.CategoryHistogram
-
Deprecated.
Increment bin with name with a weight w.
- 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(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, 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, double) - Method in interface de.gsi.dataset.Histogram
-
- findBin(double, double, double) - Method in interface de.gsi.dataset.Histogram
-
- findBin(int, double) - Method in interface de.gsi.dataset.Histogram
-
- findBin(double, double) - Method in interface de.gsi.dataset.Histogram2D
-
- findBin(double, double) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- findBin(double, double, double) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- findBin(int, double) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- findBin(int, double) - Method in class de.gsi.dataset.spi.Histogram
-
- findFieldSerialiserForKnownClassOrInterface(Class<?>, List<Class<?>>) - Method in class de.gsi.dataset.serializer.spi.AbstractSerialiser
-
- findFirstBinAbove(double, double) - Method in interface de.gsi.dataset.Histogram2D
-
- findFirstBinAbove(double, double) - Method in class de.gsi.dataset.spi.Histogram2
-
- findHeaderFor(List<FieldHeader>, String) - Static method in class de.gsi.dataset.serializer.spi.FieldHeader
-
- 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(DataSet2D) - Constructor for class de.gsi.dataset.spi.FloatDataSet
-
Creates a new instance of FloatDataSet as copy of another (deep-copy).
- FloatDataSet(String) - 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.
- FloatDataSet(String, int) - 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(long, long) - Method in interface de.gsi.dataset.serializer.IoBufferHeader
-
Forces buffer to contain the given number of entries, preserving just a part of the array.
- forceCapacity(long, long) - Method in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- forceCapacity(long, long) - Method in class de.gsi.dataset.serializer.spi.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.serializer.DataType
-
Returns the data type matching the given byte representation, if any.
- fromClassType(Class<?>) - Static method in enum de.gsi.dataset.serializer.DataType
-
Returns the data type matching the given java class type, if any.
- fromJavaTypeString(String) - Static method in enum de.gsi.dataset.serializer.DataType
-
Returns the data type matching the given java string representation, if any.
- fromString(String) - Static method in enum de.gsi.dataset.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 class de.gsi.dataset.testdata.spi.TriangleFunction
-
- 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.serializer.spi
-
Helper class to convert between boxed and primitive data types.
- get(int, int) - Method in interface de.gsi.dataset.DataSet
-
Gets the x value of the data point with the index i
- get(int) - Method in interface de.gsi.dataset.serializer.MultiArray
-
Returns the element at a given indices.
- get(int[]) - Method in interface de.gsi.dataset.serializer.MultiArray
-
Returns the element at given indices.
- get(Class<? extends Object>, Class<? extends Object>...) - Static method in class de.gsi.dataset.serializer.spi.ClassDescriptions
-
- get(int, int) - Method in class de.gsi.dataset.spi.AveragingDataSet
-
- get(int, int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
-
- get(int, int) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
- get(int, int) - Method in class de.gsi.dataset.spi.DoubleDataSet3D
-
- get(int, int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
- get(int, int) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
- get(int, int) - Method in class de.gsi.dataset.spi.FloatDataSet
-
- get(int, int) - Method in class de.gsi.dataset.spi.FragmentedDataSet
-
- get(int, int) - Method in class de.gsi.dataset.spi.Histogram
-
- get(int, int) - Method in class de.gsi.dataset.spi.Histogram2
-
- get(int, int) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
- get(int, int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
- get(int, int) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
- get(int, int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- get(int, int) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
-
- get(int, int) - Method in class de.gsi.dataset.spi.TransposedDataSet
-
- get(int, int) - Method in class de.gsi.dataset.spi.TransposedDataSet.TransposedDataSet3D
-
- get(int) - Method in class de.gsi.dataset.spi.utils.IntStringMap
-
- get(Object) - Method in class de.gsi.dataset.spi.utils.IntStringMap
-
- get(Object) - Method in class de.gsi.dataset.spi.utils.ObjectObjectMap
-
- get(int) - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
-
- get(Object) - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
-
- get(int, int) - Method in class de.gsi.dataset.spi.WrappedDataSet
-
- get(int, int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
-
- get(Object) - Method in class de.gsi.dataset.utils.Cache
-
- get() - 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.CircularBuffer
-
- get() - 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 class de.gsi.dataset.utils.DoubleCircularBuffer
-
- 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
-
- getActualTypeArgumentNames() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- getActualTypeArguments() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- getArrayDimensions(IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getAsByte() - Method in enum de.gsi.dataset.serializer.DataType
-
Returns the byte representation of the data type.
- getAsString() - Method in enum de.gsi.dataset.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
-
- getAxisDescription(int) - Method in interface de.gsi.dataset.DataSet
-
Return the axis description of the i-th axis.
- getAxisDescription(int) - Method in class de.gsi.dataset.spi.TransposedDataSet
-
- getAxisDescriptions() - Method in interface de.gsi.dataset.DataSet
-
- getAxisDescriptions() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
- getAxisDescriptions() - Method in class de.gsi.dataset.spi.TransposedDataSet
-
- getAxisDescriptions() - Method in class de.gsi.dataset.spi.WrappedDataSet
-
- getBinCenter(int, int) - Method in interface de.gsi.dataset.Histogram
-
- getBinCenter(int, 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() - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getBoolean(int[]) - Method in interface de.gsi.dataset.serializer.MultiArray
-
Returns the element at given indices.
- getBoolean(IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getBoolean() - Method in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- getBoolean() - Method in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- getBooleanArray() - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getBooleanArray(boolean[]) - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getBooleanArray(boolean[], long, int) - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getBooleanArray(IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getBooleanArray(boolean[], long, int) - Method in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- getBooleanArray(boolean[], long, int) - Method in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- getBuffer() - Method in class de.gsi.dataset.serializer.spi.iobuffer.IoBufferFieldSerialiser
-
- getBuffer() - Method in class de.gsi.dataset.serializer.spi.iobuffer.IoBufferSerialiser
-
- getBufferIncrements() - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getByte() - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getByte(int[]) - Method in interface de.gsi.dataset.serializer.MultiArray
-
Returns the element at given indices.
- getByte(IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getByte() - Method in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- getByte() - Method in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- getByteArray() - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getByteArray(byte[]) - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getByteArray(byte[], long, int) - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getByteArray(IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getByteArray(byte[], long, int) - Method in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- getByteArray(byte[], long, int) - Method in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- getCachedBooleanArray(String, int) - Static method in class de.gsi.dataset.utils.ArrayCache
-
Returns cached large recurring primitive arrays, e.g.
- getCachedByteArray(String, int) - Static method in class de.gsi.dataset.utils.ArrayCache
-
Returns cached large recurring primitive arrays, e.g.
- getCachedDoubleArray(String, int) - Static method in class de.gsi.dataset.utils.ArrayCache
-
Returns cached large recurring primitive arrays, e.g.
- getCachedDoubleArray(String, int) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
-
- getCachedFloatArray(String, int) - Static method in class de.gsi.dataset.utils.ArrayCache
-
Returns cached large recurring primitive arrays, e.g.
- getCachedIntArray(String, int) - Static method in class de.gsi.dataset.utils.ArrayCache
-
Returns cached large recurring primitive arrays, e.g.
- getCachedLongArray(String, int) - Static method in class de.gsi.dataset.utils.ArrayCache
-
Returns cached large recurring primitive arrays, e.g.
- getCachedShortArray(String, int) - Static method in class de.gsi.dataset.utils.ArrayCache
-
Returns cached large recurring primitive arrays, e.g.
- getCachedStringArray(String, int) - Static method in class de.gsi.dataset.utils.ArrayCache
-
Returns cached large recurring primitive arrays, e.g.
- 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
-
- getCanonicalName() - Method in class de.gsi.dataset.serializer.spi.FieldSerialiser
-
- 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.spi.MultiDimDoubleDataSet
-
- getCause() - Method in exception de.gsi.dataset.utils.AggregateException
-
- getCeilingEntry(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Gets the entry corresponding to the specified key; if no such entry exists, returns the entry for the least key
greater than the specified key; if no such entry exists (i.e., the greatest key in the Tree is less than the
specified key), returns null.
- getChar() - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getChar() - Method in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- getChar() - Method in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- getCharArray() - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getCharArray(char[]) - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getCharArray(char[], long, int) - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getCharArray(IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getCharArray(char[], long, int) - Method in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- getCharArray(char[], long, int) - Method in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- getChildren() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- getChildren() - Method in class de.gsi.dataset.serializer.spi.FieldHeader
-
- getClassByName(String) - Static method in class de.gsi.dataset.serializer.spi.ClassDescriptions
-
- getClassByNameNonVerboseError(String) - Static method in class de.gsi.dataset.serializer.spi.ClassDescriptions
-
- getClassConstructorByName(String, Class<?>...) - Static method in class de.gsi.dataset.serializer.spi.AbstractSerialiser
-
- getClassDescriptions() - Static method in class de.gsi.dataset.serializer.spi.ClassDescriptions
-
- getClassNames(List<Class<?>>) - Static method in class de.gsi.dataset.serializer.spi.AbstractSerialiser
-
- getClassPrototype() - Method in class de.gsi.dataset.serializer.spi.FieldSerialiser
-
- getClassTypes() - Method in enum de.gsi.dataset.serializer.DataType
-
Returns the corresponding java class type matching the given data type
- getCollection(IoBuffer, Collection<E>) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getColor() - Method in class de.gsi.dataset.spi.LabelledMarker
-
- getCommonPool() - Static method in class de.gsi.dataset.utils.CachedDaemonThreadFactory
-
- 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.
- getDataBufferPosition() - Method in class de.gsi.dataset.serializer.spi.FieldHeader
-
- getDataCount() - Method in interface de.gsi.dataset.DataSet
-
Get the number of data points in the data set.
- getDataCount(int) - Method in interface de.gsi.dataset.DataSet
-
Get the number of data points in the data set for a specific dimension.
- 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.AbstractHistogram
-
- getDataCount(int) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- getDataCount(int) - Method in class de.gsi.dataset.spi.AveragingDataSet
-
- getDataCount(int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
-
- getDataCount(int) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
- getDataCount(int) - Method in class de.gsi.dataset.spi.DoubleDataSet3D
-
- getDataCount(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
- getDataCount(int) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
- getDataCount(int) - Method in class de.gsi.dataset.spi.FloatDataSet
-
- getDataCount(int) - Method in class de.gsi.dataset.spi.FragmentedDataSet
-
- getDataCount() - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
- getDataCount(int) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
- getDataCount(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
- getDataCount(int) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
- getDataCount(int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- getDataCount() - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
-
- getDataCount(int) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
-
- getDataCount(int) - Method in class de.gsi.dataset.spi.TransposedDataSet
-
- getDataCount() - Method in class de.gsi.dataset.spi.TransposedDataSet.TransposedDataSet3D
-
- getDataCount(int) - Method in class de.gsi.dataset.spi.WrappedDataSet
-
- getDataCount(int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
-
- getDataDimension() - Method in class de.gsi.dataset.serializer.spi.FieldHeader
-
- getDataDimensions() - Method in class de.gsi.dataset.serializer.spi.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.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.
- getDataLabel(int) - Method in class de.gsi.dataset.spi.TransposedDataSet
-
- 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
-
- getDatasets() - 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.serializer.spi.ClassFieldDescription
-
- getDataType() - Method in class de.gsi.dataset.serializer.spi.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.DataSet
-
- getDimension() - Method in interface de.gsi.dataset.DataSet2D
-
- getDimension() - Method in interface de.gsi.dataset.DataSet3D
-
- getDimension() - Method in class de.gsi.dataset.event.AxisChangeEvent
-
- getDimension() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
- getDimension() - Method in class de.gsi.dataset.spi.TransposedDataSet
-
- getDimensions() - Method in interface de.gsi.dataset.serializer.MultiArray
-
Returns the dimensions of the array.
- getDouble() - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getDouble(int[]) - Method in interface de.gsi.dataset.serializer.MultiArray
-
Returns the element at given indices.
- getDouble(IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getDouble() - Method in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- getDouble() - Method in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- getDoubleArray() - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getDoubleArray(double[]) - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getDoubleArray(double[], long, int) - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getDoubleArray(IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getDoubleArray(IoBuffer, DataType) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getDoubleArray(double[], long, int) - Method in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- getDoubleArray(double[], long, int) - Method in class de.gsi.dataset.serializer.spi.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.serializer.MultiArray
-
Returns the array of all elements of multi-dimensional array.
- getElementsCount() - Method in interface de.gsi.dataset.serializer.MultiArray
-
Returns the number of elements in the multi-dimensional array.
- getEntry(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Returns this map's entry for the given key, or null if the map does not contain an entry for the
key.
- getEntryUsingComparator(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Version of getEntry using comparator.
- getEnum(IoBuffer, Enum<?>) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getEnumTypeList(IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- 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
-
- getErrorNegative(int, double) - Method in interface de.gsi.dataset.DataSetError
-
Returns the negative error along the 'dimIndex' axis of a point specified by the x coordinate.
- getErrorNegative(int, int) - Method in interface de.gsi.dataset.DataSetError
-
Returns the negative error along the 'dimIndex' axis of a point specified by the index.
- getErrorNegative(int, int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
-
- getErrorNegative(int, int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
- getErrorNegative(int, int) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
- getErrorNegative(int, int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
- getErrorNegative(int, int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- getErrorNegative(int, int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
-
- getErrorPositive(int, double) - Method in interface de.gsi.dataset.DataSetError
-
Returns the positive error along the 'dimIndex' axis of a point specified by the x coordinate.
- getErrorPositive(int, int) - Method in interface de.gsi.dataset.DataSetError
-
Returns the positive error along the 'dimIndex' axis of a point specified by the index.
- getErrorPositive(int, int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
-
- getErrorPositive(int, int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
- getErrorPositive(int, int) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
- getErrorPositive(int, int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
- getErrorPositive(int, int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- getErrorPositive(int, int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
-
- getErrorsNegative(int) - Method in interface de.gsi.dataset.DataSetError
-
Returns the negative error along the 'dimIndex' axis for all available data points.
- getErrorsNegative(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
- getErrorsPositive(int) - Method in interface de.gsi.dataset.DataSetError
-
Returns the positive error along the 'dimIndex' axis for all available data points.
- getErrorsPositive(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
- getErrorType(int) - Method in interface de.gsi.dataset.DataSetError
-
Returns the given error type for a specific dimension that may be used to drive given simplifications and
optimisation in derived classes.
- getErrorType(int) - Method in class de.gsi.dataset.spi.AbstractErrorDataSet
-
return the DataSetError.ErrorType of the dataset
- getErrorType(int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
-
- getErrorX() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
-
- getErrorX() - Method in class de.gsi.dataset.spi.utils.DoublePointError
-
- getErrorY() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
-
- getErrorY() - Method in class de.gsi.dataset.spi.utils.DoublePointError
-
- getExecutorService() - Static method in class de.gsi.dataset.event.EventThreadHelper
-
- getExpectedNumberOfDataBytes() - Method in class de.gsi.dataset.serializer.spi.FieldHeader
-
- getField() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- getFieldHeader(IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getFieldMap() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- getFieldName() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- getFieldName() - Method in class de.gsi.dataset.serializer.spi.FieldHeader
-
- getFieldNameRelative() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- 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
-
- getFirstEntry() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Returns the first Entry in the IndexedTreeMap (according to the IndexedTreeMap's key-sort function).
- getFloat() - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getFloat(int[]) - Method in interface de.gsi.dataset.serializer.MultiArray
-
Returns the element at given indices.
- getFloat(IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getFloat() - Method in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- getFloat() - Method in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- getFloatArray() - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getFloatArray(float[]) - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getFloatArray(float[], long, int) - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getFloatArray(IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getFloatArray(float[], long, int) - Method in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- getFloatArray(float[], long, int) - Method in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- getFloorEntry(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Gets the entry corresponding to the specified key; if no such entry exists, returns the entry for the greatest
key less than the specified key; if no such entry exists, returns null.
- 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(IoBuffer, DataType) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getGenericFieldSimpleTypeString(List<Class<?>>) - Static method in class de.gsi.dataset.serializer.spi.AbstractSerialiser
-
- getGenericFieldTypeString() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- getGenericsPrototypes() - Method in class de.gsi.dataset.serializer.spi.FieldSerialiser
-
- getGenericType() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- getHierarchyDepth() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- getHigherEntry(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Gets the entry for the least key greater than the specified key; if no such entry exists, returns the entry for
the least key greater than the specified key; if no such entry exists returns null.
- getIfPresent(Object) - Method in class de.gsi.dataset.utils.Cache
-
- getIndex(int, double) - Method in interface de.gsi.dataset.DataSet
-
Gets the index of the data point closest to the given 'value' coordinate.
- getIndex(int[]) - Method in interface de.gsi.dataset.serializer.MultiArray
-
Returns the element at given indices.
- getIndex(int, double) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Gets the index of the data point closest to the given x coordinate.
- getIndex(int, double) - Method in class de.gsi.dataset.spi.Histogram
-
- getIndex(int, double) - Method in class de.gsi.dataset.spi.Histogram2
-
- getIndex(int, double) - Method in class de.gsi.dataset.spi.TransposedDataSet
-
- getIndex(int) - Method in class de.gsi.dataset.utils.CircularBuffer
-
- getIndex(int) - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
-
- 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
-
- getInstance() - Static method in class de.gsi.dataset.utils.CachedDaemonThreadFactory
-
- getInt() - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getInt(int[]) - Method in interface de.gsi.dataset.serializer.MultiArray
-
Returns the element at given indices.
- getInt() - Method in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- getInt() - Method in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- getIntArray() - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getIntArray(int[]) - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getIntArray(int[], long, int) - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getIntArray(IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getIntArray(int[], long, int) - Method in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- getIntArray(int[], long, int) - Method in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- getInteger(IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getISODate(long, String) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
Get ISO date from milliseconds since Jan 01, 1970
- getJavaName() - Method in enum de.gsi.dataset.serializer.DataType
-
Returns the string representation of the java class type.
- 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.
- getKey() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.Entry
-
Returns the key.
- getKnownClasses() - Static method in class de.gsi.dataset.serializer.spi.ClassDescriptions
-
- getKnownMethods() - Static method in class de.gsi.dataset.serializer.spi.ClassDescriptions
-
- getLabel() - Method in class de.gsi.dataset.spi.LabelledMarker
-
- getLabel() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
-
- getLastEntry() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Returns the last Entry in the IndexedTreeMap (according to the IndexedTreeMap's key-sort function).
- getLastLength() - Method in class de.gsi.dataset.spi.RollingDataSet
-
- getLastReadStamp() - Method in class de.gsi.dataset.locks.DefaultDataSetLock
-
- getLastStoredAutoNotificationState() - Method in class de.gsi.dataset.locks.DefaultDataSetLock
-
- getLastWriteStamp() - Method in class de.gsi.dataset.locks.DefaultDataSetLock
-
- getLength() - Method in interface de.gsi.dataset.AxisDescription
-
- getLength() - Method in class de.gsi.dataset.spi.DataRange
-
Returns length of this range (max - min).
- getLimit() - Method in class de.gsi.dataset.utils.Cache
-
- getLimit() - Method in class de.gsi.dataset.utils.LimitedQueue
-
- getLineWidth() - Method in class de.gsi.dataset.spi.LabelledMarker
-
- getList(IoBuffer, List<E>) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getLockObject() - Method in class de.gsi.dataset.locks.DefaultDataSetLock
-
- getLoggerOutputState() - Static method in class de.gsi.dataset.utils.ProcessingProfiler
-
- getLong() - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getLong(int[]) - Method in interface de.gsi.dataset.serializer.MultiArray
-
Returns the element at given indices.
- getLong(IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getLong() - Method in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- getLong() - Method in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- getLongArray() - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getLongArray(long[]) - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getLongArray(long[], long, int) - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getLongArray(IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getLongArray(long[], long, int) - Method in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- getLongArray(long[], long, int) - Method in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- getLowerEntry(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Returns the entry for the greatest key less than the specified key; if no such entry exists (i.e., the least key
in the Tree is greater than the specified key), returns null.
- getMap(IoBuffer, Map<K, V>) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getMax() - Method in interface de.gsi.dataset.AxisDescription
-
- getMax() - Method in class de.gsi.dataset.spi.DataRange
-
- getMax() - Method in class de.gsi.dataset.spi.DefaultAxisDescription
-
- getMaxDistance() - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
- getMaxIndex(int) - Method in class de.gsi.dataset.spi.DimReductionDataSet
-
- 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
-
- getMemberClassObject(Object) - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- 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
-
- getMethod(Class<?>, String) - Static method in class de.gsi.dataset.serializer.spi.ClassDescriptions
-
- getMin() - Method in interface de.gsi.dataset.AxisDescription
-
- getMin() - Method in class de.gsi.dataset.spi.DataRange
-
- getMin() - Method in class de.gsi.dataset.spi.DefaultAxisDescription
-
- getMinIndex(int) - Method in class de.gsi.dataset.spi.DimReductionDataSet
-
- getModifierID() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- getModifierString() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- getName() - Method in interface de.gsi.dataset.AxisDescription
-
- 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.DefaultAxisDescription
-
- getName() - Method in class de.gsi.dataset.spi.TransposedDataSet
-
- getName() - Method in class de.gsi.dataset.spi.WrappedDataSet
-
Returns the name of the dataset.
- getNew1DGaussian() - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
-
- getNumbersOfThreads() - Static method in class de.gsi.dataset.utils.CachedDaemonThreadFactory
-
- getOptional(K) - Method in class de.gsi.dataset.utils.Cache
-
- getParent() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- getParent(ClassFieldDescription, int) - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- getParent() - Method in class de.gsi.dataset.serializer.spi.FieldHeader
-
- getPayLoad() - Method in class de.gsi.dataset.event.UpdateEvent
-
- getPermutation() - Method in class de.gsi.dataset.spi.TransposedDataSet
-
- getPrimitiveSize() - Method in enum de.gsi.dataset.serializer.DataType
-
- getProducerName() - Method in class de.gsi.dataset.serializer.spi.BinarySerialiser.HeaderInfo
-
- getProjectionX() - Method in class de.gsi.dataset.spi.Histogram2
-
- getProjectionY() - Method in class de.gsi.dataset.spi.Histogram2
-
- getQueue(IoBuffer, Queue<E>) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getRateEstimate() - Method in class de.gsi.dataset.event.EventRateLimiter
-
- getReaderCount() - Method in class de.gsi.dataset.locks.DefaultDataSetLock
-
- getReaderFunction() - Method in class de.gsi.dataset.serializer.spi.FieldSerialiser
-
- getReductionOption() - Method in class de.gsi.dataset.spi.DimReductionDataSet
-
- getSecond() - Method in class de.gsi.dataset.spi.utils.Triple
-
- getSet(IoBuffer, Set<E>) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getShort() - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getShort(int[]) - Method in interface de.gsi.dataset.serializer.MultiArray
-
Returns the element at given indices.
- getShort(IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getShort() - Method in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- getShort() - Method in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- getShortArray() - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getShortArray(short[]) - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getShortArray(short[], long, int) - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getShortArray(IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getShortArray(short[], long, int) - Method in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- getShortArray(short[], long, int) - Method in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- getSimpleName() - Method in class de.gsi.dataset.serializer.spi.FieldSerialiser
-
- getSize() - Method in class de.gsi.dataset.utils.Cache
-
- getSourceDataSet() - Method in class de.gsi.dataset.spi.DimReductionDataSet
-
- getStartIndex(Object) - Method in class de.gsi.dataset.spi.utils.IntStringMap
-
- getStartIndex(Object) - Method in class de.gsi.dataset.spi.utils.ObjectObjectMap
-
- getString() - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getString(int[]) - Method in interface de.gsi.dataset.serializer.MultiArray
-
Returns the element at given indices.
- getString(IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getString() - Method in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- getString() - Method in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- getStringArray() - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getStringArray(String[]) - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getStringArray(String[], long, int) - Method in interface de.gsi.dataset.serializer.IoBuffer
-
- getStringArray(IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- getStringArray(String[], long, int) - Method in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- getStringArray(String[], long, int) - Method in class de.gsi.dataset.serializer.spi.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() - 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() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
-
- 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() - Method in class de.gsi.dataset.spi.TransposedDataSet
-
- getStyle(int) - Method in class de.gsi.dataset.spi.TransposedDataSet
-
- getStyle(int) - Method in class de.gsi.dataset.spi.WrappedDataSet
-
- getStyle(int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
-
- getSum(int, 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
-
- getThrowableList() - Method in exception de.gsi.dataset.utils.AggregateException
-
- getTimeDiff(long) - Static method in class de.gsi.dataset.utils.ProcessingProfiler
-
- getTimeDiff(long, String) - Static method in class de.gsi.dataset.utils.ProcessingProfiler
-
- getTimeout() - Method in class de.gsi.dataset.utils.Cache
-
- 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.
- getTimeUnit() - Method in class de.gsi.dataset.utils.Cache
-
- getType() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- getTypeName() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- getUnit() - Method in interface de.gsi.dataset.AxisDescription
-
- getUnit() - Method in class de.gsi.dataset.spi.DefaultAxisDescription
-
- getValue(int, double) - Method in interface de.gsi.dataset.DataSet
-
Gets the interpolated y value of the data point for given x coordinate
- getValue(double) - Method in interface de.gsi.dataset.DataSet2D
-
Gets the interpolated y value of the data point for given x coordinate
- getValue(int, double) - Method in interface de.gsi.dataset.DataSet2D
-
Gets the interpolated y value of the data point for given x coordinate
- getValue(int, double) - Method in class de.gsi.dataset.spi.Histogram
-
- getValue(int, double) - Method in class de.gsi.dataset.spi.Histogram2
-
- getValue(int, double) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
-
- getValue(int, double) - Method in class de.gsi.dataset.spi.TransposedDataSet
-
- 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.
- getValue() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.Entry
-
Returns the value associated with the key.
- getValues(int) - Method in interface de.gsi.dataset.DataSet
-
- getValues(int) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
- getValues(int) - Method in class de.gsi.dataset.spi.DoubleDataSet3D
-
- getValues(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
- getValues(int) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
-
- getValues(int) - Method in class de.gsi.dataset.spi.TransposedDataSet
-
- getVerboseOutputState() - Static method in class de.gsi.dataset.utils.ProcessingProfiler
-
- getVersionMajor() - Method in class de.gsi.dataset.serializer.spi.BinarySerialiser.HeaderInfo
-
- getVersionMicro() - Method in class de.gsi.dataset.serializer.spi.BinarySerialiser.HeaderInfo
-
- getVersionMinor() - Method in class de.gsi.dataset.serializer.spi.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
-
- getWriterCount() - Method in class de.gsi.dataset.locks.DefaultDataSetLock
-
- getWriterFunction() - Method in class de.gsi.dataset.serializer.spi.FieldSerialiser
-
- getX(int) - Method in interface de.gsi.dataset.DataSet2D
-
Gets the x value of the data point with the index i
- getX(int) - Method in class de.gsi.dataset.spi.DoubleDataSet3D
-
- getX(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
- getX() - Method in class de.gsi.dataset.spi.LabelledMarker
-
- getX() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
-
- 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
-
- getXFloatValues() - Method in class de.gsi.dataset.spi.FloatDataSet
-
- getXIndex(double) - Method in interface de.gsi.dataset.DataSet2D
-
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.TransposedDataSet.TransposedDataSet3D
-
- getXIndex(double) - Method in class de.gsi.dataset.spi.WrappedDataSet
-
- getXValue() - Method in class de.gsi.dataset.spi.utils.Tuple
-
- getXValues() - Method in interface de.gsi.dataset.DataSet2D
-
- 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.DataSet2D
-
Gets the y value of the data point with the index i
- getY(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
- getY() - Method in class de.gsi.dataset.spi.LabelledMarker
-
- getY() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
-
- 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
-
- getYFloatValues() - Method in class de.gsi.dataset.spi.FloatDataSet
-
- getYIndex(double) - Method in interface de.gsi.dataset.DataSet2D
-
Gets the first index of the data point closest to the given y coordinate.
- getYIndex(double) - Method in class de.gsi.dataset.spi.TransposedDataSet.TransposedDataSet3D
-
- getYValue() - Method in class de.gsi.dataset.spi.utils.Tuple
-
- getYValues() - Method in interface de.gsi.dataset.DataSet2D
-
- getYValues() - Method in class de.gsi.dataset.spi.AveragingDataSet
-
- 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 interface de.gsi.dataset.Histogram2D
-
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.Histogram2
-
- getZ(int, int) - Method in class de.gsi.dataset.spi.TransposedDataSet.TransposedDataSet3D
-
- getZValues() - Method in class de.gsi.dataset.spi.DoubleDataSet3D
-
- gtEqThanZero(String, double) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Checks if the int value is >= 0
- gtEqThanZero(String, int) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Checks if the int value is >= 0
- gtEqThanZero(String, T) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Checks if the value is >= 0
- gtOrEqual(String, double, double) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Checks if the variable is less or equal than the reference
- gtOrEqual(String, float, float) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Checks if the variable is less or equal than the reference
- gtOrEqual(String, int, int) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Checks if the variable is greater or equal than the reference
- gtOrEqual(String, long, long) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Checks if the variable is less or equal than the reference
- gtThanZero(String, int) - 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
- 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
-
- increaseCapacity(int) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
-
- indentationNumerOfSpace - Static variable in class de.gsi.dataset.serializer.spi.ClassDescriptions
-
- 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.
- IndexedTreeMap.AscendingSubMap<K,V> - Class in de.gsi.dataset.utils.trees
-
- IndexedTreeMap.AscendingSubMap.AscendingEntrySetView - Class in de.gsi.dataset.utils.trees
-
- IndexedTreeMap.Entry<K,V> - Class in de.gsi.dataset.utils.trees
-
Node in the Tree.
- IndexedTreeMap.EntryIterator - Class in de.gsi.dataset.utils.trees
-
- IndexedTreeMap.PrivateEntryIterator<T> - Class in de.gsi.dataset.utils.trees
-
Base class for IndexedTreeMap Iterators
- IndexedTreeMap.ValueIterator - Class in de.gsi.dataset.utils.trees
-
- 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, int, String) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Checks if the index1 <= index2
- indexOrder(int, String, int, String) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Checks if the index1 <= index2
- infoList - Variable in class de.gsi.dataset.spi.DataSetBuilder
-
- initialCapacity - Variable in class de.gsi.dataset.spi.DataSetBuilder
-
- initNullMemberFields(Object) - Static method in class de.gsi.dataset.serializer.spi.ClassDescriptions
-
- initNullMemberFields(Object, ClassFieldDescription) - Static method in class de.gsi.dataset.serializer.spi.ClassDescriptions
-
- integralSimple(DataSet) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
-
- IntStringMap - Class in de.gsi.dataset.spi.utils
-
- IntStringMap(int, float) - Constructor for class de.gsi.dataset.spi.utils.IntStringMap
-
- 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
- invokeListener(UpdateEvent, boolean) - Method in interface de.gsi.dataset.event.EventSource
-
invoke object within update listener list
- IoBuffer - Interface in de.gsi.dataset.serializer
-
Interface definition in line with the jdk Buffer abstract class.
- ioBuffer - Variable in class de.gsi.dataset.serializer.spi.iobuffer.IoBufferFieldSerialiser
-
- IoBufferFieldSerialiser - Class in de.gsi.dataset.serializer.spi.iobuffer
-
- IoBufferFieldSerialiser(IoBuffer, FieldSerialiser.FieldSerialiserFunction, FieldSerialiser.FieldSerialiserFunction, Class<?>, Class<?>...) - Constructor for class de.gsi.dataset.serializer.spi.iobuffer.IoBufferFieldSerialiser
-
- IoBufferHeader<C extends IoBufferHeader<C>> - Interface in de.gsi.dataset.serializer
-
Interface definition in line with the jdk Buffer abstract class.
- IoBufferSerialiser - Class in de.gsi.dataset.serializer.spi.iobuffer
-
reference implementation for streaming arbitrary object to and from a IoBuffer-based byte-buffer
- IoBufferSerialiser(IoBuffer) - Constructor for class de.gsi.dataset.serializer.spi.iobuffer.IoBufferSerialiser
-
Initialises new IoBuffer-backed object serialiser
- isAbstract() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- isAcceptable(int, double...) - Method in interface de.gsi.dataset.EditConstraints
-
Determines if the specified point can be accepted by the data set.
- isArray() - Method in enum de.gsi.dataset.serializer.DataType
-
- isAutoNotification() - Method in interface de.gsi.dataset.event.EventSource
-
Checks it automatic notification is enabled.
- isBufferFlipped() - Method in class de.gsi.dataset.utils.CircularBuffer
-
- isBufferFlipped() - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
-
- isClass() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- isClassKnown(Class<?>, List<Class<?>>) - Method in class de.gsi.dataset.serializer.spi.AbstractSerialiser
-
- isCompatible() - Method in class de.gsi.dataset.serializer.spi.BinarySerialiser.HeaderInfo
-
- isDataLablesSerialised() - Static method in class de.gsi.dataset.serializer.spi.iobuffer.DataSetSerialiser
-
- isDefined() - Method in interface de.gsi.dataset.AxisDescription
-
Determines if axis range is defined - ie.
- isDefined() - Method in class de.gsi.dataset.spi.DataRange
-
Determines if this DataRange is defined - min and max values are defined.
- isEditable(int) - Method in interface de.gsi.dataset.EditConstraints
-
- isEmpty() - Method in class de.gsi.dataset.spi.utils.IntStringMap
-
- isEmpty() - Method in class de.gsi.dataset.spi.utils.ObjectObjectMap
-
- isEmpty() - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
-
- isEmpty() - Method in exception de.gsi.dataset.utils.AggregateException
-
- isEmpty() - Method in class de.gsi.dataset.utils.Cache
-
- 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.
- isEnum() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- isEquiDistant() - Method in interface de.gsi.dataset.Histogram
-
- isEquiDistant() - Method in class de.gsi.dataset.spi.AbstractHistogram
-
- isFinal() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- isHorizontal - Variable in class de.gsi.dataset.spi.Histogram
-
- isInterface() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- isMaxDefined() - Method in class de.gsi.dataset.spi.DataRange
-
Determines if max value has been defined.
- isMetaDataSerialised() - Static method in class de.gsi.dataset.serializer.spi.iobuffer.DataSetSerialiser
-
- isMinDefined() - Method in class de.gsi.dataset.spi.DataRange
-
Determines if min value has been defined.
- isNative() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- isObject() - Method in enum de.gsi.dataset.serializer.DataType
-
- isPrimitive() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- isPrivate() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- isProtected() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- isPublic() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- isReadOnly() - Method in interface de.gsi.dataset.serializer.IoBufferHeader
-
- isReadOnly() - Method in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- isReadOnly() - Method in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- isRoot() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- isScalar() - Method in enum de.gsi.dataset.serializer.DataType
-
- isSerializable() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- isStatic() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- isStrict() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- isSynchronized() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- isTransient() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- isTransposed() - Method in class de.gsi.dataset.spi.TransposedDataSet
-
- isVolatile() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- iterator() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- iterator() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap.AscendingEntrySetView
-
- 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
-
- readCount() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
- readDataSetFromByteArray(IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.iobuffer.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(IoBuffer, FieldHeader) - Static method in class de.gsi.dataset.serializer.spi.BinaryArrayFactory
-
- readerFunction - Variable in class de.gsi.dataset.serializer.spi.FieldSerialiser
-
- readLock() - Method in interface de.gsi.dataset.locks.DataSetLock
-
reentrant read-lock
- readLock() - Method in class de.gsi.dataset.locks.DefaultDataSetLock
-
- readLockGuard(Runnable) - Method in interface de.gsi.dataset.locks.DataSetLock
-
- readLockGuard(Supplier<R>) - Method in interface de.gsi.dataset.locks.DataSetLock
-
- readLockGuard(Runnable) - Method in class de.gsi.dataset.locks.DefaultDataSetLock
-
- readLockGuard(Supplier<R>) - Method in class de.gsi.dataset.locks.DefaultDataSetLock
-
- readLockGuardOptimistic(Runnable) - Method in interface de.gsi.dataset.locks.DataSetLock
-
- readLockGuardOptimistic(Supplier<R>) - Method in interface de.gsi.dataset.locks.DataSetLock
-
- readLockGuardOptimistic(Runnable) - Method in class de.gsi.dataset.locks.DefaultDataSetLock
-
- readLockGuardOptimistic(Supplier<R>) - Method in class de.gsi.dataset.locks.DefaultDataSetLock
-
- readNumericDataFromFile(BufferedReader, String, boolean, int) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
- readTreeSet(int, ObjectInputStream, V) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Intended to be called only from IndexedTreeSet.readObject
- readUnLock() - Method in interface de.gsi.dataset.locks.DataSetLock
-
- readUnLock() - Method in class de.gsi.dataset.locks.DefaultDataSetLock
-
- recomputeLimits(int) - Method in interface de.gsi.dataset.DataSet
-
- recomputeLimits(int) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Computes limits (ranges) of this DataSet.
- recomputeLimits(int) - Method in class de.gsi.dataset.spi.AbstractDataSet3D
-
recompute data set limits
- recomputeLimits(int) - Method in class de.gsi.dataset.spi.AbstractErrorDataSet
-
Computes limits (ranges) of this DataSet including data point errors.
- recomputeLimits(int) - Method in class de.gsi.dataset.spi.TransposedDataSet
-
- register(AbstractSerialiser, IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.iobuffer.FieldBoxedValueArrayHelper
-
registers default serialiser for boxed array primitive types (ie.
- register(AbstractSerialiser, IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.iobuffer.FieldBoxedValueHelper
-
registers default serialiser for primitive array types (ie.
- register(AbstractSerialiser, IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.iobuffer.FieldDataSetHelper
-
registers default DataSet interface and related helper methods
- register(AbstractSerialiser, IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.iobuffer.FieldPrimitiveValueHelper
-
registers default serialiser for primitive types (ie.
- register(AbstractSerialiser, IoBuffer) - Static method in class de.gsi.dataset.serializer.spi.iobuffer.FieldPrimitveValueArrayHelper
-
registers default serialiser for array primitive types (ie.
- relativeEpsilon(double, double) - Static method in class de.gsi.dataset.spi.utils.MathUtils
-
- relativeEpsilon(float, float) - Static method in class de.gsi.dataset.spi.utils.MathUtils
-
- release(String, boolean[]) - Static method in class de.gsi.dataset.utils.ArrayCache
-
Returns ownership of array to cache
- release(String, byte[]) - Static method in class de.gsi.dataset.utils.ArrayCache
-
Returns ownership of array to cache
- release(String, double[]) - Static method in class de.gsi.dataset.utils.ArrayCache
-
Returns ownership of array to cache
- release(String, float[]) - Static method in class de.gsi.dataset.utils.ArrayCache
-
Returns ownership of array to cache
- release(String, int[]) - Static method in class de.gsi.dataset.utils.ArrayCache
-
Returns ownership of array to cache
- release(String, long[]) - Static method in class de.gsi.dataset.utils.ArrayCache
-
Returns ownership of array to cache
- release(String, short[]) - Static method in class de.gsi.dataset.utils.ArrayCache
-
Returns ownership of array to cache
- release(String, String[]) - Static method in class de.gsi.dataset.utils.ArrayCache
-
Returns ownership of array to cache
- release(String, ByteBuffer) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
-
- release(String, StringBuilder) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
-
- remaining() - Method in interface de.gsi.dataset.serializer.IoBufferHeader
-
- remaining() - Method in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- remaining() - Method in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- 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() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescriptionIterator
-
- 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) - Method in class de.gsi.dataset.spi.FloatDataSet
-
remove point from data set
- remove(int, int) - Method in class de.gsi.dataset.spi.FloatDataSet
-
removes sub-range of data points
- 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) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
-
remove point from data set
- remove(int, int) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
-
removes sub-range of data points
- remove(Object) - Method in class de.gsi.dataset.spi.utils.IntStringMap
-
- remove(Object) - Method in class de.gsi.dataset.spi.utils.ObjectObjectMap
-
- remove(int, int) - Method in class de.gsi.dataset.spi.utils.StringHashMapList
-
Removes elements of this list using optimised system calls.
- remove(int, int) - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
-
Removes elements of this list using optimised system calls.
- remove(Object) - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
-
- remove(int, int) - Method in class de.gsi.dataset.spi.utils.StringHashMapList3
-
Removes elements of this list using optimised system calls.
- remove(Object) - Method in class de.gsi.dataset.utils.Cache
-
- 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() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.PrivateEntryIterator
-
- 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.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.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.
- replace(E) - Method in class de.gsi.dataset.utils.CircularBuffer
-
- replace(E, int) - Method in class de.gsi.dataset.utils.CircularBuffer
-
- replace(double) - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
-
- replace(double, int) - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
-
- reset() - Method in interface de.gsi.dataset.Histogram
-
reset histogram content
- reset() - Method in interface de.gsi.dataset.serializer.IoBufferHeader
-
resets the buffer read/write position to zero
- reset() - Method in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- reset() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
resets read and write count
- reset() - Method in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- 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.Histogram
-
- 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
- resetReadCount() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
resets the read counter
- resetWriteCount() - Method in class de.gsi.dataset.serializer.spi.ClassFieldDescription
-
resets the write counter
- 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
- resize(int) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
-
ensures minimum size, enlarges if necessary
- right - Variable in class de.gsi.dataset.utils.trees.IndexedTreeMap.Entry
-
- 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
-
- run() - Method in class de.gsi.dataset.event.EventRateLimiter.DelayedUpdateTask
-
- SELF - Static variable in class de.gsi.dataset.serializer.spi.BinarySerialiser
-
- serialiseObject(Object) - Method in class de.gsi.dataset.serializer.spi.AbstractSerialiser
-
- serialiseObject(Object, ClassFieldDescription, int) - Method in class de.gsi.dataset.serializer.spi.AbstractSerialiser
-
- serialiseObject(Object) - Method in class de.gsi.dataset.serializer.spi.iobuffer.IoBufferSerialiser
-
- set(AxisDescription) - Method in interface de.gsi.dataset.AxisDescription
-
Sets updates this AxisDescription with the specified other one.
- set(double, double) - Method in interface de.gsi.dataset.AxisDescription
-
Sets min and max values for this range.
- set(String, String...) - Method in interface de.gsi.dataset.AxisDescription
-
- set(String, String, double, double) - Method in interface de.gsi.dataset.AxisDescription
-
- set(int, double...) - Method in interface de.gsi.dataset.EditableDataSet
-
modify point in the the data set
- 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(DataRange) - Method in class de.gsi.dataset.spi.DefaultAxisDescription
-
- set(double, double) - Method in class de.gsi.dataset.spi.DefaultAxisDescription
-
- set(String, String...) - Method in class de.gsi.dataset.spi.DefaultAxisDescription
-
- set(String, String, double, double) - Method in class de.gsi.dataset.spi.DefaultAxisDescription
-
- 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[]) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
Initialises the data set with specified data.
- set(double[], double[], boolean) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
Initialises the data set with specified data.
- set(double[], double[], int, boolean) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
Initialises the data set with specified data.
- set(int, double...) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
replaces point coordinate of existing data point
- set(int, double, double) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
replaces point coordinate of existing data point
- set(int, double[], double[]) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
- set(double[], double[], double[][]) - Method in class de.gsi.dataset.spi.DoubleDataSet3D
-
overwrites/replaces data points with new coordinates
- set(int, int, double) - Method in class de.gsi.dataset.spi.DoubleDataSet3D
-
- set(int, int, double, double, double) - Method in class de.gsi.dataset.spi.DoubleDataSet3D
-
- set(DataSet) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
clear old data and overwrite with data from 'other' data set (deep copy)
- set(double[], double[], double[], double[]) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
Initialises the data set with specified data.
- 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[], int, boolean) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
Initialises the data set with specified data.
- set(int, double...) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
replaces point coordinate of existing data point
- 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(DataSet2D) - Method in class de.gsi.dataset.spi.FloatDataSet
-
clear old data and overwrite with data from 'other' data set (deep copy)
- set(float[], float[]) - Method in class de.gsi.dataset.spi.FloatDataSet
-
Initialises the data set with specified data.
- set(float[], float[], boolean) - Method in class de.gsi.dataset.spi.FloatDataSet
-
Initialises the data set with specified data.
- set(float[], float[], int, boolean) - Method in class de.gsi.dataset.spi.FloatDataSet
-
Initialises the data set with specified data.
- set(int, double...) - Method in class de.gsi.dataset.spi.FloatDataSet
-
replaces point coordinate of existing data point
- 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(int, LabelledMarker) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
replaces existing data marker with new marker value
- set(LabelledMarker[]) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
replaces existing with new marker values
- set(List<LabelledMarker>) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
replaces existing with new marker values
- set(double, double, double, double, String...) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
-
- set(double[], double[]) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
Initialises the data set with specified data.
- set(double[], double[], 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[], int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
Initialises the data set with specified data.
- 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(int, double, double) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
sets new value of existing data point
- set(List<DoublePoint>) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
replaces values of all existing data points
- set(double[], double[]) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
Initialises the data set with specified data.
- 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[], 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(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(DataSet) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
-
clear old data and overwrite with data from 'other' data set (deep copy)
- set(double[][]) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
-
Initialises the data set with specified data.
- set(double[][], boolean) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
-
Initialises the data set with specified data.
- set(int, double...) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
-
replaces point coordinate of existing data point
- set(int, double[][]) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
-
Sets the values of the DataSet from index onwards.
- 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
-
- setAll(StringHashMapList) - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
-
- setAll(StringHashMapList) - Method in class de.gsi.dataset.spi.utils.StringHashMapList3
-
- setAverageSize(int) - Method in class de.gsi.dataset.spi.AveragingDataSet
-
- setAxisMax(int, double) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setAxisMin(int, double) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setAxisName(int, String) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setAxisUnit(int, String) - Method in class de.gsi.dataset.spi.DataSetBuilder
-
- setBufferIncrements(int) - Static method in class de.gsi.dataset.serializer.spi.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.serializer.spi.iobuffer.DataSetSerialiser
-
- setDataset(DataSet2D) - 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
-
- setDimension(int) - Method in class de.gsi.dataset.event.AxisChangeEvent
-
- 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(int, DataSetError.ErrorType) - Method in class de.gsi.dataset.spi.AbstractErrorDataSet
-
sets the error type of the data set for the given dimension index
- setExportMetaDataByDefault(boolean) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
- 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 interface de.gsi.dataset.AxisDescription
-
Sets max value for this range.
- setMax(double) - Method in class de.gsi.dataset.spi.DataRange
-
Sets max value for this range.
- setMax(double) - Method in class de.gsi.dataset.spi.DefaultAxisDescription
-
- setMaxDistance(double) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
- setMaxIndex(int, double) - Method in class de.gsi.dataset.spi.DimReductionDataSet
-
- 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.serializer.spi.iobuffer.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 interface de.gsi.dataset.AxisDescription
-
Sets min value for this range.
- setMin(double) - Method in class de.gsi.dataset.spi.DataRange
-
Sets min value for this range.
- setMin(double) - Method in class de.gsi.dataset.spi.DefaultAxisDescription
-
- setMinIndex(int, double) - Method in class de.gsi.dataset.spi.DimReductionDataSet
-
- 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
-
- setPermutation(int[]) - Method in class de.gsi.dataset.spi.TransposedDataSet
-
- setPermutation(int[]) - Method in class de.gsi.dataset.spi.TransposedDataSet.TransposedDataSet3D
-
- 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
-
- setStyle(String) - Method in class de.gsi.dataset.spi.TransposedDataSet
-
- setTransposed(boolean) - Method in class de.gsi.dataset.spi.TransposedDataSet
-
- 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).
- setValue(V) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.Entry
-
Replaces the value currently associated with the key with the given value.
- 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
-
- 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
-
- 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
-
- 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.
- shiftKeys(int, int) - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
-
shift elements all keys from starting index until the last toIndex.
- shiftKeys(int, int) - Method in class de.gsi.dataset.spi.utils.StringHashMapList3
-
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.spi.utils.IntStringMap
-
- size() - Method in class de.gsi.dataset.spi.utils.ObjectObjectMap
-
- size() - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
-
- size() - Method in class de.gsi.dataset.utils.Cache
-
- 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.serializer.spi.ByteBuffer
-
- SIZE_OF_BOOLEAN - Static variable in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- SIZE_OF_BYTE - Static variable in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- SIZE_OF_BYTE - Static variable in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- SIZE_OF_CHAR - Static variable in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- SIZE_OF_CHAR - Static variable in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- SIZE_OF_DOUBLE - Static variable in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- SIZE_OF_DOUBLE - Static variable in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- SIZE_OF_FLOAT - Static variable in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- SIZE_OF_FLOAT - Static variable in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- SIZE_OF_INT - Static variable in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- SIZE_OF_INT - Static variable in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- SIZE_OF_LONG - Static variable in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- SIZE_OF_LONG - Static variable in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- SIZE_OF_SHORT - Static variable in class de.gsi.dataset.serializer.spi.ByteBuffer
-
- SIZE_OF_SHORT - Static variable in class de.gsi.dataset.serializer.spi.FastByteBuffer
-
- startMarkerFunction - Variable in class de.gsi.dataset.serializer.spi.AbstractSerialiser
-
- 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
-
- StringHashMapList2 - Class in de.gsi.dataset.spi.utils
-
- StringHashMapList2() - Constructor for class de.gsi.dataset.spi.utils.StringHashMapList2
-
- StringHashMapList3 - Class in de.gsi.dataset.spi.utils
-
- StringHashMapList3() - Constructor for class de.gsi.dataset.spi.utils.StringHashMapList3
-
- style - Variable in class de.gsi.dataset.spi.FifoDoubleErrorDataSet.DataBlob
-
- style - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
-
- subCeiling(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap
-
- subFloor(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap
-
- subHigher(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap
-
- subHighest() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap
-
- subLower(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap
-
- subLowest() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap
-
- subMap(K, boolean, K, boolean) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap
-
- 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
-
- 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.
- sumup() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.Entry
-
- swallowRest(IoBuffer, FieldHeader) - Static method in class de.gsi.dataset.serializer.spi.BinarySerialiser
-