Uses of Interface
com.amalgamasimulation.emf.common.EMFSaverAndLoaderFactory
Packages that use EMFSaverAndLoaderFactory
Package
Description
-
Uses of EMFSaverAndLoaderFactory in com.amalgamasimulation.emf.csv
Classes in com.amalgamasimulation.emf.csv that implement EMFSaverAndLoaderFactoryModifier 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 EMFSaverAndLoaderFactory in com.amalgamasimulation.emf.csv.partialload
Classes in com.amalgamasimulation.emf.csv.partialload that implement EMFSaverAndLoaderFactoryModifier and TypeClassDescriptionclassEMFPartCSVLoader<E extends org.eclipse.emf.ecore.EObject>classEMFPartCSVTransform<E extends org.eclipse.emf.ecore.EObject> -
Uses of EMFSaverAndLoaderFactory in com.amalgamasimulation.emf.excel
Classes in com.amalgamasimulation.emf.excel that implement EMFSaverAndLoaderFactoryModifier 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 EMFSaverAndLoaderFactory in com.amalgamasimulation.emf.excel.edapt
Classes in com.amalgamasimulation.emf.excel.edapt that implement EMFSaverAndLoaderFactoryModifier and TypeClassDescriptionclassEMFExcelLoaderWithEdapt<E extends org.eclipse.emf.ecore.EObject>classEMFExcelTransformWithEdapt<E extends org.eclipse.emf.ecore.EObject> -
Uses of EMFSaverAndLoaderFactory in com.amalgamasimulation.emf.excel.partialload
Classes in com.amalgamasimulation.emf.excel.partialload that implement EMFSaverAndLoaderFactoryModifier 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 EMFSaverAndLoaderFactory in com.amalgamasimulation.emf.json
Classes in com.amalgamasimulation.emf.json that implement EMFSaverAndLoaderFactoryModifier 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>