Package | Description |
---|---|
idare.imagenode.Data.BasicDataTypes.ArrayData |
This package contains the basic Dataset assuming that the data consists of one sheet
of information.
|
idare.imagenode.Data.BasicDataTypes.MultiArrayData |
This package contains the a Dataset specification for datasets with multiple sheets of containing multiple related sets of information..
|
idare.imagenode.Interfaces.DataSets |
A Package that defines interfaces and abstract basis classes for all components necessary to represent a
DataSet . |
Modifier and Type | Method and Description |
---|---|
NodeValue |
ArrayNodeData.getData(int position)
Since
ArrayDataSet s have ordered rows of data, this function can be used to get the position-th item in this data. |
Modifier and Type | Method and Description |
---|---|
void |
ArrayNodeData.setData(Vector<NodeValue> Data)
Set the Data of this
ArrayNodeData . |
Modifier and Type | Class and Description |
---|---|
class |
MultiArrayDataValue
A
NodeValue for MultiArrayDataSet
The Value of a NodeValue is always the String representing the Sheet it is contained in. |
Modifier and Type | Method and Description |
---|---|
int |
NodeValue.compareTo(NodeValue o) |
Copyright © 2018. All rights reserved.