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
-
Field Summary
Fields inherited from class com.amalgamasimulation.emf.csv.EMFCSVLoader
filePath, resource, rootObjectFields inherited from class com.amalgamasimulation.emf.excel.EMFTransform
resourceErrors, resourceWarnings -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEMFPartCSVLoader(ResourceFileExtension extension, com.amalgamasimulation.emf.excel.EMFSetting emfSetting, String filePath) -
Method Summary
Methods inherited from class com.amalgamasimulation.emf.csv.EMFCSVLoader
getRootObject, isLoaded, load, loadMethods inherited from class com.amalgamasimulation.emf.csv.EMFCSVTransform
createLoader, createResourceSetInternal, createSaverMethods inherited from class com.amalgamasimulation.emf.excel.EMFTransform
addClassWithIgnoredIdentifiers, addCustomTableHandler, addDistributionFlattenings, addIgnoredClass, addIgnoredStructuralFeature, addPackage, clearErrorsAndWarnings, getEmfSetting, getErrors, getErrorsAndWarnings, getWarnings, setColumnHeaderProvider, setCustomSheetName, setCustomSheetName, setCustomUniqIdOnSheet, setRootClass, setValuesConverterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.amalgamasimulation.emf.common.ErrorsContainer
clearErrorsAndWarnings, getErrors, getWarnings
-
Constructor Details
-
EMFPartCSVLoader
protected EMFPartCSVLoader(ResourceFileExtension extension, com.amalgamasimulation.emf.excel.EMFSetting emfSetting, String filePath)
-
-
Method Details
-
getLoadedObjects
-
removeExtensionFactory
protected void removeExtensionFactory()- Overrides:
removeExtensionFactoryin classEMFCSVLoader<E extends org.eclipse.emf.ecore.EObject>
-