Uses of Interface
org.eclipse.emf.ocl.types.TupleType

Packages that use TupleType
org.eclipse.emf.ocl.parser Definition of the extensible environment API for OCL parsing and evaluation.  
org.eclipse.emf.ocl.types Abstract API for OCL types.  
org.eclipse.emf.ocl.types.impl Implementation of the API for OCL types.  
org.eclipse.emf.ocl.types.util EMF utilities for the OCL types API.  
 

Uses of TupleType in org.eclipse.emf.ocl.parser
 

Methods in org.eclipse.emf.ocl.parser that return TupleType
 TupleType TypeResolverImpl.resolveTupleType(java.util.List parts)
           
protected  TupleType TypeResolverImpl.createTupleType(java.util.List parts)
          Creates a new tuple type from the specified parts, assuming that it does not already exist.
protected  TupleType TypeResolverImpl.findTupleType(java.util.List parts)
          Finds an existing tuple type matching the specified parts, if any has already been created.
 TupleType TypeResolver.resolveTupleType(java.util.List parts)
          Resolves the tuple type consisting of the specified parts, in no particular order, either created anew or previously created.
 

Uses of TupleType in org.eclipse.emf.ocl.types
 

Methods in org.eclipse.emf.ocl.types that return TupleType
 TupleType TypesFactory.createTupleType()
          Returns a new object of class 'Tuple Type'
 TupleType TypesFactory.createTupleType(java.util.List parts)
          Creates a tuple type based on tthe specified part descriptions.
 

Uses of TupleType in org.eclipse.emf.ocl.types.impl
 

Classes in org.eclipse.emf.ocl.types.impl that implement TupleType
 class TupleTypeImpl
           An implementation of the model object 'Tuple Type'
 

Methods in org.eclipse.emf.ocl.types.impl that return TupleType
 TupleType TypesFactoryImpl.createTupleType(java.util.List parts)
           
 TupleType TypesFactoryImpl.createTupleType()
           
 

Uses of TupleType in org.eclipse.emf.ocl.types.util
 

Methods in org.eclipse.emf.ocl.types.util with parameters of type TupleType
 java.lang.Object TypesSwitch.caseTupleType(TupleType object)
          Returns the result of interpretting the object as an instance of 'Tuple Type'
 


Copyright 2002, 2006 IBM Corporation and others.
All Rights Reserved.