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 . |
idare.imagenode.internal | |
idare.imagenode.internal.DataManagement |
Modifier and Type | Method and Description |
---|---|
void |
ArrayDataSet.readWorkBookData(IDAREWorkbook WB) |
Modifier and Type | Method and Description |
---|---|
void |
MultiArrayNodeData.addData(MultiArrayDataValue newset,
String VectorSetID)
Add a new
MultiArrayDataValue to this NodeData, for a specific SetID |
void |
MultiArrayDataSet.readWorkBookData(IDAREWorkbook WB) |
Modifier and Type | Method and Description |
---|---|
boolean |
DataSet.loadWorkBook(IDAREWorkbook WB)
This function loads calls the implementing classes function setupWorkBook to interpret the Workbook provided and
tests, whether there are viable
DataSetLayoutProperties in IDARE that can be used with this DataSet and the given Workbook. |
abstract void |
DataSet.readWorkBookData(IDAREWorkbook WB)
Read the Data for this workbook into the dataset.
|
void |
DataSet.setupWorkBook(IDAREWorkbook WB)
Set up the data properties from the provided workbook and read the data into this dataset.
|
Modifier and Type | Method and Description |
---|---|
void |
IDAREImageNodeApp.registerDataSetType(DataSet ds)
Register a the type of a dataset provided to the set of avilable
DataSet classes |
Modifier and Type | Method and Description |
---|---|
DataSet |
DataSetManager.createDataSet(boolean TwoCols,
String DataSetTypeName,
String SetDescription,
IDAREWorkbook dsWorkBook)
Create a Dataset based on properties and a DataSetFile.
|
void |
DataSetManager.registerDataSetType(String TypeName,
Class<? extends DataSet> dataSetClass)
Register a DataSetType that can be accessed by the TypeName.
|
Copyright © 2018. All rights reserved.