Uses of Interface
org.eclipse.emf.common.util.EMap

Packages that use EMap
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.common.util Provides basic utilities. 
org.eclipse.emf.ecore Provides an API for the Ecore dialect of UML. 
org.eclipse.emf.ecore.change Provides an API for describing and applying model changes. 
org.eclipse.emf.ecore.change.impl Provides an implementation of the Change model. 
org.eclipse.emf.ecore.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.resource.impl Provides an implementation of the resource API. 
org.eclipse.emf.ecore.util Provides utilities. 
org.eclipse.emf.ecore.xmi   
org.eclipse.emf.ecore.xmi.impl   
org.eclipse.emf.ecore.xml.namespace   
org.eclipse.emf.ecore.xml.namespace.impl   
org.eclipse.emf.ecore.xml.type   
org.eclipse.emf.ecore.xml.type.impl   
org.eclipse.emf.exporter   
org.eclipse.emf.mapping.ecore2xml   
org.eclipse.emf.mapping.ecore2xml.impl   
 

Uses of EMap in org.eclipse.emf.codegen.ecore.genmodel
 

Methods in org.eclipse.emf.codegen.ecore.genmodel that return EMap
 EMap<java.lang.String,java.lang.String> GenAnnotation.getDetails()
          Returns the value of the 'Details' map.
 

Uses of EMap in org.eclipse.emf.codegen.ecore.genmodel.impl
 

Fields in org.eclipse.emf.codegen.ecore.genmodel.impl declared as EMap
protected  EMap<java.lang.String,java.lang.String> GenAnnotationImpl.details
          The cached value of the 'Details' map
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return EMap
 EMap<java.lang.String,java.lang.String> GenAnnotationImpl.getDetails()
           
 

Uses of EMap in org.eclipse.emf.common.util
 

Classes in org.eclipse.emf.common.util that implement EMap
 class BasicEMap<K,V>
          A highly extensible map implementation.
 

Fields in org.eclipse.emf.common.util declared as EMap
static EMap<?,?> ECollections.EMPTY_EMAP
          An unmodifiable empty map with an efficient reusable iterator.
 

Methods in org.eclipse.emf.common.util that return EMap
 EMap<K,V> EMap.InternalMapView.eMap()
          Returns the EMap view of the map.
 EMap<K,V> BasicEMap.DelegatingMap.eMap()
           
static
<K,V> EMap<K,V>
ECollections.emptyEMap()
           
static
<K,V> EMap<K,V>
ECollections.unmodifiableEMap(EMap<? extends K,? extends V> map)
          Returns an unmodifiable view of the map.
 

Methods in org.eclipse.emf.common.util with parameters of type EMap
 void EMap.putAll(EMap<? extends K,? extends V> map)
          Puts each Map.Entry of the given map into this one.
 void BasicEMap.putAll(EMap<? extends K,? extends V> map)
           
static
<K,V> EMap<K,V>
ECollections.unmodifiableEMap(EMap<? extends K,? extends V> map)
          Returns an unmodifiable view of the map.
 

Uses of EMap in org.eclipse.emf.ecore
 

Methods in org.eclipse.emf.ecore that return EMap
 EMap<java.lang.String,java.lang.String> EAnnotation.getDetails()
          Returns the value of the 'Details' map.
 

Uses of EMap in org.eclipse.emf.ecore.change
 

Methods in org.eclipse.emf.ecore.change that return EMap
 EMap<EObject,EList<FeatureChange>> ChangeDescription.getObjectChanges()
          Returns the value of the 'Object Changes' map.
 

Uses of EMap in org.eclipse.emf.ecore.change.impl
 

Fields in org.eclipse.emf.ecore.change.impl declared as EMap
protected  EMap<EObject,EList<FeatureChange>> ChangeDescriptionImpl.objectChanges
          The cached value of the 'Object Changes' map
 

Methods in org.eclipse.emf.ecore.change.impl that return EMap
 EMap<EObject,EList<FeatureChange>> EObjectToChangesMapEntryImpl.getEMap()
           
 EMap<EObject,EList<FeatureChange>> ChangeDescriptionImpl.getObjectChanges()
           
 

Uses of EMap in org.eclipse.emf.ecore.impl
 

Fields in org.eclipse.emf.ecore.impl declared as EMap
protected  EMap<java.lang.String,java.lang.String> EAnnotationImpl.details
          The cached value of the 'Details' map
 

Methods in org.eclipse.emf.ecore.impl that return EMap
 EMap<java.lang.String,java.lang.String> EAnnotationImpl.getDetails()
           
 EMap<java.lang.String,java.lang.String> EStringToStringMapEntryImpl.getEMap()
           
 

Uses of EMap in org.eclipse.emf.ecore.resource.impl
 

Classes in org.eclipse.emf.ecore.resource.impl that implement EMap
 class URIMappingRegistryImpl
          An extensible implementation of a URI mapping registry.
 

Uses of EMap in org.eclipse.emf.ecore.util
 

Classes in org.eclipse.emf.ecore.util that implement EMap
 class EcoreEMap<K,V>
           
static class EcoreEMap.Unsettable<K,V>
           
 

Uses of EMap in org.eclipse.emf.ecore.xmi
 

Methods in org.eclipse.emf.ecore.xmi that return EMap
 EMap<java.lang.String,java.lang.String> XMLHelper.getPrefixToNamespaceMap()
           
 

Methods in org.eclipse.emf.ecore.xmi with parameters of type EMap
 void XMLHelper.setPrefixToNamespaceMap(EMap<java.lang.String,java.lang.String> prefixToNamespaceMap)
           
 

