Uses of Class
com.amalgamasimulation.excel.DataStorage
Packages that use DataStorage
Package
Description
-
Uses of DataStorage in com.amalgamasimulation.emf.csv
Methods in com.amalgamasimulation.emf.csv with type parameters of type DataStorageModifier and TypeMethodDescription<R extends DataStorage<?>>
voidEMFCSVArchive.write(R dataStorage) -
Uses of DataStorage in com.amalgamasimulation.emf.datastructure
Methods in com.amalgamasimulation.emf.datastructure with type parameters of type DataStorageModifier and TypeMethodDescription<R extends DataStorage<?>>
voidEMFExcelFile.write(R dataStorage) abstract <R extends DataStorage<?>>
voidIDataSource.write(R dataStorage) -
Uses of DataStorage in com.amalgamasimulation.emf.datastructure.sheets
Methods in com.amalgamasimulation.emf.datastructure.sheets with parameters of type DataStorageModifier and TypeMethodDescriptionvoidEMFInstanceSheet.write(DataStorage excelFile) abstract voidEMFSheet.write(DataStorage excelFile) voidOneToManyRelationSheet.write(DataStorage excelFile) -
Uses of DataStorage in com.amalgamasimulation.excel
Subclasses of DataStorage in com.amalgamasimulation.excelModifier and TypeClassDescriptionclassclassExcelFile allow you to save tabead data and cahrts to Excel file.