A B C D E F G H I K L M N P R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractDataSet<D extends AbstractStylable<D>> - Class in de.gsi.dataset.spi
-
The abstract implementation of DataSet interface that provides implementation of some methods.
- AbstractDataSet(String) - Constructor for class de.gsi.dataset.spi.AbstractDataSet
-
default constructor
- AbstractDataSet3D<D extends AbstractDataSet3D<D>> - Class in de.gsi.dataset.spi
-
An abstract implementation of
DataSet3Dinterface. - AbstractDataSet3D(String) - Constructor for class de.gsi.dataset.spi.AbstractDataSet3D
-
Creates a new
AbstractDataSet3D. - AbstractErrorDataSet<D extends AbstractErrorDataSet<D>> - Class in de.gsi.dataset.spi
-
The abstract implementation of DataSet and DataSetError interface that provides implementation of some methods.
- AbstractErrorDataSet(String) - Constructor for class de.gsi.dataset.spi.AbstractErrorDataSet
-
Creates a new instance of
AbstractDataSet. - AbstractHistogram - Class in de.gsi.dataset.spi
- AbstractHistogram(String, 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
Mapinterface, to minimize the effort required to implement this interface. - AbstractMap() - Constructor for class de.gsi.dataset.utils.trees.AbstractMap
-
Sole constructor.
- AbstractMap.SimpleEntry<K,V> - Class in de.gsi.dataset.utils.trees
-
An Entry maintaining a key and a value.
- AbstractMap.SimpleImmutableEntry<K,V> - Class in de.gsi.dataset.utils.trees
-
An Entry maintaining an immutable key and value.
- AbstractSet<E> - Class in de.gsi.dataset.utils.trees
-
This class provides a skeletal implementation of the
Setinterface 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 class de.gsi.dataset.spi.DataRange
-
Adds value to this range.
- add(double[], double[]) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
Initialises the data set with specified data.
- add(double[], double[]) - Method in class de.gsi.dataset.spi.FragmentedDataSet
-
adds new custom x and y array values (internally generates a new DataSet)
- add(double[], double[]) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
Adds data points to this data set.
- add(double[], double[]) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.Initialises the data set with specified data.
- 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.CircularDoubleErrorDataSet
-
Initialises the data set with specified data.
- add(double[], double[], double[], double[]) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
Initialises the data set with specified data.
- add(double[], double[], double[], double[]) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
Initialises the data set with specified data.
- add(double[], double[], double[], double[]) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
Adds data points to this data set.
- add(double[], double[], double[], double[]) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.Adds data points to this data set.
- add(double, double) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
Add point to the end of the data set
- add(double, double) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
Add point to the DoublePoints object.
- add(double, double) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
- 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.ListErrorDataSet
-
Deprecated.
- add(double, double, double, double) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
-
Add point to the DoublePoints object
- add(double, double, double, double) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
Add point to the DoublePoints object
- add(double, double, double, double) - 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.LimitedIndexedTreeDataSet
-
add new point
- add(double, double, double, double) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.add new point
- 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) - 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.CircularDoubleErrorDataSet
-
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, String) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
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(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 storage container
- add(int, double, double) - Method in interface de.gsi.dataset.EditableDataSet
-
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) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
- add(int, double, double) - Method in class de.gsi.dataset.spi.FloatDataSet
-
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, float, float, String) - Method in class de.gsi.dataset.spi.FloatDataSet
-
add point to the data set
- add(DataSet) - Method in class de.gsi.dataset.spi.AveragingDataSet
- add(DataSet) - Method in class de.gsi.dataset.spi.FragmentedDataSet
- add(DataSet) - Method in class de.gsi.dataset.spi.RollingDataSet
- add(DataRange) - Method in class de.gsi.dataset.spi.DataRange
-
Add the specified data range to this range.
- add(LabelledMarker) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
- add(E) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet.LimitedQueue
- add(E) - Method in class de.gsi.dataset.utils.LimitedQueue
- add(E) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
Adds the specified element to this set if it is not already present.
- addAll(Collection<? extends E>) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
Adds all of the elements in the specified collection to this set.
- addBinContent(int) - Method in interface de.gsi.dataset.Histogram
-
Increment bin content by 1.
- addBinContent(int) - Method in class de.gsi.dataset.spi.AbstractHistogram
- addBinContent(int, double) - Method in interface de.gsi.dataset.Histogram
-
Increment bin content by a weight w.
- addBinContent(int, double) - Method in class de.gsi.dataset.spi.AbstractHistogram
- addDataLabel(int, String) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
adds a custom new data label for a point The label can be used as a category name if CategoryStepsDefinition is used or for annotations displayed for data points.
- addDataLabel(int, String) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
adds a custom new data label for a point The label can be used as a category name if CategoryStepsDefinition is used or for annotations displayed for data points.
- addDataLabel(int, String) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
adds a custom new data label for a point The label can be used as a category name if CategoryStepsDefinition is used or for annotations displayed for data points.
- addDataLabel(int, String) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.adds a custom new data label for a point The label can be used as a category name if CategoryStepsDefinition is used or for annotations displayed for data points.
- addDataLabel(int, String) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.adds a custom new data label for a point The label can be used as a category name if CategoryStepsDefinition is used or for annotations displayed for data points.
- addDataStyle(int, String) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
A string representation of the CSS style associated with this specific
DataSetdata point. - addDataStyle(int, String) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
A string representation of the CSS style associated with this specific
DataSetdata point. - addDataStyle(int, String) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
A string representation of the CSS style associated with this specific
DataSetdata point. - addDataStyle(int, String) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.A string representation of the CSS style associated with this specific
DataSetdata point. - addDataStyle(int, String) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.A string representation of the CSS style associated with this specific
DataSetdata point. - AddedDataEvent - Class in de.gsi.dataset.event
-
AddedDataEvent class that is passed along the notification performed by the
EventSourceclass. - 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
EventListenerwhich will be notified whenever theObservablebecomes invalid. - areEqual(double, double) - Static method in class de.gsi.dataset.utils.AssertUtils
-
The method returns true if both values area equal.
- assertType(Object, Class<?>) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Asserts if the specified object is an instance of the specified type.
- AssertUtils - Class in de.gsi.dataset.utils
-
Utility class used to examine function parameters.
- AUTO - de.gsi.dataset.utils.DataSetUtils.Compression
-
Determine Compression from file extension
- 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
B
- belongsToEnum(String, int[], int) - Static method in class de.gsi.dataset.utils.AssertUtils
- binarySearchX(double, int, int) - Method in class de.gsi.dataset.spi.AbstractDataSet
- binarySearchY(double, int, int) - Method in class de.gsi.dataset.spi.AbstractDataSet
- build() - Method in class de.gsi.dataset.spi.DataSetBuilder
- BYTE_ARRAY_CACHE_LOCK - Static variable in class de.gsi.dataset.utils.DataSetUtilsHelper
- byteArrayCache - Static variable in class de.gsi.dataset.utils.DataSetUtilsHelper
C
- canAdd(int) - Method in interface de.gsi.dataset.EditConstraints
- canChange(int) - Method in interface de.gsi.dataset.EditConstraints
-
Determines if the specified data point can be modified.
- canDelete(int) - Method in interface de.gsi.dataset.EditConstraints
- ceiling(E) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
- ceilingEntry(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
- ceilingKey(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
- checkArrayDimension(String, boolean[], int) - Static method in class de.gsi.dataset.utils.AssertUtils
- checkArrayDimension(String, double[], int) - Static method in class de.gsi.dataset.utils.AssertUtils
- checkArrayDimension(String, int[], int) - Static method in class de.gsi.dataset.utils.AssertUtils
- CircularBuffer<E> - Class in de.gsi.dataset.utils
-
simple circular ring buffer implementation for generic object type (with read == write position)
- CircularBuffer(int) - Constructor for class de.gsi.dataset.utils.CircularBuffer
- CircularDoubleErrorDataSet - Class in de.gsi.dataset.spi
- CircularDoubleErrorDataSet(String, int) - Constructor for class de.gsi.dataset.spi.CircularDoubleErrorDataSet
-
Creates a new instance of
CircularDoubleErrorDataSet. - clear() - Method in class de.gsi.dataset.spi.AveragingDataSet
-
clear all data
- clear() - Method in class de.gsi.dataset.spi.FragmentedDataSet
-
clears all sub-dataset references
- clear() - Method in class de.gsi.dataset.utils.trees.AbstractMap
-
This implementation calls
entrySet().clear(). - clear() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Removes all of the mappings from this map.
- clear() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
Removes all of the elements from this set.
- clearData() - Method in class de.gsi.dataset.spi.DoubleDataSet
-
clear all data points
- clearData() - Method in class de.gsi.dataset.spi.DoubleDataSet3D
-
clears all data points
- clearData() - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
clears all data
- clearData() - Method in class de.gsi.dataset.spi.FloatDataSet
-
clear all data points
- clearData() - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
- clearData() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
remove all data points
- clearData() - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.clear all data points
- clearData() - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.clears all data points
- clone() - Method in class de.gsi.dataset.spi.DataRange
- clone() - Method in class de.gsi.dataset.utils.trees.AbstractMap
-
Returns a shallow copy of this
AbstractMapinstance: the keys and values themselves are not cloned. - clone() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Returns a shallow copy of this
IndexedTreeMapinstance. - clone() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
Returns a shallow copy of this
IndexedTreeSetinstance. - comparator() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
- comparator() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
- compareTo(LimitedIndexedTreeDataSet.DataAtom) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
- computeLimits() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Computes limits (ranges) of this DataSet.
- computeLimits() - Method in class de.gsi.dataset.spi.AbstractDataSet3D
-
recompute data set limits
- computeLimits() - Method in class de.gsi.dataset.spi.AbstractErrorDataSet
-
Computes limits (ranges) of this DataSet including data point errors.
- computeLimits() - Method in class de.gsi.dataset.spi.Histogram
- computeLimits() - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
Computes limits (ranges) of this DataSet.
- contains(double) - Method in class de.gsi.dataset.spi.DataRange
-
Examines if this range contains the specified value.
- contains(Object) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
Returns
trueif this set contains the specified element. - containsKey(Object) - Method in class de.gsi.dataset.utils.trees.AbstractMap
-
This implementation iterates over
entrySet()searching for an entry with the specified key. - containsKey(Object) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Returns
trueif this map contains a mapping for the specified key. - containsValue(Object) - Method in class de.gsi.dataset.utils.trees.AbstractMap
-
This implementation iterates over
entrySet()searching for an entry with the specified value. - containsValue(Object) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Returns
trueif this map maps one or more keys to the specified value. - copyDataSet(DataSet) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
perform and return a deep copy of the data set
- CosineFunction - Class in de.gsi.dataset.testdata.spi
-
abstract error data set for graphical testing purposes this implementation generates a cosine function
- CosineFunction(String, int) - Constructor for class de.gsi.dataset.testdata.spi.CosineFunction
- CosineFunction(String, int, boolean) - Constructor for class de.gsi.dataset.testdata.spi.CosineFunction
- cropToLength(double[], int) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
small helper routine to crop data array in case it's to long
D
- data - Variable in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
- data - Variable in class de.gsi.dataset.spi.LabelledMarkerDataSet
- data - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
- data - Variable in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
- data - Variable in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- dataCount - Variable in class de.gsi.dataset.spi.FragmentedDataSet
- dataLabel - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
- dataLabels - Variable in class de.gsi.dataset.spi.AbstractDataSet
- dataLabels - Variable in class de.gsi.dataset.spi.AbstractHistogram
- dataLabels - Variable in class de.gsi.dataset.spi.LabelledMarkerDataSet
- dataLabels - Variable in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
- dataLabels - Variable in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- dataMaxIndex - Variable in class de.gsi.dataset.spi.DoubleDataSet
- dataMaxIndex - Variable in class de.gsi.dataset.spi.DoubleErrorDataSet
- dataMaxIndex - Variable in class de.gsi.dataset.spi.FloatDataSet
- DataRange - Class in de.gsi.dataset.spi
-
Defines range (limits) of data.
- DataRange() - Constructor for class de.gsi.dataset.spi.DataRange
-
Creates a new
DataRangethat is not defined. - DataRange(double, double) - Constructor for class de.gsi.dataset.spi.DataRange
-
Creates a new
DataRangewith the specifiedminandmaxvalues. - DataRange(DataRange) - Constructor for class de.gsi.dataset.spi.DataRange
-
Creates a copy of the specified data range.
- DataSet - Interface in de.gsi.dataset
-
Basic interface for observable data sets.
- DataSet3D - Interface in de.gsi.dataset
-
A
DataSetextension 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
DataSetErroris a basic interface that specifies all methods needed to read and modify data point error. - DataSetError.ErrorType - Enum in de.gsi.dataset
- DataSetMetaData - Interface in de.gsi.dataset
-
Interface for defining common measurement meta data tags
- DataSetUtils - Class in de.gsi.dataset.utils
- DataSetUtils.Compression - Enum in de.gsi.dataset.utils
-
Supported Compression Types
- DataSetUtils.ErrType - Enum in de.gsi.dataset.utils
-
Error type short handle
- DataSetUtilsHelper - Class in de.gsi.dataset.utils
-
Small static helper routines to ease the reading of the DataSetUtils class
- DataSetUtilsHelper() - Constructor for class de.gsi.dataset.utils.DataSetUtilsHelper
- dataStyle - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
- dataStyles - Variable in class de.gsi.dataset.spi.AbstractDataSet
- dataStyles - Variable in class de.gsi.dataset.spi.AbstractHistogram
- dataStyles - Variable in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
- dataStyles - Variable in class de.gsi.dataset.spi.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
- dbg() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
for debugging purposes
- de.gsi.dataset - package de.gsi.dataset
- de.gsi.dataset.event - package de.gsi.dataset.event
- de.gsi.dataset.spi - package de.gsi.dataset.spi
- de.gsi.dataset.spi.utils - package de.gsi.dataset.spi.utils
- de.gsi.dataset.testdata - package de.gsi.dataset.testdata
- de.gsi.dataset.testdata.spi - package de.gsi.dataset.testdata.spi
- de.gsi.dataset.utils - package de.gsi.dataset.utils
- de.gsi.dataset.utils.trees - package de.gsi.dataset.utils.trees
- debug() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
for debugging purposes
- debug() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
- debugState - Static variable in class de.gsi.dataset.utils.ProcessingProfiler
-
boolean flag controlling whether diagnostics time-marks are taken or the routine to be skipped
- DefaultDataSet - Class in de.gsi.dataset.spi
-
Redirect to the reference implementation declared as 'default'.
- DefaultDataSet(DataSet) - Constructor for class de.gsi.dataset.spi.DefaultDataSet
-
Creates a new instance of
DefaultDataSetas 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. - DefaultErrorDataSet - Class in de.gsi.dataset.spi
-
Redirect to the reference implementation declared as 'default'.
- DefaultErrorDataSet(DataSet) - Constructor for class de.gsi.dataset.spi.DefaultErrorDataSet
-
Creates a new instance of
DoubleDataSetas 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. - descendingIterator() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
Returns an iterator over the elements in this set in descending order.
- descendingKeySet() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
- descendingMap() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
- descendingSet() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
- DoubleCircularBuffer - Class in de.gsi.dataset.utils
-
simple circular ring buffer implementation for double type (with read == write position)
- DoubleCircularBuffer(int) - Constructor for class de.gsi.dataset.utils.DoubleCircularBuffer
- DoubleDataSet - Class in de.gsi.dataset.spi
-
Implementation of the
DataSetinterface which stores x,y values in two separate arrays. - DoubleDataSet(DataSet) - Constructor for class de.gsi.dataset.spi.DoubleDataSet
-
Creates a new instance of
DoubleDataSetas 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[][]) - Constructor for class de.gsi.dataset.spi.DoubleDataSet3D
- DoubleDataSet3D(String, double[], double[], 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
DataSetErrorinterface which stores x,y, +eyn, -eyn values in separate double arrays. - DoubleErrorDataSet(DataSet) - Constructor for class de.gsi.dataset.spi.DoubleErrorDataSet
-
Creates a new instance of
DoubleDataSetas 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
E
- EditableDataSet - Interface in de.gsi.dataset
- editConstraints - Variable in class de.gsi.dataset.spi.AbstractDataSet
- EditConstraints - Interface in de.gsi.dataset
-
interface describing possible constraints on data set modifications
- empty() - Method in class de.gsi.dataset.spi.DataRange
-
Empties this DataRange.
- entrySet() - Method in class de.gsi.dataset.utils.trees.AbstractMap
- entrySet() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Returns a
Setview of the mappings contained in this map. - equalArrays(T[], T[]) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Asserts that the specified arrays have the same length.
- equalDoubleArrays(double[], double[]) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Asserts that the specified arrays have the same length.
- equalDoubleArrays(double[], double[], int) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Asserts that the specified arrays have the same length or are at least min size.
- equalFloatArrays(float[], float[]) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Asserts that the specified arrays have the same length.
- equalFloatArrays(float[], float[], int) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Asserts that the specified arrays have the same length or are at least min size.
- equals(Object) - Method in class de.gsi.dataset.spi.DataRange
- equals(Object) - Method in class de.gsi.dataset.utils.trees.AbstractMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleEntry
-
Compares the specified object with this entry for equality.
- equals(Object) - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleImmutableEntry
-
Compares the specified object with this entry for equality.
- equals(Object) - Method in class de.gsi.dataset.utils.trees.AbstractSet
-
Compares the specified object with this set for equality.
- error(DataSet, DataSetUtils.ErrType, 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.
- errors(DataSet, DataSetUtils.ErrType) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
convenience short-hand notation for getting error variables (if defined for dataset)
- EventListener - Interface in de.gsi.dataset.event
- EventSource - Interface in de.gsi.dataset.event
- EventThreadHelper - Class in de.gsi.dataset.event
- EventThreadHelper() - Constructor for class de.gsi.dataset.event.EventThreadHelper
- ex - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
- exactEntry(int) - Method in interface de.gsi.dataset.utils.trees.IndexedNavigableMap
-
Returns a key-value mapping associated with the key located at the index offset from the beginning of the sorted map
- exactEntry(int) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
- exactKey(int) - Method in interface de.gsi.dataset.utils.trees.IndexedNavigableMap
-
Returns the key located at the index offset from the beginning of the sorted map
- exactKey(int) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
- EXN - de.gsi.dataset.utils.DataSetUtils.ErrType
-
Negative x error
- EXP - de.gsi.dataset.utils.DataSetUtils.ErrType
-
Positive x error
- expand(double) - Method in class de.gsi.dataset.spi.DataRange
-
Expands this data set by the given value.
- 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.FifoDoubleErrorDataSet
-
expire data points that are older than now minus length of the buffer, notifies a 'fireInvalidated()' in case data has been removed
- 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
- ey - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
- EYN - de.gsi.dataset.utils.DataSetUtils.ErrType
-
Negative y error
- EYP - de.gsi.dataset.utils.DataSetUtils.ErrType
-
Positive y error
F
- FifoDoubleErrorDataSet - Class in de.gsi.dataset.spi
- FifoDoubleErrorDataSet(String, int) - Constructor for class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
Creates a new instance of
FifoDoubleErrorDataSet. - FifoDoubleErrorDataSet(String, int, double) - Constructor for class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
Creates a new instance of
FifoDoubleErrorDataSet. - FifoDoubleErrorDataSet.DataBlob - Class in de.gsi.dataset.spi
- FifoDoubleErrorDataSet.LimitedQueue<E> - Class in de.gsi.dataset.spi
- fill(double) - Method in interface de.gsi.dataset.Histogram1D
-
Increment bin with abscissa X, Y, and Z by 1.
- fill(double) - Method in class de.gsi.dataset.spi.Histogram
- 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) - 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 interface de.gsi.dataset.Histogram2D
-
Increment bin with abscissa X by with a weight w.
- fill(double, double, double) - Method in class de.gsi.dataset.spi.Histogram2
- fill(String) - Method in interface de.gsi.dataset.Histogram1D
-
Increment bin with name with by 1.
- fill(String) - Method in class de.gsi.dataset.spi.Histogram
- fill(String, double) - Method in interface de.gsi.dataset.Histogram1D
-
Increment bin with name with a weight w.
- fill(String, double) - Method in class de.gsi.dataset.spi.Histogram
- fillArray(double[], int, int, double) - Static method in class de.gsi.dataset.spi.DoubleDataSet3D
-
fast filling of an array with a default value
initialize a smaller piece of the array and use the System.arraycopy call to fill in the rest of the array in an expanding binary fashion - fillN(double[], double[], int) - Method in interface de.gsi.dataset.Histogram1D
-
Fill this histogram with an array x and weights w.
- fillN(double[], double[], int) - Method in class de.gsi.dataset.spi.Histogram
- findBin(double) - Method in interface de.gsi.dataset.Histogram
- findBin(double) - Method in class de.gsi.dataset.spi.AbstractHistogram
- findBin(double, 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 interface de.gsi.dataset.Histogram
- findBin(double, double, double) - Method in class de.gsi.dataset.spi.AbstractHistogram
- findBinX(double) - Method in class de.gsi.dataset.spi.AbstractHistogram
- findBinY(double) - Method in class de.gsi.dataset.spi.AbstractHistogram
- findBinZ(double) - Method in class de.gsi.dataset.spi.AbstractHistogram
- findFirstBinAbove(double, double) - Method in interface de.gsi.dataset.Histogram2D
- findFirstBinAbove(double, double) - Method in class de.gsi.dataset.spi.Histogram2
- findNextLargerIndex(double[], double) - Method in class de.gsi.dataset.spi.AbstractHistogram
- fireInvalidated(UpdateEvent) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Notifies listeners that the data has been invalidated.
- fireInvalidated(UpdateEvent) - Method in class de.gsi.dataset.spi.AbstractErrorDataSet
- fireInvalidated(UpdateEvent) - Method in interface de.gsi.dataset.testdata.TestDataSet
-
notify listener with given event that the data set has changed
- first() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
- firstEntry() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
- firstKey() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
- FloatDataSet - Class in de.gsi.dataset.spi
-
Implementation of the
DataSetinterface which stores x,y values in two separate arrays. - FloatDataSet(DataSet) - Constructor for class de.gsi.dataset.spi.FloatDataSet
-
Creates a new instance of
FloatDataSetas 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
- FragmentedDataSet - Class in de.gsi.dataset.spi
- FragmentedDataSet(String) - Constructor for class de.gsi.dataset.spi.FragmentedDataSet
G
- gauss(double) - Static method in class de.gsi.dataset.testdata.spi.GaussFunction
- gauss(double, double, double) - Static method in class de.gsi.dataset.testdata.spi.GaussFunction
- GaussFunction - Class in de.gsi.dataset.testdata.spi
-
abstract error data set for graphical testing purposes this implementation generates a Gaussian function
- GaussFunction(String, int) - Constructor for class de.gsi.dataset.testdata.spi.GaussFunction
- generateByteArray(int) - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
- generateDoubleArray(double, double, int) - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
- generateFloatArray(float, float, int) - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
- generateIntArray(int, int, int) - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
- generateX(int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
- generateX(int) - Method in interface de.gsi.dataset.testdata.TestDataSet
-
generate test data set
- generateY(int) - Method in class de.gsi.dataset.testdata.spi.CosineFunction
- generateY(int) - Method in class de.gsi.dataset.testdata.spi.GaussFunction
- generateY(int) - Method in class de.gsi.dataset.testdata.spi.RandomStepFunction
- generateY(int) - Method in class de.gsi.dataset.testdata.spi.RandomWalkFunction
- generateY(int) - Method in class de.gsi.dataset.testdata.spi.SincFunction
- generateY(int) - Method in class de.gsi.dataset.testdata.spi.SineFunction
- generateY(int) - Method in class de.gsi.dataset.testdata.spi.SingleOutlierFunction
- generateY(int) - Method in interface de.gsi.dataset.testdata.TestDataSet
-
generate test data set
- generateZeroOneArray(double, int) - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
- get() - Method in class de.gsi.dataset.utils.CircularBuffer
- 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.CircularBuffer
- get(int) - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
- 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(int) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
- get(E[], int) - Method in class de.gsi.dataset.utils.CircularBuffer
- get(E[], int, int) - Method in class de.gsi.dataset.utils.CircularBuffer
- 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(Object) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Returns the value to which the specified key is mapped, or
nullif this map contains no mapping for the key. - getAverageCount() - Method in class de.gsi.dataset.spi.AveragingDataSet
- getAverageSize() - Method in class de.gsi.dataset.spi.AveragingDataSet
- getBinCenterX(int) - Method in interface de.gsi.dataset.Histogram
- getBinCenterX(int) - Method in class de.gsi.dataset.spi.AbstractHistogram
- getBinCenterY(int) - Method in interface de.gsi.dataset.Histogram
- getBinCenterY(int) - Method in class de.gsi.dataset.spi.AbstractHistogram
- getBinCenterZ(int) - Method in interface de.gsi.dataset.Histogram
- getBinCenterZ(int) - Method in class de.gsi.dataset.spi.AbstractHistogram
- getBinContent(int) - Method in interface de.gsi.dataset.Histogram
-
Return content of bin number bin.
- getBinContent(int) - Method in class de.gsi.dataset.spi.AbstractHistogram
- getCachedDoubleArray(String, int) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
- getCachedStringBuilder(String, int) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
- getCallingClassMethod(int...) - Static method in class de.gsi.dataset.utils.ProcessingProfiler
- getCallingClassMethod(String) - Static method in class de.gsi.dataset.utils.ProcessingProfiler
- getColor() - Method in class de.gsi.dataset.spi.LabelledMarker
- getData() - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
- getData() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
- getData() - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
- getData() - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- getDataCount() - Method in interface de.gsi.dataset.DataSet
-
Get the number of data points in the data set
- getDataCount() - Method in class de.gsi.dataset.spi.AbstractDataSet3D
-
Returns total number of data points in this data set:
xDataCount * yDataCount. - getDataCount() - Method in class de.gsi.dataset.spi.AveragingDataSet
- getDataCount() - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
- getDataCount() - Method in class de.gsi.dataset.spi.DoubleDataSet
- getDataCount() - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
- getDataCount() - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
- getDataCount() - Method in class de.gsi.dataset.spi.FloatDataSet
- getDataCount() - Method in class de.gsi.dataset.spi.FragmentedDataSet
- getDataCount() - Method in class de.gsi.dataset.spi.Histogram
-
Get the number of data points in the data set
- getDataCount() - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
- getDataCount() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
- getDataCount() - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
- getDataCount() - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- getDataCount() - Method in class de.gsi.dataset.spi.WrappedDataSet
- getDataCount() - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
- getDataCount(double, double) - Method in interface de.gsi.dataset.DataSet
-
Gets the number of data points in the range xmin to xmax.
- getDataCount(double, double) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Gets the number of data points in the range xmin to xmax.
- getDataCount(double, double) - Method in class de.gsi.dataset.spi.AveragingDataSet
- getDataCount(double, double) - Method in class de.gsi.dataset.spi.FragmentedDataSet
- getDataCount(double, double) - Method in class de.gsi.dataset.spi.WrappedDataSet
- getDataLabel() - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet.DataBlob
- getDataLabel(int) - Method in interface de.gsi.dataset.DataSet
-
Returns label of a data point specified by the index.
- getDataLabel(int) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Returns label of a data point specified by the index.
- getDataLabel(int) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
Returns label of a data point specified by the index.
- getDataLabel(int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
-
Returns label of a data point specified by the index.
- getDataLabel(int) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
- getDataLabel(int) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
Returns label of a data point specified by the index.
- getDataLabel(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
Returns label of a data point specified by the index.
- getDataLabel(int) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.Returns label of a data point specified by the index.
- getDataLabel(int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.Returns label of a data point specified by the index.
- getDataLabelMap() - Method in class de.gsi.dataset.spi.AbstractHistogram
- getDataLabelMap() - Method in class de.gsi.dataset.spi.DoubleDataSet
- getDataLabelMap() - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
- getDataLabelMap() - Method in class de.gsi.dataset.spi.FloatDataSet
- getDataLabelMap() - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
- getDataLabelMap() - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- getDataLabels() - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
- getDataset() - Method in class de.gsi.dataset.spi.WrappedDataSet
- getDatasetCount() - Method in class de.gsi.dataset.spi.FragmentedDataSet
- getDataStyleMap() - Method in class de.gsi.dataset.spi.AbstractHistogram
- getDataStyleMap() - Method in class de.gsi.dataset.spi.DoubleDataSet
- getDataStyleMap() - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
- getDataStyleMap() - Method in class de.gsi.dataset.spi.FloatDataSet
- getDataStyleMap() - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
- getDataStyleMap() - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- getDataStyles() - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
- getDebugState() - Static method in class de.gsi.dataset.utils.ProcessingProfiler
- getDefaultColor() - Static method in class de.gsi.dataset.spi.LabelledMarker
- getDefaultDataLabel(int) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Returns label of a data point specified by the index.
- getDefaultFontSize() - Static method in class de.gsi.dataset.spi.LabelledMarker
- getDefaultLineWidth() - Static method in class de.gsi.dataset.spi.LabelledMarker
- getDepth() - Method in class de.gsi.dataset.spi.RollingDataSet
- getDimension() - Method in interface de.gsi.dataset.Histogram
- getDimension() - Method in class de.gsi.dataset.spi.AbstractHistogram
- getEditConstraints() - Method in interface de.gsi.dataset.EditableDataSet
- getEditConstraints() - Method in class de.gsi.dataset.spi.AbstractDataSet
- getErrorList() - Method in interface de.gsi.dataset.DataSetMetaData
- getErrorList() - Method in class de.gsi.dataset.spi.AbstractDataSet
- getErrorList() - Method in class de.gsi.dataset.spi.Histogram
- getErrorList() - Method in class de.gsi.dataset.spi.Histogram2
- getErrorType() - Method in interface de.gsi.dataset.DataSetError
-
Returns the given error type that may be used to drive given simplifications and optimisation in derived classes.
- getErrorType() - Method in class de.gsi.dataset.spi.AbstractErrorDataSet
-
return the DataSetError.ErrorType of the dataset
- getErrorType() - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
- getErrorX() - Method in class de.gsi.dataset.spi.utils.DoublePointError
- getErrorY() - Method in class de.gsi.dataset.spi.utils.DoublePointError
- getExecutorService() - Static method in class de.gsi.dataset.event.EventThreadHelper
- 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.
- 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
- 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
- getISODate(long, String) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
Get ISO date from milliseconds since Jan 01, 1970
- 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(String, String) - Static method in class de.gsi.dataset.utils.DataSetUtils
- getLabel() - Method in class de.gsi.dataset.spi.LabelledMarker
- getLastLength() - Method in class de.gsi.dataset.spi.RollingDataSet
- getLength() - Method in class de.gsi.dataset.spi.DataRange
-
Returns length of this range (max - min).
- getLimit() - Method in class de.gsi.dataset.utils.LimitedQueue
- getLineWidth() - Method in class de.gsi.dataset.spi.LabelledMarker
- getLoggerOutputState() - Static method in class de.gsi.dataset.utils.ProcessingProfiler
- getMax() - Method in class de.gsi.dataset.spi.DataRange
- getMaxDistance() - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
- getMaximum() - Method in interface de.gsi.dataset.Histogram
- getMaximum() - Method in class de.gsi.dataset.spi.AbstractHistogram
- getMaxLength() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
- getMaxQueueSize() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
- getMaxThreads() - Static method in class de.gsi.dataset.event.EventThreadHelper
- getMessage() - Method in class de.gsi.dataset.event.UpdateEvent
- getMetaInfo() - Method in interface de.gsi.dataset.DataSetMetaData
- getMetaInfo() - Method in class de.gsi.dataset.spi.AbstractDataSet
- getMin() - Method in class de.gsi.dataset.spi.DataRange
- getMinimum() - Method in interface de.gsi.dataset.Histogram
- getMinimum() - Method in class de.gsi.dataset.spi.AbstractHistogram
- getName() - Method in interface de.gsi.dataset.DataSet
-
Gets the name of the data set.
- getName() - Method in class de.gsi.dataset.spi.AbstractDataSet
- getName() - Method in class de.gsi.dataset.spi.WrappedDataSet
-
Returns the name of the dataset.
- getNBinsX() - Method in interface de.gsi.dataset.Histogram
- getNBinsX() - Method in class de.gsi.dataset.spi.AbstractHistogram
- getNBinsY() - Method in interface de.gsi.dataset.Histogram
- getNBinsY() - Method in class de.gsi.dataset.spi.AbstractHistogram
- getNBinsZ() - Method in interface de.gsi.dataset.Histogram
- getNBinsZ() - Method in class de.gsi.dataset.spi.AbstractHistogram
- getNew1DGaussian() - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
- getPayLoad() - Method in class de.gsi.dataset.event.UpdateEvent
- getProjectionX() - Method in class de.gsi.dataset.spi.Histogram2
- getProjectionY() - Method in class de.gsi.dataset.spi.Histogram2
- getStyle() - Method in interface de.gsi.dataset.DataSet
-
A string representation of the CSS style associated with this specific
DataSet. - getStyle() - Method in class de.gsi.dataset.spi.AbstractStylable
-
A string representation of the CSS style associated with this specific
Node. - getStyle() - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet.DataBlob
- getStyle() - Method in class de.gsi.dataset.spi.LabelledMarker
-
Gets the style string for the marker.
- getStyle(int) - Method in interface de.gsi.dataset.DataSet
-
A string representation of the CSS style associated with this specific
DataSetdata point. - getStyle(int) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
A string representation of the CSS style associated with this specific
DataSetdata point. - getStyle(int) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
A string representation of the CSS style associated with this specific
DataSetdata point. - 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
DataSetdata point. - getStyle(int) - Method in class de.gsi.dataset.spi.DoubleDataSet3D
- getStyle(int) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
- getStyle(int) - Method in class de.gsi.dataset.spi.FragmentedDataSet
- getStyle(int) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
A string representation of the CSS style associated with this specific
DataSetdata point. - getStyle(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
A string representation of the CSS style associated with this specific
DataSetdata point. - getStyle(int) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.A string representation of the CSS style associated with this specific
DataSetdata point. - getStyle(int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.A string representation of the CSS style associated with this specific
DataSetdata point. - getStyle(int) - Method in class de.gsi.dataset.spi.WrappedDataSet
- getStyle(int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
- getSumX(int) - Method in class de.gsi.dataset.spi.Histogram2
- getSumY(int) - Method in class de.gsi.dataset.spi.Histogram2
- getThis() - Method in class de.gsi.dataset.spi.AbstractDataSet
- getThis() - Method in class de.gsi.dataset.spi.AbstractErrorDataSet
- getThis() - Method in class de.gsi.dataset.spi.AbstractStylable
- getTimeDiff(long) - Static method in class de.gsi.dataset.utils.ProcessingProfiler
- getTimeDiff(long, String) - Static method in class de.gsi.dataset.utils.ProcessingProfiler
- getTimeStamp() - Static method in class de.gsi.dataset.utils.ProcessingProfiler
-
Returns the current value of the running Java Virtual Machine's high-resolution time source, in nanoseconds.
- getUndefValue() - Method in interface de.gsi.dataset.DataSet
-
Returns the value for undefined data points.
- getUndefValue() - Method in class de.gsi.dataset.spi.AbstractDataSet
- getValue() - 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(double) - Method in interface de.gsi.dataset.DataSet
-
Gets the interpolated y value of the data point for given x coordinate
- getValue(String) - Static method in class de.gsi.dataset.utils.DataSetUtils
- getValueRange() - Method in class de.gsi.dataset.spi.AbstractHistogram
- getVerboseOutputState() - Static method in class de.gsi.dataset.utils.ProcessingProfiler
- getWarningList() - Method in interface de.gsi.dataset.DataSetMetaData
- getWarningList() - Method in class de.gsi.dataset.spi.AbstractDataSet
- getWarningList() - Method in class de.gsi.dataset.spi.Histogram
- getWarningList() - Method in class de.gsi.dataset.spi.Histogram2
- getX() - Method in class de.gsi.dataset.spi.LabelledMarker
- getX() - Method in class de.gsi.dataset.spi.utils.DoublePoint
- getX() - Method in class de.gsi.dataset.spi.utils.DoublePointError
- getX(int) - Method in interface de.gsi.dataset.DataSet
-
Gets the x value of the data point with the index i
- getX(int) - Method in class de.gsi.dataset.spi.AveragingDataSet
- getX(int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
- getX(int) - Method in class de.gsi.dataset.spi.DoubleDataSet
- getX(int) - Method in class de.gsi.dataset.spi.DoubleDataSet3D
- getX(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
- getX(int) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
- getX(int) - Method in class de.gsi.dataset.spi.FloatDataSet
- getX(int) - Method in class de.gsi.dataset.spi.FragmentedDataSet
- getX(int) - Method in class de.gsi.dataset.spi.Histogram
- getX(int) - Method in class de.gsi.dataset.spi.Histogram2
- getX(int) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
- getX(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
- getX(int) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
- getX(int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- getX(int) - Method in class de.gsi.dataset.spi.WrappedDataSet
- getX(int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
- getXDataCount() - Method in interface de.gsi.dataset.DataSet3D
-
Returns number of X coordinates.
- getXDataCount() - Method in class de.gsi.dataset.spi.DoubleDataSet3D
- getXDataCount() - Method in class de.gsi.dataset.spi.Histogram
- getXDataCount() - Method in class de.gsi.dataset.spi.Histogram2
- getXErrorNegative(double) - Method in interface de.gsi.dataset.DataSetError
-
Returns the negative error along the X axis of a point specified by the
xcoordinate. - getXErrorNegative(int) - Method in interface de.gsi.dataset.DataSetError
-
Returns the negative error along the X axis of a point specified by the
index. - getXErrorNegative(int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
- getXErrorNegative(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
- getXErrorNegative(int) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
- getXErrorNegative(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
- getXErrorNegative(int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- getXErrorNegative(int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
- getXErrorPositive(double) - Method in interface de.gsi.dataset.DataSetError
-
Returns the positive error along the X axis of a point specified by the
xcoordinate. - getXErrorPositive(int) - Method in interface de.gsi.dataset.DataSetError
-
Returns the positive error along the X axis of a point specified by the
index. - getXErrorPositive(int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
- getXErrorPositive(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
- getXErrorPositive(int) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
- getXErrorPositive(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
- getXErrorPositive(int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- getXErrorPositive(int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
- getXErrorsNegative() - Method in interface de.gsi.dataset.DataSetError
-
Returns the negative error along the X axis for all available data points.
- getXErrorsPositive() - Method in interface de.gsi.dataset.DataSetError
-
Returns the positive error along the X axis for all available data points.
- getXIndex(double) - Method in interface de.gsi.dataset.DataSet
-
Gets the index of the data point closest to the given x coordinate.
- getXIndex(double) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Gets the index of the data point closest to the given x coordinate.
- getXIndex(double) - Method in class de.gsi.dataset.spi.AbstractDataSet3D
-
Gets the index of the data point closest to the given x coordinate.
- getXIndex(double) - Method in class de.gsi.dataset.spi.AveragingDataSet
- getXIndex(double) - Method in class de.gsi.dataset.spi.FragmentedDataSet
- getXIndex(double) - Method in class de.gsi.dataset.spi.WrappedDataSet
- getXMax() - Method in interface de.gsi.dataset.DataSet
-
Gets the maximum x value of the data set.
- getXMax() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Gets the maximum x value of the data set.
- getXMax() - Method in class de.gsi.dataset.spi.AveragingDataSet
- getXMax() - Method in class de.gsi.dataset.spi.WrappedDataSet
- getXMin() - Method in interface de.gsi.dataset.DataSet
-
Gets the minimum x value of the data set.
- getXMin() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Gets the minimum x value of the data set.
- getXMin() - Method in class de.gsi.dataset.spi.AveragingDataSet
- getXMin() - Method in class de.gsi.dataset.spi.WrappedDataSet
- getXRange() - Method in class de.gsi.dataset.spi.AbstractDataSet
- getXValue() - Method in class de.gsi.dataset.spi.utils.Tuple
- getXValues() - Method in interface de.gsi.dataset.DataSet
- getXValues() - Method in class de.gsi.dataset.spi.DoubleDataSet
- getXValues() - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
- getXValues() - Method in class de.gsi.dataset.spi.FloatDataSet
- getXValues() - Method in class de.gsi.dataset.spi.FragmentedDataSet
- getY() - Method in class de.gsi.dataset.spi.LabelledMarker
- getY() - Method in class de.gsi.dataset.spi.utils.DoublePoint
- getY() - Method in class de.gsi.dataset.spi.utils.DoublePointError
- getY(int) - Method in interface de.gsi.dataset.DataSet
-
Gets the y value of the data point with the index i
- getY(int) - Method in class de.gsi.dataset.spi.AveragingDataSet
- getY(int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
- getY(int) - Method in class de.gsi.dataset.spi.DoubleDataSet
- getY(int) - Method in class de.gsi.dataset.spi.DoubleDataSet3D
- getY(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
- getY(int) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
- getY(int) - Method in class de.gsi.dataset.spi.FloatDataSet
- getY(int) - Method in class de.gsi.dataset.spi.FragmentedDataSet
- getY(int) - Method in class de.gsi.dataset.spi.Histogram
- getY(int) - Method in class de.gsi.dataset.spi.Histogram2
- getY(int) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
- getY(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
- getY(int) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.
- getY(int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- getY(int) - Method in class de.gsi.dataset.spi.WrappedDataSet
- getY(int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
- getYDataCount() - Method in interface de.gsi.dataset.DataSet3D
-
Returns number of Y coordinates.
- getYDataCount() - Method in class de.gsi.dataset.spi.DoubleDataSet3D
- getYDataCount() - Method in class de.gsi.dataset.spi.Histogram
- getYDataCount() - Method in class de.gsi.dataset.spi.Histogram2
- getYErrorNegative(double) - Method in interface de.gsi.dataset.DataSetError
-
Returns the negative error along the Y axis of a point specified by the
xcoordinate. - getYErrorNegative(int) - Method in interface de.gsi.dataset.DataSetError
-
Returns the negative error along the Y axis of a point specified by the
index. - getYErrorNegative(int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
- getYErrorNegative(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
- getYErrorNegative(int) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
- getYErrorNegative(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
- getYErrorNegative(int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- getYErrorNegative(int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
- getYErrorPositive(double) - Method in interface de.gsi.dataset.DataSetError
-
Returns the positive error along the Y axis of a point specified by the
xcoordinate. - getYErrorPositive(int) - Method in interface de.gsi.dataset.DataSetError
-
Returns the positive error along the Y axis of a point specified by the
index. - getYErrorPositive(int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
- getYErrorPositive(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
- getYErrorPositive(int) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
- getYErrorPositive(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
- getYErrorPositive(int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.
- getYErrorPositive(int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
- getYErrorsNegative() - Method in interface de.gsi.dataset.DataSetError
-
Returns the negative error along the Y axis for all available data points.
- getYErrorsNegative() - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
- getYErrorsPositive() - Method in interface de.gsi.dataset.DataSetError
-
Returns the positive error along the y axis for all available data points.
- getYErrorsPositive() - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
- getYIndex(double) - Method in interface de.gsi.dataset.DataSet
-
Gets the first index of the data point closest to the given y coordinate.
- getYIndex(double) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Gets the first index of the data point closest to the given y coordinate.
- getYIndex(double) - Method in class de.gsi.dataset.spi.AbstractDataSet3D
-
Gets the first index of the data point closest to the given y coordinate.
- getYMax() - Method in interface de.gsi.dataset.DataSet
-
Gets the maximum y value of the data set.
- getYMax() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Gets the maximum y value of the data set.
- getYMax() - Method in class de.gsi.dataset.spi.AveragingDataSet
- getYMax() - Method in class de.gsi.dataset.spi.WrappedDataSet
- getYMin() - Method in interface de.gsi.dataset.DataSet
-
Gets the minimum y value of the data set.
- getYMin() - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Gets the minimum y value of the data set.
- getYMin() - Method in class de.gsi.dataset.spi.AveragingDataSet
- getYMin() - Method in class de.gsi.dataset.spi.WrappedDataSet
- getYRange() - Method in class de.gsi.dataset.spi.AbstractDataSet
- getYRange() - Method in class de.gsi.dataset.spi.Histogram
- getYValue() - Method in class de.gsi.dataset.spi.utils.Tuple
- getYValues() - Method in interface de.gsi.dataset.DataSet
- getYValues() - Method in class de.gsi.dataset.spi.AveragingDataSet
- getYValues() - Method in class de.gsi.dataset.spi.DoubleDataSet
- getYValues() - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
- getYValues() - Method in class de.gsi.dataset.spi.FloatDataSet
- getYValues() - Method in class de.gsi.dataset.spi.FragmentedDataSet
- getZ(int, int) - Method in interface de.gsi.dataset.DataSet3D
-
Returns Z coordinate for the specified data point.
- getZ(int, int) - Method in class de.gsi.dataset.spi.DoubleDataSet3D
- getZ(int, int) - Method in class de.gsi.dataset.spi.Histogram
- getZ(int, int) - Method in class de.gsi.dataset.spi.Histogram2
- getZRange() - Method in interface de.gsi.dataset.DataSet3D
-
Returns data range of Z values.
- getZRange() - Method in class de.gsi.dataset.spi.AbstractDataSet3D
- 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
- 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
- GZIP - de.gsi.dataset.utils.DataSetUtils.Compression
-
GZIP compression
H
- handle(UpdateEvent) - Method in interface de.gsi.dataset.event.EventListener
-
This method needs to be provided by an implementation of
UpdateListener. - hashCode() - Method in class de.gsi.dataset.spi.DataRange
- hashCode() - Method in class de.gsi.dataset.utils.trees.AbstractMap
-
Returns the hash code value for this map.
- hashCode() - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleEntry
-
Returns the hash code value for this map entry.
- hashCode() - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleImmutableEntry
-
Returns the hash code value for this map entry.
- hashCode() - Method in class de.gsi.dataset.utils.trees.AbstractSet
-
Returns the hash code value for this set.
- headMap(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
- headMap(K, boolean) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
- headSet(E) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
- headSet(E, boolean) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
- higher(E) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
- higherEntry(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
- higherKey(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
- Histogram - Class in de.gsi.dataset.spi
-
Class implements simple one dimensional binned histogram backed internally by double arrays
- Histogram - Interface in de.gsi.dataset
- Histogram(String, double[]) - Constructor for class de.gsi.dataset.spi.Histogram
-
Creates histogram with name and range [minX, maxX]
- Histogram(String, double[], boolean) - Constructor for class de.gsi.dataset.spi.Histogram
-
Creates histogram with name and range [minX, maxX]
- Histogram(String, int, double, double) - Constructor for class de.gsi.dataset.spi.Histogram
-
Creates histogram with name and range [minX, maxX]
- Histogram(String, int, double, double, boolean) - Constructor for class de.gsi.dataset.spi.Histogram
-
Creates histogram with name and range [minX, maxX]
- Histogram1D - Interface in de.gsi.dataset
- Histogram2 - Class in de.gsi.dataset.spi
- Histogram2(String, int, double, double, int, double, double) - Constructor for class de.gsi.dataset.spi.Histogram2
-
Creates 2D histogram with name and ranges [minX, maxX] and [minY, maxY]
- Histogram2D - Interface in de.gsi.dataset
I
- 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
-
A Red-Black tree based
NavigableMapimplementation. - IndexedTreeMap() - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Constructs a new, empty tree map, using the natural ordering of its keys.
- IndexedTreeMap(Comparator<? super K>) - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Constructs a new, empty tree map, ordered according to the given comparator.
- IndexedTreeMap(Map<? extends K, ? extends V>) - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Constructs a new tree map containing the same mappings as the given map, ordered according to the natural ordering of its keys.
- IndexedTreeMap(SortedMap<K, ? extends V>) - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Constructs a new tree map containing the same mappings and using the same ordering as the specified sorted map.
- IndexedTreeSet<E> - Class in de.gsi.dataset.utils.trees
-
A
NavigableSetimplementation based on aIndexedTreeMap. - 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
- initialCapacity - Variable in class de.gsi.dataset.spi.DataSetBuilder
- integralSimple(DataSet) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
- InvalidatedEvent - Class in de.gsi.dataset.event
-
InvalidatedEvent class that is passed along the notification performed by the
EventSourceclass. - InvalidatedEvent(EventSource) - Constructor for class de.gsi.dataset.event.InvalidatedEvent
-
generates new update event
- InvalidatedEvent(EventSource, String) - Constructor for class de.gsi.dataset.event.InvalidatedEvent
-
generates new update event
- InvalidatedEvent(EventSource, String, Object) - Constructor for class de.gsi.dataset.event.InvalidatedEvent
-
generates new update event
- invokeListener() - Method in interface de.gsi.dataset.event.EventSource
-
invoke object within update listener list
- invokeListener(UpdateEvent) - Method in interface de.gsi.dataset.event.EventSource
-
invoke object within update listener list
- isAcceptable(int, double, double) - Method in interface de.gsi.dataset.EditConstraints
-
Determines if the specified point can be accepted by the data set.
- isAutoNotification() - Method in interface de.gsi.dataset.DataSet
-
Checks it automatic notification is enabled.
- isAutoNotification() - Method in class de.gsi.dataset.spi.AbstractDataSet
- isDefined() - Method in class de.gsi.dataset.spi.DataRange
-
Determines if this DataRange is defined -
minandmaxvalues are defined. - isEmpty() - Method in class de.gsi.dataset.utils.trees.AbstractMap
-
This implementation returns
size() == 0. - isEmpty() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
Returns
trueif this set contains no elements. - isEquiDistant() - Method in interface de.gsi.dataset.Histogram
- isEquiDistant() - Method in class de.gsi.dataset.spi.AbstractHistogram
- isHorizontal - Variable in class de.gsi.dataset.spi.Histogram
- isMaxDefined() - Method in class de.gsi.dataset.spi.DataRange
-
Determines if
maxvalue has been defined. - isMinDefined() - Method in class de.gsi.dataset.spi.DataRange
-
Determines if
minvalue has been defined. - isXEditable() - Method in interface de.gsi.dataset.EditConstraints
- isYEditable() - Method in interface de.gsi.dataset.EditConstraints
- iterator() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
Returns an iterator over the elements in this set in ascending order.
K
- keyIndex(K) - Method in interface de.gsi.dataset.utils.trees.IndexedNavigableMap
-
Searches the specified tree map for the specified key using the put algorithm.
- keyIndex(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
- keySet() - Method in class de.gsi.dataset.utils.trees.AbstractMap
-
This implementation returns a set that subclasses
AbstractSet. - keySet() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Returns a
Setview of the keys contained in this map.
L
- LabelledMarker - Class in de.gsi.dataset.spi
-
A utility class containing all information about a marker used with a LabbeledMarkerRenderer.
- LabelledMarker(double, String) - Constructor for class de.gsi.dataset.spi.LabelledMarker
- LabelledMarker(double, String, String) - Constructor for class de.gsi.dataset.spi.LabelledMarker
- LabelledMarker(double, String, String, double) - Constructor for class de.gsi.dataset.spi.LabelledMarker
- LabelledMarkerDataSet - Class in de.gsi.dataset.spi
-
Minor extension to
DefaultDataSetto easier handle labelled markers. - LabelledMarkerDataSet(String) - Constructor for class de.gsi.dataset.spi.LabelledMarkerDataSet
- last() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
- lastEntry() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
- lastKey() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
- LimitedIndexedTreeDataSet - Class in de.gsi.dataset.spi
-
DataSet implementation based on a sorted indexed TreeDataSets.
- LimitedIndexedTreeDataSet(String, int) - Constructor for class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
Creates a new instance of
DefaultDataSet. - LimitedIndexedTreeDataSet(String, int, double) - Constructor for class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
Creates a new instance of
DefaultDataSet. - LimitedIndexedTreeDataSet.DataAtom - Class in de.gsi.dataset.spi
- LimitedQueue<E> - Class in de.gsi.dataset.utils
- LimitedQueue(int) - Constructor for class de.gsi.dataset.spi.FifoDoubleErrorDataSet.LimitedQueue
- LimitedQueue(int) - Constructor for class de.gsi.dataset.utils.LimitedQueue
- list - Variable in class de.gsi.dataset.spi.FragmentedDataSet
- ListDataSet - Class in de.gsi.dataset.spi
-
Deprecated.due to poorer CPU performance (this is kept for reference reasons)
- ListDataSet(String) - Constructor for class de.gsi.dataset.spi.ListDataSet
-
Deprecated.Creates a new instance of
CustomDataSet. - ListDataSet(String, double[]) - Constructor for class de.gsi.dataset.spi.ListDataSet
-
Deprecated.Creates a new instance of
CustomDataSet. - ListDataSet(String, double[], double[]) - Constructor for class de.gsi.dataset.spi.ListDataSet
-
Deprecated.Creates a new instance of
CustomDataSet. - ListDataSet(String, List<DoublePoint>) - Constructor for class de.gsi.dataset.spi.ListDataSet
-
Deprecated.Creates a new instance of
CustomDataSet. - ListErrorDataSet - Class in de.gsi.dataset.spi
-
Deprecated.due to poorer CPU performance (this is kept for reference reasons)
- ListErrorDataSet(String) - Constructor for class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.Creates a new instance of
DefaultDataSet. - ListErrorDataSet(String, double[]) - Constructor for class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.Creates a new instance of
DefaultDataSet. - ListErrorDataSet(String, double[], double[]) - Constructor for class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.Creates a new instance of
DefaultDataSet. - ListErrorDataSet(String, double[], double[], double[]) - Constructor for class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.Creates a new instance of
DefaultDataSet. - ListErrorDataSet(String, double[], double[], double[], double[]) - Constructor for class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.Creates a new instance of
DefaultDataSet. - lock - Variable in class de.gsi.dataset.spi.AbstractDataSet
- lock() - Method in interface de.gsi.dataset.DataSet
-
Locks access to the data set.
- lock() - Method in class de.gsi.dataset.spi.AbstractDataSet
- lock() - Method in class de.gsi.dataset.spi.AbstractErrorDataSet
- loggerOutput - Static variable in class de.gsi.dataset.utils.ProcessingProfiler
-
boolean flag controlling whether the statistics/time differences are output to the logger/console or not
- lower(E) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
- lowerEntry(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
- lowerKey(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
M
- main(String[]) - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
- main(String[]) - Static method in class de.gsi.dataset.utils.CircularBuffer
-
meant for testing/illustrating usage
- main(String[]) - Static method in class de.gsi.dataset.utils.DoubleCircularBuffer
-
meant for testing/illustrating usage
- max - Variable in class de.gsi.dataset.spi.DataRange
- maxDistance - Variable in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
- maxLength - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
- maxQueueSize - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
- mean(double[]) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
- metaInfoMap - Variable in class de.gsi.dataset.spi.AbstractDataSet
- min - Variable in class de.gsi.dataset.spi.DataRange
- minNeigbourSearchX(double, int, int) - Method in class de.gsi.dataset.spi.AbstractDataSet
- myRandom(double, double) - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
N
- name - Variable in class de.gsi.dataset.spi.AbstractDataSet
- name - Variable in class de.gsi.dataset.spi.DataSetBuilder
- navigableKeySet() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
- nextGaussian() - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
- NO_ERROR - de.gsi.dataset.DataSetError.ErrorType
- NONE - de.gsi.dataset.utils.DataSetUtils.Compression
-
Plaintext csv data
- nonEmptyArray(String, boolean[]) - Static method in class de.gsi.dataset.utils.AssertUtils
- nonEmptyArray(String, double[]) - Static method in class de.gsi.dataset.utils.AssertUtils
- nonEmptyArray(String, int[]) - Static method in class de.gsi.dataset.utils.AssertUtils
- nonEmptyArray(String, Object[]) - Static method in class de.gsi.dataset.utils.AssertUtils
- notNull(String, T) - Static method in class de.gsi.dataset.utils.AssertUtils
-
Checks if the object is not null.
P
- pollFirst() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
- pollFirstEntry() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
- pollLast() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
- pollLastEntry() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
- ProcessingProfiler - Class in de.gsi.dataset.utils
-
Small utility class to measure ns-level processing delays
- put(double) - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
-
add new element
- put(double) - Method in class de.gsi.dataset.utils.DoubleRingBuffer
- put(double[], int) - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
-
add multiple new elements
- put(double[], int) - Method in class de.gsi.dataset.utils.DoubleRingBuffer
- put(double[], int, int) - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
-
add multiple new elements
- put(E) - Method in class de.gsi.dataset.utils.CircularBuffer
- put(E) - Method in class de.gsi.dataset.utils.RingBuffer
-
add new element
- put(E[], int) - Method in class de.gsi.dataset.utils.CircularBuffer
-
add multiple new elements
- put(E[], int) - Method in class de.gsi.dataset.utils.RingBuffer
- put(E[], int, int) - Method in class de.gsi.dataset.utils.CircularBuffer
-
add multiple new elements
- put(K, V) - Method in class de.gsi.dataset.utils.trees.AbstractMap
-
This implementation always throws an
UnsupportedOperationException. - put(K, V) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Associates the specified value with the specified key in this map.
- putAll(Map<? extends K, ? extends V>) - Method in class de.gsi.dataset.utils.trees.AbstractMap
- putAll(Map<? extends K, ? extends V>) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Copies all of the mappings from the specified map to this map.
R
- random() - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
- RandomDataGenerator - Class in de.gsi.dataset.testdata.spi
-
Generates arrays with random data.
- RandomDataGenerator() - Constructor for class de.gsi.dataset.testdata.spi.RandomDataGenerator
- RandomStepFunction - Class in de.gsi.dataset.testdata.spi
-
abstract error data set for graphical testing purposes this implementation generates a random step function
- RandomStepFunction(String, int) - Constructor for class de.gsi.dataset.testdata.spi.RandomStepFunction
- RandomWalkFunction - Class in de.gsi.dataset.testdata.spi
-
abstract error data set for graphical testing purposes this implementation generates a random walk (Brownian noise) function.
- RandomWalkFunction(String, int) - Constructor for class de.gsi.dataset.testdata.spi.RandomWalkFunction
- readDataSetFromByteArray(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
- readNumericDataFromFile(BufferedReader, DoubleErrorDataSet) - Static method in class de.gsi.dataset.utils.DataSetUtils
- release(String, StringBuilder) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
- release(String, ByteBuffer) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
- remainingCapacity() - Method in class de.gsi.dataset.utils.CircularBuffer
- remainingCapacity() - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
- remainingCapacity() - Method in class de.gsi.dataset.utils.DoubleRingBuffer
- remainingCapacity() - Method in class de.gsi.dataset.utils.RingBuffer
- remove(int) - Method in interface de.gsi.dataset.EditableDataSet
-
remove point from data set
- remove(int) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
remove point from data set
- remove(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
- remove(int) - Method in class de.gsi.dataset.spi.FloatDataSet
-
remove point from data set
- remove(int[]) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
Removes from this data set points with specified indices.
- remove(int[]) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.Removes from this data set points with specified indices.
- remove(int[]) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.Removes from this data set points with specified indices.
- remove(int, int) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
removes sub-range of data points
- remove(int, int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
remove sub-range of data points
- remove(int, int) - Method in class de.gsi.dataset.spi.FloatDataSet
-
removes sub-range of data points
- remove(int, 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, int) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.remvove sub-range of data points
- remove(int, int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.remove sub-range of data points
- remove(Object) - Method in class de.gsi.dataset.utils.trees.AbstractMap
-
This implementation iterates over
entrySet()searching for an entry with the specified key. - remove(Object) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Removes the mapping for this key from this IndexedTreeMap if present.
- remove(Object) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
Removes the specified element from this set if it is present.
- removeAll(Collection<?>) - Method in class de.gsi.dataset.utils.trees.AbstractSet
-
Removes from this set all of its elements that are contained in the specified collection (optional operation).
- removeDataLabel(int) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
remove a custom data label for a point The label can be used as a category name if CategoryStepsDefinition is used or for annotations displayed for data points.
- removeDataLabel(int) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
remove a custom data label for a point The label can be used as a category name if CategoryStepsDefinition is used or for annotations displayed for data points.
- removeDataLabel(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
remove a custom data label for a point The label can be used as a category name if CategoryStepsDefinition is used or for annotations displayed for data points.
- removeDataLabel(int) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.remove a custom data label for a point The label can be used as a category name if CategoryStepsDefinition is used or for annotations displayed for data points.
- removeDataLabel(int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.remove a custom data label for a point The label can be used as a category name if CategoryStepsDefinition is used or for annotations displayed for data points.
- RemovedDataEvent - Class in de.gsi.dataset.event
-
RemovedDataEvent class that is passed along the notification performed by the
EventSourceclass. - 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
UpdateSourcebecomes invalid. - removeStyle(int) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
A string representation of the CSS style associated with this specific
DataSetdata point. - removeStyle(int) - Method in class de.gsi.dataset.spi.AbstractHistogram
-
A string representation of the CSS style associated with this specific
DataSetdata point. - removeStyle(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
A string representation of the CSS style associated with this specific
DataSetdata point. - removeStyle(int) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.A string representation of the CSS style associated with this specific
DataSetdata point. - removeStyle(int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.A string representation of the CSS style associated with this specific
DataSetdata point. - reset() - Method in interface de.gsi.dataset.Histogram
-
reset histogram content
- reset() - Method in class de.gsi.dataset.spi.AbstractHistogram
- reset() - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
-
resets all data
- reset() - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
remove all data points
- reset() - Method in class de.gsi.dataset.spi.Histogram2
- reset() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
removes all data points
- reset() - Method in class de.gsi.dataset.utils.CircularBuffer
-
resets buffer
- reset() - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
-
resets and clears buffer
- reset() - Method in class de.gsi.dataset.utils.DoubleRingBuffer
-
resets and clears buffer
- reset() - Method in class de.gsi.dataset.utils.RingBuffer
-
clear all data and resets buffer
- 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
S
- set(double[], double[]) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
Initialises the data set with specified data.
- set(double[], double[]) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
-
Initialises the data set with specified data.
- set(double[], double[]) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.Initialises the data set with specified data.
- set(double[], double[], boolean) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
Initialises the data set with specified data.
- set(double[], double[], double[][]) - Method in class de.gsi.dataset.spi.DoubleDataSet3D
-
overwrites/replaces data points with new coordinates
- 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) - 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.ListErrorDataSet
-
Deprecated.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[], 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.LimitedIndexedTreeDataSet
-
Initialises the data set with specified data.
- set(double[], double[], int) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.Initialises the data set with specified data.
- set(double, double) - Method in class de.gsi.dataset.spi.DataRange
-
Sets
minandmaxvalues for this range. - 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
- 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(int, double, double) - Method in interface de.gsi.dataset.EditableDataSet
-
modify point in the the data set
- set(int, double, double) - Method in class de.gsi.dataset.spi.DoubleDataSet
- set(int, double, 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.FloatDataSet
- 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) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.sets new value of existing data point
- set(int, double, double) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.Sets the point with index to the new coordinate
- set(int, double, double, double, double) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
replaces point coordinate of existing data point
- 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, double, double) - Method in class de.gsi.dataset.spi.ListErrorDataSet
-
Deprecated.Sets the point with index to the new coordinate
- set(int, int, double) - Method in class de.gsi.dataset.spi.DoubleDataSet3D
- set(int, int, double, double, double) - Method in interface de.gsi.dataset.DataSet3D
-
Changes a data point at specified index to new values.
- set(int, int, double, double, double) - Method in class de.gsi.dataset.spi.AbstractHistogram
- set(int, int, double, double, double) - Method in class de.gsi.dataset.spi.DoubleDataSet3D
- set(int, LabelledMarker) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
-
replaces existing data marker with new marker value
- set(DataSet) - Method in class de.gsi.dataset.spi.DoubleDataSet
-
clear old data and overwrite with data from 'other' data set (deep copy)
- set(DataSet) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
-
clear old data and overwrite with data from 'other' data set (deep copy)
- set(DataSet) - Method in class de.gsi.dataset.spi.FloatDataSet
-
clear old data and overwrite with data from 'other' data set
- set(DataSet, boolean) - Method in class de.gsi.dataset.spi.FloatDataSet
-
clear old data and overwrite with data from 'other' data set
- set(DataRange) - Method in class de.gsi.dataset.spi.DataRange
-
Sets updates range to the specified one.
- 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(List<DoublePoint>) - Method in class de.gsi.dataset.spi.ListDataSet
-
Deprecated.replaces values of all existing data points
- setAutoNotifaction(boolean) - Method in interface de.gsi.dataset.DataSet
-
Set the automatic notification of invalidation listeners.
- setAutoNotifaction(boolean) - Method in class de.gsi.dataset.spi.AbstractDataSet
- setAverageSize(int) - Method in class de.gsi.dataset.spi.AveragingDataSet
- setColor(String) - Method in class de.gsi.dataset.spi.LabelledMarker
- setDataset(DataSet) - Method in class de.gsi.dataset.spi.WrappedDataSet
-
update/overwrite internal data set with content from other data set
- setDebugState(boolean) - Static method in class de.gsi.dataset.utils.ProcessingProfiler
-
boolean flag controlling whether diagnostics time-marks are taken or the routine to be skipped
- setDefaultColor(String) - Static method in class de.gsi.dataset.spi.LabelledMarker
- setDefaultFontSize(double) - Static method in class de.gsi.dataset.spi.LabelledMarker
- setDefaultLineWidth(double) - Static method in class de.gsi.dataset.spi.LabelledMarker
- setDepth(int) - Method in class de.gsi.dataset.spi.RollingDataSet
- setEditConstraints(EditConstraints) - Method in interface de.gsi.dataset.EditableDataSet
- setEditConstraints(EditConstraints) - Method in class de.gsi.dataset.spi.AbstractDataSet
- setError(double, double) - Method in class de.gsi.dataset.spi.utils.DoublePointError
- setErrorType(DataSetError.ErrorType) - Method in class de.gsi.dataset.spi.AbstractErrorDataSet
-
sets the error type of the data set
- setFontSize(double) - Method in class de.gsi.dataset.spi.LabelledMarker
- setFuzzyCount(int) - Method in class de.gsi.dataset.spi.AveragingDataSet
-
Sets the fuzzy count.
- setLabel(String) - Method in class de.gsi.dataset.spi.LabelledMarker
- setLimit(int) - Method in class de.gsi.dataset.utils.LimitedQueue
- setLineWidth(double) - Method in class de.gsi.dataset.spi.LabelledMarker
- setLoggerOutputState(boolean) - Static method in class de.gsi.dataset.utils.ProcessingProfiler
-
boolean flag controlling whether the statistics/time differences are output to the logger/console or not
- setMax(double) - Method in class de.gsi.dataset.spi.DataRange
-
Sets
maxvalue for this range. - setMaxDistance(double) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
- setMaxLength(double) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
- setMaxQueueSize(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
- setMin(double) - Method in class de.gsi.dataset.spi.DataRange
-
Sets
minvalue for this range. - setName(String) - Method in interface de.gsi.dataset.EditableDataSet
- setName(String) - Method in class de.gsi.dataset.spi.AbstractDataSet
-
Sets the name of data set (meta data)
- setName(String) - Method in class de.gsi.dataset.spi.DataSetBuilder
- setStyle(String) - Method in interface de.gsi.dataset.DataSet
-
A string representation of the CSS style associated with this specific
DataSet. - setStyle(String) - Method in class de.gsi.dataset.spi.AbstractStylable
- setValue(V) - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleEntry
-
Replaces the value corresponding to this entry with the specified value.
- setValue(V) - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleImmutableEntry
-
Replaces the value corresponding to this entry with the specified value (optional operation).
- setVerboseOutputState(boolean) - Static method in class de.gsi.dataset.utils.ProcessingProfiler
-
boolean flag controlling whether the statistics/time differences are output to the logger/console or not
- setX(double) - Method in class de.gsi.dataset.spi.LabelledMarker
- setX(int, double) - Method in class de.gsi.dataset.spi.DoubleDataSet3D
- setXValues(double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
- setXValuesNoCopy(double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
- setY(double) - Method in class de.gsi.dataset.spi.LabelledMarker
- setY(int, double) - Method in class de.gsi.dataset.spi.DoubleDataSet3D
- setYNegError(double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
- setYNegErrorNoCopy(double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
- setYPosError(double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
- setYPosErrorNoCopy(double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
- setYValues(double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
- setYValuesNoCopy(double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
- shallowCopy() - Method in class de.gsi.dataset.spi.FragmentedDataSet
-
Deprecated.
- shift(double) - Method in class de.gsi.dataset.spi.LabelledMarker
-
shift horizontal marker coordinate by shift parameter 'v'
- SimpleEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class de.gsi.dataset.utils.trees.AbstractMap.SimpleEntry
-
Creates an entry representing the same mapping as the specified entry.
- SimpleEntry(K, V) - Constructor for class de.gsi.dataset.utils.trees.AbstractMap.SimpleEntry
-
Creates an entry representing a mapping from the specified key to the specified value.
- SimpleImmutableEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class de.gsi.dataset.utils.trees.AbstractMap.SimpleImmutableEntry
-
Creates an entry representing the same mapping as the specified entry.
- SimpleImmutableEntry(K, V) - Constructor for class de.gsi.dataset.utils.trees.AbstractMap.SimpleImmutableEntry
-
Creates an entry representing a mapping from the specified key to the specified value.
- SincFunction - Class in de.gsi.dataset.testdata.spi
-
abstract error data set for graphical testing purposes this implementation generates a sinc function
- SincFunction(String, int) - Constructor for class de.gsi.dataset.testdata.spi.SincFunction
- SineFunction - Class in de.gsi.dataset.testdata.spi
-
abstract error data set for graphical testing purposes this implementation generates a sine function
- SineFunction(String, int) - Constructor for class de.gsi.dataset.testdata.spi.SineFunction
- SineFunction(String, int, boolean) - Constructor for class de.gsi.dataset.testdata.spi.SineFunction
- SingleOutlierFunction - Class in de.gsi.dataset.testdata.spi
-
abstract error data set for graphical testing purposes this implementation generates a function with a single random outlier
- SingleOutlierFunction(String, int) - Constructor for class de.gsi.dataset.testdata.spi.SingleOutlierFunction
- size() - Method in class de.gsi.dataset.utils.trees.AbstractMap
-
This implementation returns
entrySet().size(). - size() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
-
Returns the number of elements in this set (its cardinality).
- STRING_BUFFER_CACHE_LOCK - Static variable in class de.gsi.dataset.utils.DataSetUtilsHelper
- stringBuilderCache - Static variable in class de.gsi.dataset.utils.DataSetUtilsHelper
- subMap(K, boolean, K, boolean) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
- subMap(K, K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
- subSet(E, boolean, E, boolean) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
- subSet(E, E) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
- substract(DataRange) - Method in class de.gsi.dataset.spi.DataRange
-
Substracts the specified data range from this range.
T
- TAG_GAIN_RANGE - Static variable in interface de.gsi.dataset.DataSetMetaData
- TAG_OVERSHOOT - Static variable in interface de.gsi.dataset.DataSetMetaData
- TAG_UNDERSHOOT - Static variable in interface de.gsi.dataset.DataSetMetaData
- tailMap(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
- tailMap(K, boolean) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
- tailSet(E) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
- tailSet(E, boolean) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
- take() - Method in class de.gsi.dataset.utils.DoubleRingBuffer
- take() - Method in class de.gsi.dataset.utils.RingBuffer
- take(double[], int) - Method in class de.gsi.dataset.utils.DoubleRingBuffer
- take(E[], int) - Method in class de.gsi.dataset.utils.RingBuffer
- TestDataSet<D extends TestDataSet<D>> - Interface in de.gsi.dataset.testdata
-
Standard interface for test data set
- toDoubleArray(float[]) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
- toDoubles(float[]) - Static method in class de.gsi.dataset.spi.FloatDataSet
- toFloatArray(double[]) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
- toFloats(double[]) - Static method in class de.gsi.dataset.spi.FloatDataSet
- toString() - Method in class de.gsi.dataset.spi.AbstractDataSet
- toString() - Method in class de.gsi.dataset.spi.DataRange
- toString() - Method in class de.gsi.dataset.spi.FragmentedDataSet
- toString() - Method in class de.gsi.dataset.spi.utils.DoublePoint
- toString() - Method in class de.gsi.dataset.spi.utils.DoublePointError
- toString() - Method in class de.gsi.dataset.spi.utils.Tuple
- toString() - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleEntry
-
Returns a String representation of this map entry.
- toString() - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleImmutableEntry
-
Returns a String representation of this map entry.
- toString() - Method in class de.gsi.dataset.utils.trees.AbstractMap
-
Returns a string representation of this map.
- Tuple<X,Y> - Class in de.gsi.dataset.spi.utils
- Tuple(X, Y) - Constructor for class de.gsi.dataset.spi.utils.Tuple
U
- unlock() - Method in interface de.gsi.dataset.DataSet
-
Unlock the data set.
- unlock() - Method in class de.gsi.dataset.spi.AbstractDataSet
- unlock() - Method in class de.gsi.dataset.spi.AbstractErrorDataSet
- update() - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
- update() - Method in interface de.gsi.dataset.testdata.TestDataSet
-
generate a new set of numbers
- UpdatedDataEvent - Class in de.gsi.dataset.event
-
UpdatedDataEvent class that is passed along the notification performed by the
EventSourceclass. - UpdatedDataEvent(EventSource) - Constructor for class de.gsi.dataset.event.UpdatedDataEvent
-
generates new update event
- UpdatedDataEvent(EventSource, String) - Constructor for class de.gsi.dataset.event.UpdatedDataEvent
-
generates new update event
- UpdatedDataEvent(EventSource, String, Object) - Constructor for class de.gsi.dataset.event.UpdatedDataEvent
-
generates new update event
- UpdatedMetaDataEvent - Class in de.gsi.dataset.event
-
UpdatedMetaDataEvent class that is passed along the notification performed by the
EventSourceclass. - UpdatedMetaDataEvent(EventSource) - Constructor for class de.gsi.dataset.event.UpdatedMetaDataEvent
-
generates new update event
- UpdatedMetaDataEvent(EventSource, String) - Constructor for class de.gsi.dataset.event.UpdatedMetaDataEvent
-
generates new update event
- UpdatedMetaDataEvent(EventSource, String, Object) - Constructor for class de.gsi.dataset.event.UpdatedMetaDataEvent
-
generates new update event
- UpdateEvent - Class in de.gsi.dataset.event
-
Event class that is passed along the notification performed by the
EventSourceclass. - UpdateEvent(EventSource) - Constructor for class de.gsi.dataset.event.UpdateEvent
-
generates new update event
- UpdateEvent(EventSource, String) - Constructor for class de.gsi.dataset.event.UpdateEvent
-
generates new update event
- UpdateEvent(EventSource, String, Object) - Constructor for class de.gsi.dataset.event.UpdateEvent
-
generates new update event
- updateEventListener() - Method in interface de.gsi.dataset.event.EventSource
- updateEventListener() - Method in class de.gsi.dataset.spi.AbstractDataSet
- updateListeners - Variable in class de.gsi.dataset.spi.AbstractDataSet
- USE_FLOAT32_BINARY_STANDARD - Static variable in class de.gsi.dataset.utils.DataSetUtils
V
- valueOf(String) - Static method in enum de.gsi.dataset.DataSetError.ErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.gsi.dataset.utils.DataSetUtils.Compression
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.gsi.dataset.utils.DataSetUtils.ErrType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum de.gsi.dataset.DataSetError.ErrorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum de.gsi.dataset.utils.DataSetUtils.Compression
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum de.gsi.dataset.utils.DataSetUtils.ErrType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class de.gsi.dataset.utils.trees.AbstractMap
-
This implementation returns a collection that subclasses
AbstractCollection. - values() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
-
Returns a
Collectionview of the values contained in this map. - verboseOutput - Static variable in class de.gsi.dataset.utils.ProcessingProfiler
-
boolean flag controlling whether the statistics/time differences are output to the logger/console or not
W
- WrappedDataSet - Class in de.gsi.dataset.spi
-
A data set implementation which wraps another data set.
- WrappedDataSet(String) - Constructor for class de.gsi.dataset.spi.WrappedDataSet
- writeDataSetToByteArray(DataSet, ByteArrayOutputStream, boolean, boolean) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
Write data set into byte buffer.
- writeDataSetToFile(DataSet, Path, String) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
Export the contents of the supplied dataSet to file as comma separated values with an additional comment header containing metaData if existent.
The filename can contain placeholders of the form {metadatafield;type;format}, where metadatafield references a field in the metadata as specified by the metaDataDataSet interface. - writeDataSetToFile(DataSet, Path, String, boolean) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
Export the contents of the supplied dataSet to file as comma separated values with an additional comment header containing metaData if existent.
The filename can contain placeholders of the form {metadatafield;type;format}, where metadatafield references a field in the metadata as specified by the metaDataDataSet interface. - writeDataSetToFile(DataSet, Path, String, DataSetUtils.Compression) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
Export the contents of the supplied dataSet to file as comma separated values with an additional comment header containing metaData if existent.
The filename can contain placeholders of the form {metadatafield;type;format}, where metadatafield references a field in the metadata as specified by the metaDataDataSet interface. - writeDataSetToFile(DataSet, Path, String, DataSetUtils.Compression, boolean) - Static method in class de.gsi.dataset.utils.DataSetUtils
-
Export the contents of the supplied dataSet to file as comma separated values with an additional comment header containing metaData if existent.
The filename can contain placeholders of the form {metadatafield;type;format}, where metadatafield references a field in the metadata as specified by the metaDataDataSet interface. - writeDoubleArrayAsFloatToByteBuffer(ByteBuffer, double[]) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
- writeDoubleArrayToByteBuffer(ByteBuffer, double[]) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
- writeHeaderDataToStream(OutputStream, DataSet) - Static method in class de.gsi.dataset.utils.DataSetUtils
- writeMetaDataToStream(OutputStream, DataSet) - Static method in class de.gsi.dataset.utils.DataSetUtils
- writeNumericDataToStream(OutputStream, DataSet) - Static method in class de.gsi.dataset.utils.DataSetUtils
X
- x - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
- x - Variable in class de.gsi.dataset.spi.utils.Tuple
- X - de.gsi.dataset.DataSetError.ErrorType
- X_ASYMMETRIC - de.gsi.dataset.DataSetError.ErrorType
- xProjection - Variable in class de.gsi.dataset.spi.Histogram2
- xRange - Variable in class de.gsi.dataset.spi.AbstractDataSet
- xValues - Variable in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
- xValues - Variable in class de.gsi.dataset.spi.DataSetBuilder
- xValues - Variable in class de.gsi.dataset.spi.DoubleDataSet
- xValues - Variable in class de.gsi.dataset.spi.DoubleErrorDataSet
- xValues - Variable in class de.gsi.dataset.spi.FloatDataSet
- XY - de.gsi.dataset.DataSetError.ErrorType
- XY_ASYMMETRIC - de.gsi.dataset.DataSetError.ErrorType
Y
- y - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
- y - Variable in class de.gsi.dataset.spi.utils.Tuple
- Y - de.gsi.dataset.DataSetError.ErrorType
- Y_ASYMMETRIC - de.gsi.dataset.DataSetError.ErrorType
- yErrorsNeg - Variable in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
- yErrorsNeg - Variable in class de.gsi.dataset.spi.DataSetBuilder
- yErrorsNeg - Variable in class de.gsi.dataset.spi.DoubleErrorDataSet
- yErrorsPos - Variable in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
- yErrorsPos - Variable in class de.gsi.dataset.spi.DataSetBuilder
- yErrorsPos - Variable in class de.gsi.dataset.spi.DoubleErrorDataSet
- yProjection - Variable in class de.gsi.dataset.spi.Histogram2
- yRange - Variable in class de.gsi.dataset.spi.AbstractDataSet
- yValues - Variable in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
- yValues - Variable in class de.gsi.dataset.spi.DataSetBuilder
- yValues - Variable in class de.gsi.dataset.spi.DoubleDataSet
- yValues - Variable in class de.gsi.dataset.spi.DoubleErrorDataSet
- yValues - Variable in class de.gsi.dataset.spi.FloatDataSet
Z
- ZIP - de.gsi.dataset.utils.DataSetUtils.Compression
-
ZIP compression.
- zRange - Variable in class de.gsi.dataset.spi.AbstractDataSet3D
All Classes All Packages