Uses of Interface
com.amalgamasimulation.emf.common.EMFSaverFactory
Packages that use EMFSaverFactory
Package
Description
-
Uses of EMFSaverFactory in com.amalgamasimulation.desktop.ui.views
Methods in com.amalgamasimulation.desktop.ui.views with parameters of type EMFSaverFactoryModifier and TypeMethodDescriptionbooleanSaverManager.saveErrorsHandling(String filePath, E scenario, EMFSaverFactory<E> emfExcelTransform) -
Uses of EMFSaverFactory in com.amalgamasimulation.emf.common
Subinterfaces of EMFSaverFactory in com.amalgamasimulation.emf.commonModifier and TypeInterfaceDescriptioninterfaceEMFSaverAndLoaderFactory<E extends org.eclipse.emf.ecore.EObject> -
Uses of EMFSaverFactory in com.amalgamasimulation.emf.csv
Classes in com.amalgamasimulation.emf.csv that implement EMFSaverFactoryModifier and TypeClassDescriptionclassEMFCSVLoader<E extends org.eclipse.emf.ecore.EObject>classEMFCSVSaver<E extends org.eclipse.emf.ecore.EObject>classEMFCSVTransform<E extends org.eclipse.emf.ecore.EObject> -
Uses of EMFSaverFactory in com.amalgamasimulation.emf.csv.partialload
Classes in com.amalgamasimulation.emf.csv.partialload that implement EMFSaverFactoryModifier and TypeClassDescriptionclassEMFPartCSVLoader<E extends org.eclipse.emf.ecore.EObject>classEMFPartCSVTransform<E extends org.eclipse.emf.ecore.EObject> -
Uses of EMFSaverFactory in com.amalgamasimulation.emf.excel
Classes in com.amalgamasimulation.emf.excel that implement EMFSaverFactoryModifier and TypeClassDescriptionclasscom.amalgamasimulation.emf.excel.EMFExcelLoader<E extends org.eclipse.emf.ecore.EObject>classcom.amalgamasimulation.emf.excel.EMFExcelTransform<E extends org.eclipse.emf.ecore.EObject> -
Uses of EMFSaverFactory in com.amalgamasimulation.emf.excel.edapt
Classes in com.amalgamasimulation.emf.excel.edapt that implement EMFSaverFactoryModifier and TypeClassDescriptionclassEMFExcelLoaderWithEdapt<E extends org.eclipse.emf.ecore.EObject>classEMFExcelTransformWithEdapt<E extends org.eclipse.emf.ecore.EObject> -
Uses of EMFSaverFactory in com.amalgamasimulation.emf.excel.partialload
Classes in com.amalgamasimulation.emf.excel.partialload that implement EMFSaverFactoryModifier and TypeClassDescriptionclassEMFPartExcelLoader<E extends org.eclipse.emf.ecore.EObject>A special kind ofEMFExcelLoaderused only for uploading 'partial scenario files'.classThis class is responsible for partial scenario export and import. -
Uses of EMFSaverFactory in com.amalgamasimulation.emf.json
Classes in com.amalgamasimulation.emf.json that implement EMFSaverFactoryModifier and TypeClassDescriptionclassEMFJSONLoader<E extends org.eclipse.emf.ecore.EObject>classEMFJSONSaver<E extends org.eclipse.emf.ecore.EObject>classEMFJSONSaverAndLoaderFactory<E extends org.eclipse.emf.ecore.EObject>