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.DataSetReaders |
A Package that defines interfaces that have to be used by Readers for additional DataSet Formats.
|
idare.imagenode.Interfaces.DataSets |
A Package that defines interfaces and abstract basis classes for all components necessary to represent a
DataSet . |
idare.imagenode.Interfaces.Layout |
A Package that defines interfaces and abstract basis classes for all components necessary to generate a Layout for n individual DataSet
|
idare.imagenode.internal.Data.Array.CircleGridData | |
idare.imagenode.internal.Data.Array.TimeSeriesData | |
idare.imagenode.internal.Data.MultiArray.GraphData | |
idare.imagenode.internal.Data.MultiArray.IndividualGraph | |
idare.imagenode.internal.Data.MultiArray.ScatterData | |
idare.imagenode.internal.DataManagement | |
idare.imagenode.internal.DataSetReaders.CSVReader | |
idare.imagenode.internal.DataSetReaders.POIReader |
This package contains a wrapper to wrap POI
Workbook s to IDAREWorkbook s |
Modifier and Type | Method and Description |
---|---|
void |
ArrayDataSet.preProcessWorkBook(IDAREWorkbook WB) |
void |
ArrayDataSet.readWorkBookData(IDAREWorkbook WB) |
void |
AbstractArrayDataSetProperties.testValidity(DataSet set) |
Modifier and Type | Method and Description |
---|---|
void |
MultiArrayDataSet.readWorkBookData(IDAREWorkbook WB) |
Modifier and Type | Method and Description |
---|---|
abstract IDAREWorkbook |
IDAREDatasetReader.readData(File inputfile)
Read an input File and create an IDARE compatible Workbook structure.
|
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. |
void |
DataSet.preProcessWorkBook(IDAREWorkbook WB)
Do preprocessing for the setup Process.
|
abstract void |
DataSet.readWorkBookData(IDAREWorkbook WB)
Read the Data for this workbook into the dataset.
|
void |
DataSet.setupPropertyOptions()
Set up the property options for this
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 |
---|---|
abstract void |
DataSetLayoutProperties.testValidity(DataSet set)
Test, whether the provided DataSet is valid to be used with these properties.
|
Modifier and Type | Method and Description |
---|---|
void |
CircleGridProperties.testValidity(DataSet set) |
Modifier and Type | Method and Description |
---|---|
void |
TimeSeriesDataSetProperties.testValidity(DataSet set) |
Modifier and Type | Method and Description |
---|---|
void |
GraphDataSetProperties.testValidity(DataSet set) |
Modifier and Type | Method and Description |
---|---|
void |
IndividualGraphDataSetProperties.testValidity(DataSet set) |
Modifier and Type | Method and Description |
---|---|
void |
ScatterDataSetProperties.testValidity(DataSet set) |
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.
|
Modifier and Type | Method and Description |
---|---|
IDAREWorkbook |
CSVReader.readData(File inputfile) |
IDAREWorkbook |
TSVReader.readData(File inputfile) |
Constructor and Description |
---|
CSVWorkbook(File F,
String separator,
int idColumnCount)
Create a new Workbook using a specific file and a defined separator.
|
Modifier and Type | Method and Description |
---|---|
IDAREWorkbook |
POIReader.readData(File inputfile) |
Copyright © 2018. All rights reserved.