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