Uses of Interface
com.amalgamasimulation.emf.common.ErrorsContainer
Packages that use ErrorsContainer
Package
Description
-
Uses of ErrorsContainer in com.amalgamasimulation.emf.common
Subinterfaces of ErrorsContainer in com.amalgamasimulation.emf.common -
Uses of ErrorsContainer in com.amalgamasimulation.emf.csv
Classes in com.amalgamasimulation.emf.csv that implement ErrorsContainerModifier 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 ErrorsContainer in com.amalgamasimulation.emf.csv.partialload
Classes in com.amalgamasimulation.emf.csv.partialload that implement ErrorsContainerModifier and TypeClassDescriptionclassEMFPartCSVLoader<E extends org.eclipse.emf.ecore.EObject>classEMFPartCSVTransform<E extends org.eclipse.emf.ecore.EObject> -
Uses of ErrorsContainer in com.amalgamasimulation.emf.excel
Classes in com.amalgamasimulation.emf.excel that implement ErrorsContainerModifier 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>classcom.amalgamasimulation.emf.excel.EMFTransform<E extends org.eclipse.emf.ecore.EObject>This class, serves as a base class for transforming data models represented in EMF (Eclipse Modeling Framework) to/from Excel files or similar tabular data. -
Uses of ErrorsContainer in com.amalgamasimulation.emf.excel.edapt
Classes in com.amalgamasimulation.emf.excel.edapt that implement ErrorsContainerModifier and TypeClassDescriptionclassEMFExcelLoaderWithEdapt<E extends org.eclipse.emf.ecore.EObject>classEMFExcelTransformWithEdapt<E extends org.eclipse.emf.ecore.EObject> -
Uses of ErrorsContainer in com.amalgamasimulation.emf.excel.partialload
Classes in com.amalgamasimulation.emf.excel.partialload that implement ErrorsContainerModifier 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 ErrorsContainer in com.amalgamasimulation.emf.json
Classes in com.amalgamasimulation.emf.json that implement ErrorsContainerModifier 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>