Uses of Interface
org.eclipse.emf.mapping.MappingStrategy

Packages that use MappingStrategy
org.eclipse.emf.mapping   
org.eclipse.emf.mapping.impl   
org.eclipse.emf.mapping.util   
 

Uses of MappingStrategy in org.eclipse.emf.mapping
 

Methods in org.eclipse.emf.mapping that return MappingStrategy
 MappingStrategy MappingFactory.createMappingStrategy()
          Returns a new object of class 'Strategy'
 

Uses of MappingStrategy in org.eclipse.emf.mapping.impl
 

Classes in org.eclipse.emf.mapping.impl that implement MappingStrategy
 class MappingStrategyImpl
          An implementation of the model object 'Strategy'
 

Methods in org.eclipse.emf.mapping.impl that return MappingStrategy
 MappingStrategy MappingFactoryImpl.createMappingStrategy()
           
 

Uses of MappingStrategy in org.eclipse.emf.mapping.util
 

Methods in org.eclipse.emf.mapping.util with parameters of type MappingStrategy
 T MappingSwitch.caseMappingStrategy(MappingStrategy object)
          Returns the result of interpreting the object as an instance of 'Strategy'
 


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