public interface ESCopier
EcoreUtil.copy(EObject).
The copy of an EObject should be self-contained, if possible, i.e.
there should be no references pointing outside the copied containment tree.| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EObject |
copy(org.eclipse.emf.ecore.EObject eObject)
Copy the given
EObject. |
int |
shouldHandle(org.eclipse.emf.ecore.EObject eObject)
Whether this copier wants to copy the given
EObject. |
int shouldHandle(org.eclipse.emf.ecore.EObject eObject)
EObject.eObject - the EObject to be copiedorg.eclipse.emf.ecore.EObject copy(org.eclipse.emf.ecore.EObject eObject)
EObject.eObject - the EObject to be copiedEObjectCopyright © 2017. All rights reserved.