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

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

Uses of FunctionPair in org.eclipse.emf.mapping
 

Methods in org.eclipse.emf.mapping that return FunctionPair
 FunctionPair MappingFactory.createFunctionPair()
          Returns a new object of class 'Function Pair'
 

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

Classes in org.eclipse.emf.mapping.impl that implement FunctionPair
 class FunctionPairImpl
          An implementation of the model object 'Function Pair'
 

Methods in org.eclipse.emf.mapping.impl that return FunctionPair
 FunctionPair MappingFactoryImpl.createFunctionPair()
           
 

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

Methods in org.eclipse.emf.mapping.util with parameters of type FunctionPair
 T MappingSwitch.caseFunctionPair(FunctionPair object)
          Returns the result of interpreting the object as an instance of 'Function Pair'
 


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