Uses of Class
idare.imagenode.exceptions.io.DuplicateIDException
-
Packages that use DuplicateIDException 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 aDataSet
. -
-
Uses of DuplicateIDException in idare.imagenode.Data.BasicDataTypes.ArrayData
Methods in idare.imagenode.Data.BasicDataTypes.ArrayData that throw DuplicateIDException Modifier and Type Method Description void
ArrayDataSet. readWorkBookData(IDAREWorkbook WB)
-
Uses of DuplicateIDException in idare.imagenode.Data.BasicDataTypes.MultiArrayData
Methods in idare.imagenode.Data.BasicDataTypes.MultiArrayData that throw DuplicateIDException Modifier and Type Method Description void
MultiArrayNodeData. addData(MultiArrayDataValue newset, String VectorSetID)
Add a newMultiArrayDataValue
to this NodeData, for a specific SetIDvoid
MultiArrayDataSet. readWorkBookData(IDAREWorkbook WB)
-
Uses of DuplicateIDException in idare.imagenode.Interfaces.DataSets
Methods in idare.imagenode.Interfaces.DataSets that throw DuplicateIDException Modifier and Type Method 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 viableDataSetLayoutProperties
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.
-