Class EMFCopyHelper
- java.lang.Object
-
- org.palladiosimulator.commons.emfutils.EMFCopyHelper
-
public final class EMFCopyHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<EObject>deepCopyEObjectList(List<EObject> roots)static ResourceSetdeepCopyToEObjectList(String fileName)static List<EObject>deepCopyToEObjectList(ResourceSet originalResourceSet)
-
-
-
Method Detail
-
deepCopyToEObjectList
public static List<EObject> deepCopyToEObjectList(ResourceSet originalResourceSet)
-
deepCopyToEObjectList
public static ResourceSet deepCopyToEObjectList(String fileName) throws FileNotFoundException, IOException
- Throws:
FileNotFoundExceptionIOException
-
-