Class EMFPartCSVLoader<E extends org.eclipse.emf.ecore.EObject>

java.lang.Object
com.amalgamasimulation.emf.excel.EMFTransform<E>
com.amalgamasimulation.emf.csv.EMFCSVTransform<E>
com.amalgamasimulation.emf.csv.EMFCSVLoader<E>
com.amalgamasimulation.emf.csv.partialload.EMFPartCSVLoader<E>
All Implemented Interfaces:
EMFLoader<E>, EMFLoaderFactory<E>, EMFSaverAndLoaderFactory<E>, EMFSaverFactory<E>, ErrorsContainer

public class EMFPartCSVLoader<E extends org.eclipse.emf.ecore.EObject> extends EMFCSVLoader<E>
  • Constructor Details

    • EMFPartCSVLoader

      protected EMFPartCSVLoader(ResourceFileExtension extension, com.amalgamasimulation.emf.excel.EMFSetting emfSetting, String filePath)
  • Method Details

    • getLoadedObjects

      public List<org.eclipse.emf.ecore.EObject> getLoadedObjects()
    • removeExtensionFactory

      protected void removeExtensionFactory()
      Overrides:
      removeExtensionFactory in class EMFCSVLoader<E extends org.eclipse.emf.ecore.EObject>