Uses of EMap in org.eclipse.emf.ecore.xmi.impl
 

Fields in org.eclipse.emf.ecore.xmi.impl declared as EMap
protected  EMap<java.lang.String,java.lang.String> XMLHelperImpl.prefixesToURIs
           
 

Methods in org.eclipse.emf.ecore.xmi.impl that return EMap
 EMap<java.lang.String,java.lang.String> XMLHelperImpl.getPrefixToNamespaceMap()
           
protected  EMap<java.lang.String,java.lang.String> XMLHandler.recordNamespacesSchemaLocations(EObject root)
           
 

Methods in org.eclipse.emf.ecore.xmi.impl with parameters of type EMap
 void XMLHelperImpl.setPrefixToNamespaceMap(EMap<java.lang.String,java.lang.String> prefixToNamespaceMap)
           
 

Uses of EMap in org.eclipse.emf.ecore.xml.namespace
 

Methods in org.eclipse.emf.ecore.xml.namespace that return EMap
 EMap<java.lang.String,java.lang.String> XMLNamespaceDocumentRoot.getXMLNSPrefixMap()
          Returns the value of the 'XMLNS Prefix Map' map.
 EMap<java.lang.String,java.lang.String> XMLNamespaceDocumentRoot.getXSISchemaLocation()
          Returns the value of the 'XSI Schema Location' map.
 

Uses of EMap in org.eclipse.emf.ecore.xml.namespace.impl
 

Fields in org.eclipse.emf.ecore.xml.namespace.impl declared as EMap
protected  EMap<java.lang.String,java.lang.String> XMLNamespaceDocumentRootImpl.xMLNSPrefixMap
          The cached value of the 'XMLNS Prefix Map' map
protected  EMap<java.lang.String,java.lang.String> XMLNamespaceDocumentRootImpl.xSISchemaLocation
          The cached value of the 'XSI Schema Location' map
 

Methods in org.eclipse.emf.ecore.xml.namespace.impl that return EMap
 EMap<java.lang.String,java.lang.String> XMLNamespaceDocumentRootImpl.getXMLNSPrefixMap()
           
 EMap<java.lang.String,java.lang.String> XMLNamespaceDocumentRootImpl.getXSISchemaLocation()
           
 

Uses of EMap in org.eclipse.emf.ecore.xml.type
 

Methods in org.eclipse.emf.ecore.xml.type that return EMap
 EMap<java.lang.String,java.lang.String> XMLTypeDocumentRoot.getXMLNSPrefixMap()
          Returns the value of the 'XMLNS Prefix Map' map.
 EMap<java.lang.String,java.lang.String> XMLTypeDocumentRoot.getXSISchemaLocation()
          Returns the value of the 'XSI Schema Location' map.
 

Uses of EMap in org.eclipse.emf.ecore.xml.type.impl
 

Fields in org.eclipse.emf.ecore.xml.type.impl declared as EMap
protected  EMap<java.lang.String,java.lang.String> XMLTypeDocumentRootImpl.xMLNSPrefixMap
          The cached value of the 'XMLNS Prefix Map' map
protected  EMap<java.lang.String,java.lang.String> XMLTypeDocumentRootImpl.xSISchemaLocation
          The cached value of the 'XSI Schema Location' map
 

Methods in org.eclipse.emf.ecore.xml.type.impl that return EMap
 EMap<java.lang.String,java.lang.String> XMLTypeDocumentRootImpl.getXMLNSPrefixMap()
           
 EMap<java.lang.String,java.lang.String> XMLTypeDocumentRootImpl.getXSISchemaLocation()
           
 

Uses of EMap in org.eclipse.emf.exporter
 

Fields in org.eclipse.emf.exporter with type parameters of type EMap
protected  java.util.Map<GenBase,EMap<java.lang.String,java.lang.String>> ModelExporter.genBaseToDetailsMap
           
 

Methods in org.eclipse.emf.exporter that return EMap
protected  EMap<java.lang.String,java.lang.String> ModelExporter.getExporterGenAnnotationDetails(GenBase genBase)
          Returns the GenBase object's GenAnnotation Details map associated with this Model Exporter or ECollections.EMPTY_EMAP
protected  EMap<java.lang.String,java.lang.String> ModelExporter.getExporterNestedGenAnnotationDetails(GenBase genBase, java.lang.String nestedGenAnnotationSource)
           
 

Methods in org.eclipse.emf.exporter that return types with arguments of type EMap
protected  java.util.Map<GenBase,EMap<java.lang.String,java.lang.String>> ModelExporter.getGenBaseToGenAnnotationDetailsMap()
           
 

Uses of EMap in org.eclipse.emf.mapping.ecore2xml
 

Methods in org.eclipse.emf.mapping.ecore2xml that return EMap
 EMap<ENamedElement,XMLInfo> XMLMap.getEcoreToXMLInfo()
          Returns the value of the 'Ecore To XML Info' map.
 

Uses of EMap in org.eclipse.emf.mapping.ecore2xml.impl
 

Fields in org.eclipse.emf.mapping.ecore2xml.impl declared as EMap
protected  EMap<ENamedElement,XMLInfo> XMLMapImpl.ecoreToXMLInfo
          The cached value of the 'Ecore To XML Info' map
 

Methods in org.eclipse.emf.mapping.ecore2xml.impl that return EMap
 EMap<ENamedElement,XMLInfo> XMLMapImpl.getEcoreToXMLInfo()
           
 EMap<ENamedElement,XMLInfo> ENamedElementToXMLInfoMapEntryImpl.getEMap()
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.