Class PartiallyContainedEClassSheet
java.lang.Object
com.amalgamasimulation.emf.datastructure.sheets.EMFSheet<org.eclipse.emf.ecore.EObject>
com.amalgamasimulation.emf.datastructure.sheets.EMFInstanceSheet
com.amalgamasimulation.emf.datastructure.sheets.FullyContainedEClassSheet
com.amalgamasimulation.emf.datastructure.sheets.PartiallyContainedEClassSheet
-
Field Summary
Fields inherited from class com.amalgamasimulation.emf.datastructure.sheets.EMFInstanceSheet
preread, referenceFields inherited from class com.amalgamasimulation.emf.datastructure.sheets.EMFSheet
book, cachedDates, columns, eClass, formatters, lastFormatterIndex, PARSED_VALUES_CACHE_SIZE, rowValuesConverter, sheetName -
Constructor Summary
ConstructorsConstructorDescriptionPartiallyContainedEClassSheet(org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EReference reference, IDataSource book) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidtryPlaceIntoRootObject(org.eclipse.emf.ecore.EObject contents) Methods inherited from class com.amalgamasimulation.emf.datastructure.sheets.FullyContainedEClassSheet
getEObjectsToWrite, setContents, shouldAddGeneratedIDColumnMethods inherited from class com.amalgamasimulation.emf.datastructure.sheets.EMFInstanceSheet
afterReadingCompleted, assignValuesAndTryFindContainer, getColumns, getIdColumn, getObjectsToWriteCount, onColumnsLoaded, onRowLoaded, preRead, setNewValueInEObject, writeMethods inherited from class com.amalgamasimulation.emf.datastructure.sheets.EMFSheet
getLowerCamelCaseClassName, getSheetName, getValue, getValueAndHandleException, parseDateInternal, parseLocalTime, read, setRowValuesConverter, toString
-
Constructor Details
-
PartiallyContainedEClassSheet
public PartiallyContainedEClassSheet(org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EReference reference, IDataSource book)
-
-
Method Details
-
tryPlaceIntoRootObject
protected void tryPlaceIntoRootObject(org.eclipse.emf.ecore.EObject contents) - Overrides:
tryPlaceIntoRootObjectin classFullyContainedEClassSheet
-