| Package | Description |
|---|---|
| de.gsi.dataset | |
| de.gsi.dataset.spi |
| Modifier and Type | Method and Description |
|---|---|
EditableDataSet |
EditableDataSet.add(int index,
double... newValue)
add point to the data set
|
EditableDataSet |
EditableDataSet.remove(int index)
remove point from data set
|
EditableDataSet |
EditableDataSet.set(int index,
double... newValue)
modify point in the the data set
|
EditableDataSet |
EditableDataSet.setEditConstraints(EditConstraints constraints) |
EditableDataSet |
EditableDataSet.setName(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDataSet
Redirect to the reference implementation declared as 'default'.
|
class |
DefaultErrorDataSet
Redirect to the reference implementation declared as 'default'.
|
class |
DimReductionDataSet
Reduces 3D data to 2D DataSet either via slicing, min, mean, max or integration
|
class |
DoubleDataSet
Implementation of the
DataSet interface which stores x,y values in two separate arrays. |
class |
DoubleErrorDataSet
Implementation of the
DataSetError interface which stores x,y, +eyn, and -eyn values in separate double
arrays. |
class |
FloatDataSet
Implementation of the
DataSet interface which stores x,y values in two separate arrays. |
| Modifier and Type | Method and Description |
|---|---|
EditableDataSet |
FloatDataSet.remove(int index)
remove point from data set
|
EditableDataSet |
DoubleDataSet.remove(int index)
remove point from data set
|
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.