Class EMFPartCSVTransform<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.partialload.EMFPartCSVTransform<E>
All Implemented Interfaces:
EMFLoaderFactory<E>, EMFSaverAndLoaderFactory<E>, EMFSaverFactory<E>, ErrorsContainer

public class EMFPartCSVTransform<E extends org.eclipse.emf.ecore.EObject> extends EMFCSVTransform<E>
  • Field Summary

    Fields inherited from class com.amalgamasimulation.emf.excel.EMFTransform

    resourceErrors, resourceWarnings
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
    EMFPartCSVTransform(org.eclipse.emf.ecore.EClass oneClassLoaded, com.amalgamasimulation.emf.excel.EMFExcelTransform<? extends org.eclipse.emf.ecore.EObject> transform)
     
    protected
    EMFPartCSVTransform(org.eclipse.emf.ecore.EClass oneClassLoaded, com.amalgamasimulation.emf.excel.EMFSetting emfSetting)
     
     
    EMFPartCSVTransform(org.eclipse.emf.ecore.EClass rootEClass, org.eclipse.emf.ecore.EClass oneClassLoaded, org.eclipse.emf.ecore.EPackage... ePackages)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createLoader(String filePath)
     
    createLoader(String filePath, org.eclipse.emf.ecore.EObject rootObjForLoadedData)
     
    protected <R extends com.amalgamasimulation.emf.excel.EMFTransform<? extends org.eclipse.emf.ecore.EObject>>
    org.eclipse.emf.ecore.resource.ResourceSet
     
    createSaver(String filePath, E rootObject)
     

    Methods inherited from class com.amalgamasimulation.emf.excel.EMFTransform

    addClassWithIgnoredIdentifiers, addCustomTableHandler, addDistributionFlattenings, addIgnoredClass, addIgnoredStructuralFeature, addPackage, clearErrorsAndWarnings, getEmfSetting, getErrors, getErrorsAndWarnings, getWarnings, setColumnHeaderProvider, setCustomSheetName, setCustomSheetName, setCustomUniqIdOnSheet, setRootClass, setValuesConverter

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EMFPartCSVTransform

      public EMFPartCSVTransform(org.eclipse.emf.ecore.EClass rootEClass, org.eclipse.emf.ecore.EClass oneClassLoaded, org.eclipse.emf.ecore.EPackage... ePackages)
    • EMFPartCSVTransform

      public EMFPartCSVTransform(org.eclipse.emf.ecore.EClass oneClassLoaded, com.amalgamasimulation.emf.excel.EMFExcelTransform<? extends org.eclipse.emf.ecore.EObject> transform)
    • EMFPartCSVTransform

      protected EMFPartCSVTransform(org.eclipse.emf.ecore.EClass oneClassLoaded, com.amalgamasimulation.emf.excel.EMFSetting emfSetting)
  • Method Details