Serialized Form
-
Package de.gsi.dataset
-
Package de.gsi.dataset.event
-
Class de.gsi.dataset.event.AddedDataEvent extends UpdatedDataEvent implements Serializable
- serialVersionUID:
- 1893124043479588248L
-
Class de.gsi.dataset.event.AxisChangeEvent extends UpdateEvent implements Serializable
- serialVersionUID:
- 233444066954702782L
-
Serialized Fields
-
dim
int dim
-
-
Class de.gsi.dataset.event.AxisNameChangeEvent extends AxisChangeEvent implements Serializable
- serialVersionUID:
- -425352346909656104L
-
Class de.gsi.dataset.event.AxisRangeChangeEvent extends AxisChangeEvent implements Serializable
- serialVersionUID:
- -7285890268185312226L
-
Class de.gsi.dataset.event.InvalidatedEvent extends UpdateEvent implements Serializable
- serialVersionUID:
- 6539189762419952854L
-
Class de.gsi.dataset.event.RemovedDataEvent extends UpdatedDataEvent implements Serializable
- serialVersionUID:
- 6539189762419952854L
-
Class de.gsi.dataset.event.UpdatedDataEvent extends UpdateEvent implements Serializable
- serialVersionUID:
- 2906468013676213645L
-
Class de.gsi.dataset.event.UpdatedMetaDataEvent extends UpdateEvent implements Serializable
- serialVersionUID:
- 233444066954702782L
-
Class de.gsi.dataset.event.UpdateEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- -3097725478448868303L
-
Serialized Fields
-
msg
java.lang.String msg
-
-
-
Package de.gsi.dataset.locks
-
Class de.gsi.dataset.locks.DefaultDataSetLock extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package de.gsi.dataset.spi
-
Class de.gsi.dataset.spi.AbstractDataSet extends AbstractStylable<D extends AbstractStylable<D>> implements Serializable
- serialVersionUID:
- -7612136495756923417L
-
Serialized Fields
-
axesDescriptions
java.util.List<AxisDescription> axesDescriptions
-
dataLabels
StringHashMapList dataLabels
-
dataStyles
StringHashMapList dataStyles
-
dimension
int dimension
-
editConstraints
EditConstraints editConstraints
-
errorList
java.util.List<java.lang.String> errorList
-
infoList
java.util.List<java.lang.String> infoList
-
metaInfoMap
java.util.Map<java.lang.String,java.lang.String> metaInfoMap
-
name
java.lang.String name
-
warningList
java.util.List<java.lang.String> warningList
-
-
Class de.gsi.dataset.spi.AbstractDataSet3D extends AbstractDataSet<D extends AbstractDataSet3D<D>> implements Serializable
- serialVersionUID:
- 2766945109681463872L
-
Class de.gsi.dataset.spi.AbstractErrorDataSet extends AbstractDataSet<D extends AbstractErrorDataSet<D>> implements Serializable
- serialVersionUID:
- -5592816592868472957L
-
Serialized Fields
-
errorType
DataSetError.ErrorType[] errorType
-
-
Class de.gsi.dataset.spi.AbstractHistogram extends AbstractDataSet<AbstractHistogram> implements Serializable
- serialVersionUID:
- -6455271782865323112L
-
Serialized Fields
-
axisBins
double[][] axisBins
-
data
double[] data
-
equidistant
boolean equidistant
-
nAxisBins
int[] nAxisBins
-
-
Class de.gsi.dataset.spi.AbstractStylable extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
style
java.lang.String style
-
styleClass
java.lang.String styleClass
-
-
Class de.gsi.dataset.spi.AveragingDataSet extends AbstractDataSet<AveragingDataSet> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
averageSize
int averageSize
-
dataset
de.gsi.dataset.spi.AveragingDataSet.InternalDataSet dataset
-
deque
java.util.ArrayDeque<DataSet2D> deque
-
fuzzyCount
int fuzzyCount
-
-
Class de.gsi.dataset.spi.CircularDoubleErrorDataSet extends AbstractErrorDataSet<CircularDoubleErrorDataSet> implements Serializable
- serialVersionUID:
- -8010355203980379253L
-
Serialized Fields
-
dataLabels
CircularBuffer<java.lang.String> dataLabels
-
dataStyles
CircularBuffer<java.lang.String> dataStyles
-
xValues
DoubleCircularBuffer xValues
-
yErrorsNeg
DoubleCircularBuffer yErrorsNeg
-
yErrorsPos
DoubleCircularBuffer yErrorsPos
-
yValues
DoubleCircularBuffer yValues
-
-
Class de.gsi.dataset.spi.DefaultDataSet extends DoubleDataSet implements Serializable
- serialVersionUID:
- 1L
-
Class de.gsi.dataset.spi.DefaultErrorDataSet extends DoubleErrorDataSet implements Serializable
- serialVersionUID:
- -8703142598393329273L
-
Class de.gsi.dataset.spi.DimReductionDataSet extends DoubleDataSet implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dimIndex
int dimIndex
-
maxIndex
int maxIndex
-
maxValue
double maxValue
-
minIndex
int minIndex
-
minValue
double minValue
-
reductionOption
DimReductionDataSet.Option reductionOption
-
source
DataSet source
-
-
Class de.gsi.dataset.spi.DoubleDataSet extends AbstractDataSet<DoubleDataSet> implements Serializable
- serialVersionUID:
- -493232313124620828L
-
Serialized Fields
-
xValues
it.unimi.dsi.fastutil.doubles.DoubleArrayList xValues
-
yValues
it.unimi.dsi.fastutil.doubles.DoubleArrayList yValues
-
-
Class de.gsi.dataset.spi.DoubleDataSet3D extends AbstractDataSet3D<DoubleDataSet3D> implements Serializable
- serialVersionUID:
- 1289344630607938420L
-
Serialized Fields
-
xValues
double[] xValues
Deprecated, for removal: This API element is subject to removal in a future version. -
yValues
double[] yValues
Deprecated, for removal: This API element is subject to removal in a future version. -
zValues
double[][] zValues
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Class de.gsi.dataset.spi.DoubleErrorDataSet extends AbstractErrorDataSet<DoubleErrorDataSet> implements Serializable
- serialVersionUID:
- 8931518518245752926L
-
Serialized Fields
-
xValues
it.unimi.dsi.fastutil.doubles.DoubleArrayList xValues
-
yErrorsNeg
it.unimi.dsi.fastutil.doubles.DoubleArrayList yErrorsNeg
-
yErrorsPos
it.unimi.dsi.fastutil.doubles.DoubleArrayList yErrorsPos
-
yValues
it.unimi.dsi.fastutil.doubles.DoubleArrayList yValues
-
-
Class de.gsi.dataset.spi.FifoDoubleErrorDataSet extends AbstractErrorDataSet<DoubleErrorDataSet> implements Serializable
- serialVersionUID:
- -7153702141838930486L
-
Serialized Fields
-
data
LimitedQueue<FifoDoubleErrorDataSet.DataBlob> data
-
maxDistance
double maxDistance
-
-
Class de.gsi.dataset.spi.FloatDataSet extends AbstractDataSet<FloatDataSet> implements Serializable
- serialVersionUID:
- 7625465583757088697L
-
Serialized Fields
-
xValues
it.unimi.dsi.fastutil.floats.FloatArrayList xValues
-
yValues
it.unimi.dsi.fastutil.floats.FloatArrayList yValues
-
-
Class de.gsi.dataset.spi.FragmentedDataSet extends AbstractDataSet<FragmentedDataSet> implements Serializable
- serialVersionUID:
- 2540953806461866839L
-
Serialized Fields
-
dataCount
int dataCount
-
list
java.util.ArrayList<DataSet> list
-
-
Class de.gsi.dataset.spi.Histogram extends AbstractHistogram implements Serializable
- serialVersionUID:
- -8609726961834745312L
-
Serialized Fields
-
isHorizontal
boolean isHorizontal
-
-
Class de.gsi.dataset.spi.Histogram2 extends AbstractHistogram implements Serializable
- serialVersionUID:
- -5583974934398282519L
-
Class de.gsi.dataset.spi.LabelledMarkerDataSet extends AbstractDataSet<LabelledMarkerDataSet> implements Serializable
- serialVersionUID:
- -3267447868117053651L
-
Serialized Fields
-
data
java.util.ArrayList<DoublePoint> data
-
dataLabels
java.util.ArrayList<java.lang.String> dataLabels
-
dataStyles
java.util.ArrayList<java.lang.String> dataStyles
-
-
Class de.gsi.dataset.spi.LimitedIndexedTreeDataSet extends AbstractErrorDataSet<LimitedIndexedTreeDataSet> implements Serializable
- serialVersionUID:
- -6372417982869679455L
-
Serialized Fields
-
data
IndexedNavigableSet<LimitedIndexedTreeDataSet.DataAtom> data
-
maxLength
double maxLength
-
maxQueueSize
int maxQueueSize
-
subtractOffset
boolean subtractOffset
-
-
Class de.gsi.dataset.spi.ListDataSet extends AbstractDataSet<ListDataSet> implements Serializable
- serialVersionUID:
- -4444745436188783390L
-
Serialized Fields
-
data
java.util.List<DoublePoint> data
Deprecated. -
dataLabels
java.util.Map<java.lang.Integer,java.lang.String> dataLabels
Deprecated. -
dataStyles
java.util.Map<java.lang.Integer,java.lang.String> dataStyles
Deprecated.
-
-
Class de.gsi.dataset.spi.ListErrorDataSet extends AbstractErrorDataSet<ListErrorDataSet> implements Serializable
- serialVersionUID:
- -7853762711615967319L
-
Serialized Fields
-
data
java.util.ArrayList<DoublePointError> data
Deprecated. -
dataLabels
java.util.Map<java.lang.Integer,java.lang.String> dataLabels
Deprecated. -
dataStyles
java.util.Map<java.lang.Integer,java.lang.String> dataStyles
Deprecated.
-
-
Class de.gsi.dataset.spi.MultiDimDoubleDataSet extends AbstractDataSet<MultiDimDoubleDataSet> implements Serializable
- serialVersionUID:
- -493232313124620828L
-
Serialized Fields
-
values
it.unimi.dsi.fastutil.doubles.DoubleArrayList[] values
-
-
Class de.gsi.dataset.spi.RollingDataSet extends FragmentedDataSet implements Serializable
- serialVersionUID:
- -3110510420345581034L
-
Serialized Fields
-
depth
int depth
-
lastLength
double lastLength
-
-
Class de.gsi.dataset.spi.TransposedDataSet extends java.lang.Object implements Serializable
- serialVersionUID:
- 2019092401L
-
Serialized Fields
-
dataSet
DataSet dataSet
-
grid
int grid
-
nDims
int nDims
-
permutation
int[] permutation
-
transposed
boolean transposed
-
-
Class de.gsi.dataset.spi.TransposedDataSet.TransposedDataSet3D extends TransposedDataSet implements Serializable
- serialVersionUID:
- 19092601L
-
Class de.gsi.dataset.spi.WrappedDataSet extends AbstractDataSet<WrappedDataSet> implements Serializable
- serialVersionUID:
- -2324840899629186284L
-
Serialized Fields
-
dataset
DataSet2D dataset
-
listener
EventListener listener
-
-
-
Package de.gsi.dataset.spi.utils
-
Class de.gsi.dataset.spi.utils.StringHashMapList extends java.util.concurrent.ConcurrentHashMap<java.lang.Integer,java.lang.String> implements Serializable
- serialVersionUID:
- 4588196035279167053L
-
-
Package de.gsi.dataset.testdata
-
Package de.gsi.dataset.testdata.spi
-
Class de.gsi.dataset.testdata.spi.AbstractTestFunction extends AbstractErrorDataSet<D extends AbstractTestFunction<D>> implements Serializable
- serialVersionUID:
- 3145097895719258628L
-
Serialized Fields
-
data
double[] data
-
-
Class de.gsi.dataset.testdata.spi.CosineFunction extends AbstractTestFunction<CosineFunction> implements Serializable
- serialVersionUID:
- -3391027911729531271L
-
Serialized Fields
-
useSystemTimeOffset
boolean useSystemTimeOffset
-
-
Class de.gsi.dataset.testdata.spi.GaussFunction extends AbstractTestFunction<GaussFunction> implements Serializable
- serialVersionUID:
- -2090964369869257806L
-
Class de.gsi.dataset.testdata.spi.RandomStepFunction extends AbstractTestFunction<RandomStepFunction> implements Serializable
- serialVersionUID:
- -5338037806123143152L
-
Class de.gsi.dataset.testdata.spi.RandomWalkFunction extends AbstractTestFunction<RandomWalkFunction> implements Serializable
- serialVersionUID:
- 5274313670852663800L
-
Class de.gsi.dataset.testdata.spi.SincFunction extends AbstractTestFunction<SincFunction> implements Serializable
- serialVersionUID:
- 8401471155758562066L
-
Class de.gsi.dataset.testdata.spi.SineFunction extends AbstractTestFunction<SineFunction> implements Serializable
- serialVersionUID:
- -4573144986461354456L
-
Serialized Fields
-
useSystemTimeOffset
boolean useSystemTimeOffset
-
-
Class de.gsi.dataset.testdata.spi.SingleOutlierFunction extends AbstractTestFunction<SingleOutlierFunction> implements Serializable
- serialVersionUID:
- -7456808511068971349L
-
Class de.gsi.dataset.testdata.spi.TriangleFunction extends AbstractTestFunction<TriangleFunction> implements Serializable
- serialVersionUID:
- -3391027911729531271L
-
Serialized Fields
-
offset
double offset
-
-
-
Package de.gsi.dataset.utils
-
Class de.gsi.dataset.utils.AggregateException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1580760362088821678L
-
Serialized Fields
-
throwableList
java.util.List<java.lang.Throwable> throwableList
-
-
Class de.gsi.dataset.utils.LimitedQueue extends java.util.LinkedList<E> implements Serializable
- serialVersionUID:
- 7158175707385120597L
-
Serialized Fields
-
limit
int limit
-
-
Class de.gsi.dataset.utils.NoDuplicatesList extends java.util.LinkedList<E> implements Serializable
- serialVersionUID:
- -8547667608571765668L
-
-
Package de.gsi.dataset.utils.trees
-
Class de.gsi.dataset.utils.trees.AbstractMap.SimpleEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- -8499721149061103585L
-
Class de.gsi.dataset.utils.trees.AbstractMap.SimpleImmutableEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- 7138329143949025153L
-
Class de.gsi.dataset.utils.trees.IndexedTreeMap extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 919286545866124006L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundExceptionReconstitute theIndexedTreeMapinstance from a stream (i.e., deserialize it).- Throws:
java.io.IOException- in case of write errorsjava.lang.ClassNotFoundException- in case of class casting errors
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOExceptionSave the state of theIndexedTreeMapinstance to a stream (i.e., serialize it).- Serial Data:
- The size of the IndexedTreeMap (the number of key-value mappings) is emitted (int), followed by the key (Object) and value (Object) for each key-value mapping represented by the IndexedTreeMap. The key-value mappings are emitted in key-order (as determined by the IndexedTreeMap's Comparator, or by the keys' natural ordering if the IndexedTreeMap has no Comparator).
- Throws:
java.io.IOException- in case of write errors
-
-
Serialized Fields
-
comparator
java.util.Comparator<? super K> comparator
The comparator used to maintain order in this tree map, or null if it uses the natural ordering of its keys. -
descendingMap
java.util.NavigableMap<K,V> descendingMap
-
entrySet
de.gsi.dataset.utils.trees.IndexedTreeMap.EntrySet entrySet
Fields initialized to contain an instance of the entry set view the first time this view is requested. Views are stateless, so there's no reason to create more than one. -
modCount
int modCount
The number of structural modifications to the tree. -
navigableKeySet
de.gsi.dataset.utils.trees.IndexedTreeMap.KeySet<K> navigableKeySet
-
root
IndexedTreeMap.Entry<K,V> root
-
size
int size
The number of entries in the tree
-
-
Class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap extends de.gsi.dataset.utils.trees.IndexedTreeMap.NavigableSubMap<K,V> implements Serializable
- serialVersionUID:
- 912986545866124060L
-
Class de.gsi.dataset.utils.trees.IndexedTreeMap.DescendingSubMap extends de.gsi.dataset.utils.trees.IndexedTreeMap.NavigableSubMap<K,V> implements Serializable
- serialVersionUID:
- 912986545866120460L
-
Serialized Fields
-
reverseComparator
java.util.Comparator<? super K> reverseComparator
-
-
Class de.gsi.dataset.utils.trees.IndexedTreeMap.NavigableSubMap extends java.util.AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 2043167872700380033L
-
Serialized Fields
-
descendingMapView
java.util.NavigableMap<K,V> descendingMapView
-
entrySetView
IndexedTreeMap.NavigableSubMap.EntrySetView entrySetView
-
fromStart
boolean fromStart
-
hi
K hi
Endpoints are represented as triples (fromStart, lo, loInclusive) and (toEnd, hi, hiInclusive). If fromStart is true, then the low (absolute) bound is the start of the backing map, and the other values are ignored. Otherwise, if loInclusive is true, lo is the inclusive bound, else lo is the exclusive bound. Similarly for the upper bound. -
hiInclusive
boolean hiInclusive
-
lo
K lo
Endpoints are represented as triples (fromStart, lo, loInclusive) and (toEnd, hi, hiInclusive). If fromStart is true, then the low (absolute) bound is the start of the backing map, and the other values are ignored. Otherwise, if loInclusive is true, lo is the inclusive bound, else lo is the exclusive bound. Similarly for the upper bound. -
loInclusive
boolean loInclusive
-
m
IndexedTreeMap<K,V> m
The backing map. -
navigableKeySetView
de.gsi.dataset.utils.trees.IndexedTreeMap.KeySet<K> navigableKeySetView
-
toEnd
boolean toEnd
-
-
Class de.gsi.dataset.utils.trees.IndexedTreeSet extends java.util.AbstractSet<E> implements Serializable
- serialVersionUID:
- -2479143000061671589L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundExceptionReconstitute theIndexedTreeSetinstance from a stream (that is, deserialize it).- Throws:
java.io.IOException- in case of write errorsjava.lang.ClassNotFoundException- in case of casting errors
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOExceptionSave the state of theIndexedTreeSetinstance to a stream (that is, serialize it).- Serial Data:
- Emits the comparator used to order this set, or
nullif it obeys its elements' natural ordering (Object), followed by the size of the set (the number of elements it contains) (int), followed by all of its elements (each an Object) in order (as determined by the set's Comparator, or by the elements' natural ordering if the set has no Comparator). - Throws:
java.io.IOException- in case of IO problems
-
-