| Constructor and Description |
|---|
DefaultCopier() |
| 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. |
public int shouldHandle(org.eclipse.emf.ecore.EObject eObject)
EObject.shouldHandle in interface ESCopiereObject - the EObject to be copiedESCopier.shouldHandle(org.eclipse.emf.ecore.EObject)public org.eclipse.emf.ecore.EObject copy(org.eclipse.emf.ecore.EObject eObject)
EObject.copy in interface ESCopiereObject - the EObject to be copiedEObjectESCopier.copy(org.eclipse.emf.ecore.EObject)Copyright © 2017. All rights reserved.