Uses of Interface
idare.imagenode.Interfaces.DataSetReaders.WorkBook.IDAREWorkbook
-
Packages that use IDAREWorkbook 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.DataSetReaders.WorkBook.BasicImplementation This package contains a basic implementation of anIDAREWorkbookcompatible with the IDARE Interface.idare.imagenode.Interfaces.DataSets A Package that defines interfaces and abstract basis classes for all components necessary to represent aDataSet. -
-
Uses of IDAREWorkbook in idare.imagenode.Data.BasicDataTypes.ArrayData
Methods in idare.imagenode.Data.BasicDataTypes.ArrayData with parameters of type IDAREWorkbook Modifier and Type Method Description protected voidArrayDataSet. determineNonEmptyColumns(IDAREWorkbook WB)Determine the columns which are non empty, This can be derived from the Header column as all columns which are set have to contain a label.voidArrayDataSet. preProcessWorkBook(IDAREWorkbook WB)voidArrayDataSet. readWorkBookData(IDAREWorkbook WB) -
Uses of IDAREWorkbook in idare.imagenode.Data.BasicDataTypes.MultiArrayData
Methods in idare.imagenode.Data.BasicDataTypes.MultiArrayData with parameters of type IDAREWorkbook Modifier and Type Method Description voidMultiArrayDataSet. readWorkBookData(IDAREWorkbook WB) -
Uses of IDAREWorkbook in idare.imagenode.Interfaces.DataSetReaders
Methods in idare.imagenode.Interfaces.DataSetReaders that return IDAREWorkbook Modifier and Type Method Description abstract IDAREWorkbookIDAREDatasetReader. readData(File inputfile)Read an input File and create an IDARE compatible Workbook structure. -
Uses of IDAREWorkbook in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation
Classes in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation that implement IDAREWorkbook Modifier and Type Class Description classBasicIDAREWorkbookA simple implementation of anIDAREWorkbook -
Uses of IDAREWorkbook in idare.imagenode.Interfaces.DataSets
Methods in idare.imagenode.Interfaces.DataSets with parameters of type IDAREWorkbook Modifier and Type Method Description booleanDataSet. loadWorkBook(IDAREWorkbook WB)This function loads calls the implementing classes function setupWorkBook to interpret the Workbook provided and tests, whether there are viableDataSetLayoutPropertiesin IDARE that can be used with this DataSet and the given Workbook.voidDataSet. preProcessWorkBook(IDAREWorkbook WB)Do preprocessing for the setup Process.abstract voidDataSet. readWorkBookData(IDAREWorkbook WB)Read the Data for this workbook into the dataset.voidDataSet. setupWorkBook(IDAREWorkbook WB)Set up the data properties from the provided workbook and read the data into this dataset.
-