|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
protected TupleType |
TypeResolverImpl.createTupleType(List parts)
Deprecated. Creates a new tuple type from the specified parts , assuming that
it does not already exist. |
protected TupleType |
TypeResolverImpl.findTupleType(List parts)
Deprecated. Finds an existing tuple type matching the specified parts , if any
has already been created. |
TupleType |
TypeResolverImpl.resolveTupleType(List parts)
Deprecated. |
TupleType |
TypeResolver.resolveTupleType(List parts)
Deprecated. 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()
Deprecated. Returns a new object of class 'Tuple Type' |
TupleType |
TypesFactory.createTupleType(List parts)
Deprecated. 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()
|
TupleType |
TypesFactoryImpl.createTupleType(List parts)
|
Uses of TupleType in org.eclipse.emf.ocl.types.util |
---|
Methods in org.eclipse.emf.ocl.types.util with parameters of type TupleType | |
---|---|
T |
TypesSwitch.caseTupleType(TupleType object)
Deprecated. Returns the result of interpretting the object as an instance of 'Tuple Type' |
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |