Uses of Class
com.amalgamasimulation.emf.datastructure.IDataSource
Packages that use IDataSource
Package
Description
-
Uses of IDataSource in com.amalgamasimulation.emf.csv
Subclasses of IDataSource in com.amalgamasimulation.emf.csvMethods in com.amalgamasimulation.emf.csv that return IDataSourceModifier and TypeMethodDescriptionprotected IDataSourceCSVResourceImpl.createEMFCSVArchive(com.amalgamasimulation.emf.excel.EMFTransform<?> transform) -
Uses of IDataSource in com.amalgamasimulation.emf.csv.partialload
Subclasses of IDataSource in com.amalgamasimulation.emf.csv.partialloadMethods in com.amalgamasimulation.emf.csv.partialload that return IDataSourceModifier and TypeMethodDescriptionprotected IDataSourcePartCSVResourceImpl.createEMFCSVArchive(com.amalgamasimulation.emf.excel.EMFTransform<?> transform) Methods in com.amalgamasimulation.emf.csv.partialload with parameters of type IDataSourceModifier and TypeMethodDescriptionprotected MainClassPartEditSheetEMFPartCSVArchive.createPartEditSheet(org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EReference reference, IDataSource book, boolean onlyAttributies) Constructors in com.amalgamasimulation.emf.csv.partialload with parameters of type IDataSourceModifierConstructorDescriptionMainClassPartLoadFromCSVSheet(org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EReference reference, IDataSource book) -
Uses of IDataSource in com.amalgamasimulation.emf.datastructure
Subclasses of IDataSource in com.amalgamasimulation.emf.datastructureModifier and TypeClassDescriptionclassclassAn Excel file that contains only a part of the whole scenario data that is related to some selected EClass of objects.Methods in com.amalgamasimulation.emf.datastructure with parameters of type IDataSourceModifier and TypeMethodDescriptionprotected MainClassPartEditSheetEMFPartOneClassFile.createPartEditSheet(org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EReference reference, IDataSource book, boolean onlyAttributies) -
Uses of IDataSource in com.amalgamasimulation.emf.datastructure.sheets
Fields in com.amalgamasimulation.emf.datastructure.sheets declared as IDataSourceConstructors in com.amalgamasimulation.emf.datastructure.sheets with parameters of type IDataSourceModifierConstructorDescriptionprotectedEMFInstanceSheet(org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EReference reference, IDataSource book) protectedEMFSheet(org.eclipse.emf.ecore.EClass eClass, String sheetName, IDataSource book) FullyContainedEClassSheet(org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EReference reference, IDataSource book) MainClassPartEditSheet(org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EReference reference, IDataSource book, boolean onlyAttributies) OneToManyRelationSheet(org.eclipse.emf.ecore.EReference reference, IDataSource book) PartiallyContainedEClassSheet(org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EReference reference, IDataSource book) RootEClassSheet(org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EReference reference, IDataSource book) SingleContainedEClassSheet(org.eclipse.emf.ecore.EClass eClass, IDataSource book) -
Uses of IDataSource in com.amalgamasimulation.emf.excel.partialload
Methods in com.amalgamasimulation.emf.excel.partialload that return IDataSourceModifier and TypeMethodDescriptionprotected IDataSourcePartExcelResourceImpl.createEMFExcelFile(com.amalgamasimulation.emf.excel.EMFTransform<?> transform)