Uses of Interface
org.eclipse.emf.ecore.util.FeatureMap.Internal

Packages that use FeatureMap.Internal
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. 
 

Uses of FeatureMap.Internal in org.eclipse.emf.ecore.impl
 

Classes in org.eclipse.emf.ecore.impl that implement FeatureMap.Internal
static class EStoreEObjectImpl.BasicEStoreFeatureMap
          A feature map that delegates to a store.
static class EStoreEObjectImpl.EStoreFeatureMap
          A feature map that delegates to a store.
 

Uses of FeatureMap.Internal in org.eclipse.emf.ecore.resource.impl
 

Methods in org.eclipse.emf.ecore.resource.impl with parameters of type FeatureMap.Internal
 void BinaryResourceImpl.EObjectInputStream.loadFeatureMap(FeatureMap.Internal featureMap)
           
 void BinaryResourceImpl.EObjectOutputStream.saveFeatureMap(FeatureMap.Internal featureMap)
           
 

Uses of FeatureMap.Internal in org.eclipse.emf.ecore.util
 

Classes in org.eclipse.emf.ecore.util that implement FeatureMap.Internal
 class BasicFeatureMap
           
 class DelegatingFeatureMap
           
static class FeatureMapUtil.FeatureFeatureMap
           
 

Fields in org.eclipse.emf.ecore.util declared as FeatureMap.Internal
protected  FeatureMap.Internal FeatureMapUtil.BasicFeatureEIterator.featureMap
           
protected  FeatureMap.Internal FeatureMapUtil.FeatureEList.featureMap
           
protected  FeatureMap.Internal FeatureMapUtil.FeatureValue.featureMap
           
 

Constructors in org.eclipse.emf.ecore.util with parameters of type FeatureMap.Internal
BasicFeatureMap.FeatureEIterator(EStructuralFeature eStructuralFeature, FeatureMap.Internal featureMap)
           
BasicFeatureMap.ResolvingFeatureEIterator(EStructuralFeature eStructuralFeature, FeatureMap.Internal featureMap)
           
DelegatingFeatureMap.FeatureEIterator(EStructuralFeature eStructuralFeature, FeatureMap.Internal featureMap)
           
DelegatingFeatureMap.ResolvingFeatureEIterator(EStructuralFeature eStructuralFeature, FeatureMap.Internal featureMap)
           
FeatureMapUtil.BasicFeatureEIterator(EStructuralFeature eStructuralFeature, FeatureMap.Internal featureMap)
           
FeatureMapUtil.FeatureEList.Basic(EStructuralFeature feature, FeatureMap.Internal featureMap)
           
FeatureMapUtil.FeatureEList(EStructuralFeature feature, FeatureMap.Internal featureMap)
           
FeatureMapUtil.FeatureFeatureMap(EStructuralFeature feature, FeatureMap.Internal featureMap)
           
FeatureMapUtil.FeatureValue(EStructuralFeature feature, FeatureMap.Internal featureMap)
           
 


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