|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionType | |
---|---|
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 CollectionType in org.eclipse.emf.ocl.parser |
---|
Methods in org.eclipse.emf.ocl.parser that return CollectionType | |
---|---|
protected CollectionType |
TypeResolverImpl.createCollectionType(CollectionKind kind,
EClassifier elementType)
Deprecated. Creates a new collection type of the specified kind and element
type, assuming that it does not already exist. |
protected CollectionType |
TypeResolverImpl.findCollectionType(CollectionKind kind,
EClassifier elementType)
Deprecated. Finds an existing collection type matching the specified kind and
element type, if any has already been created. |
CollectionType |
TypeResolverImpl.resolveCollectionType(CollectionKind kind,
EClassifier elementType)
Deprecated. |
CollectionType |
TypeResolver.resolveCollectionType(CollectionKind kind,
EClassifier elementType)
Deprecated. Resolves the collection type of the specified kind and
element type, either created anew or previously created. |
Uses of CollectionType in org.eclipse.emf.ocl.types |
---|
Subinterfaces of CollectionType in org.eclipse.emf.ocl.types | |
---|---|
interface |
BagType
Deprecated. Use the BagType interface,
instead. Note also, that the OCLStandardLibrary.getBag()
method provides the Bag(T) generic instance of this metaclass. |
interface |
OrderedSetType
Deprecated. Use the OrderedSetType interface,
instead. Note also, that the OCLStandardLibrary.getOrderedSet()
method provides the OrderedSet(T) generic instance of this metaclass. |
interface |
SequenceType
Deprecated. Use the SequenceType interface,
instead. Note also, that the OCLStandardLibrary.getSequence()
method provides the Sequence(T) generic instance of this metaclass. |
interface |
SetType
Deprecated. Use the SetType interface,
instead. Note also, that the OCLStandardLibrary.getSet()
method provides the Set(T) generic instance of this metaclass. |
Methods in org.eclipse.emf.ocl.types that return CollectionType | |
---|---|
CollectionType |
TypesFactory.createCollectionType()
Deprecated. Returns a new object of class 'Collection Type' |
CollectionType |
TypesFactory.createCollectionType(CollectionKind kind,
EClassifier elementType)
Deprecated. |
CollectionType |
TypesFactory.createCollectionType(EClassifier elementType)
Deprecated. |
Uses of CollectionType in org.eclipse.emf.ocl.types.impl |
---|
Classes in org.eclipse.emf.ocl.types.impl that implement CollectionType | |
---|---|
class |
BagTypeImpl
|
class |
CollectionTypeImpl
|
class |
OrderedSetTypeImpl
An implementation of the model object 'Ordered Set Type' |
class |
SequenceTypeImpl
An implementation of the model object 'Sequence Type' |
class |
SetTypeImpl
An implementation of the model object 'Set Type' |
Fields in org.eclipse.emf.ocl.types.impl declared as CollectionType | |
---|---|
static CollectionType |
CollectionTypeImpl.OCL_COLLECTION
|
Methods in org.eclipse.emf.ocl.types.impl that return CollectionType | |
---|---|
CollectionType |
TypesFactoryImpl.createCollectionType()
|
CollectionType |
TypesFactoryImpl.createCollectionType(CollectionKind kind,
EClassifier elementType)
|
CollectionType |
TypesFactoryImpl.createCollectionType(EClassifier elementType)
|
Uses of CollectionType in org.eclipse.emf.ocl.types.util |
---|
Methods in org.eclipse.emf.ocl.types.util with parameters of type CollectionType | |
---|---|
T |
TypesSwitch.caseCollectionType(CollectionType object)
Deprecated. Returns the result of interpretting the object as an instance of 'Collection Type' |
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |