Class EMFPartExcelLoader<E extends org.eclipse.emf.ecore.EObject>
java.lang.Object
com.amalgamasimulation.emf.excel.EMFTransform<E>
com.amalgamasimulation.emf.excel.EMFExcelTransform<E>
com.amalgamasimulation.emf.excel.EMFExcelLoader<E>
com.amalgamasimulation.emf.excel.partialload.EMFPartExcelLoader<E>
- All Implemented Interfaces:
EMFLoader<E>,EMFLoaderFactory<E>,EMFSaverAndLoaderFactory<E>,EMFSaverFactory<E>,ErrorsContainer
public class EMFPartExcelLoader<E extends org.eclipse.emf.ecore.EObject>
extends com.amalgamasimulation.emf.excel.EMFExcelLoader<E>
A special kind of
EMFExcelLoader used only for uploading 'partial scenario files'.
A partial scenario file contains one main sheet (the first one) and zero to many dependent sheets.
- See Also:
-
Field Summary
Fields inherited from class com.amalgamasimulation.emf.excel.EMFExcelLoader
filePath, resource, rootObjectFields inherited from class com.amalgamasimulation.emf.excel.EMFTransform
resourceErrors, resourceWarnings -
Constructor Summary
ConstructorsConstructorDescriptionEMFPartExcelLoader(com.amalgamasimulation.emf.excel.EMFSetting emfSetting, String filePath) -
Method Summary
Methods inherited from class com.amalgamasimulation.emf.excel.EMFExcelLoader
getRootObject, load, load, setFilePathMethods inherited from class com.amalgamasimulation.emf.excel.EMFExcelTransform
createLoader, createResourceSetInternal, createResourceSetInternal, 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
-
EMFPartExcelLoader
-
-
Method Details
-
getLoadedObjects
-
setAndCheckLoadedData
protected boolean setAndCheckLoadedData()- Overrides:
setAndCheckLoadedDatain classcom.amalgamasimulation.emf.excel.EMFExcelLoader<E extends org.eclipse.emf.ecore.EObject>
-
isLoaded
public boolean isLoaded()Description copied from interface:EMFLoaderChecks if the file was loaded successfully, i.e. without any errors. Returnsfalseif the file has not yet been loaded.
-