Package org.eclipse.epsilon.emc.emf
Class CompositeEPackageRegistry
java.lang.Object
org.eclipse.epsilon.emc.emf.CompositeEPackageRegistry
public class CompositeEPackageRegistry
extends Object
implements org.eclipse.emf.ecore.EPackage.Registry
-
Nested Class Summary
-
Field Summary
FieldsFields inherited from interface org.eclipse.emf.ecore.EPackage.Registry
INSTANCE -
Constructor Summary
ConstructorsConstructorDescriptionCompositeEPackageRegistry(org.eclipse.emf.ecore.EPackage.Registry... registries) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()org.eclipse.emf.ecore.EFactorygetEFactory(String nsURI) org.eclipse.emf.ecore.EPackagegetEPackage(String nsURI) booleanisEmpty()keySet()voidintsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
registries
-
-
Constructor Details
-
CompositeEPackageRegistry
public CompositeEPackageRegistry(org.eclipse.emf.ecore.EPackage.Registry... registries)
-
-
Method Details
-
getEPackage
- Specified by:
getEPackagein interfaceorg.eclipse.emf.ecore.EPackage.Registry
-
getEFactory
- Specified by:
getEFactoryin interfaceorg.eclipse.emf.ecore.EPackage.Registry
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,Object>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,Object>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-