Uses of Interface
org.eclipse.ocl.types.SetType

Packages that use SetType
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.ecore.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.types Specification of the Types package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.types.impl Implementation of the Types package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.types.operations   
org.eclipse.ocl.types.util Generated utilities for working with instances the Types model. 
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
org.eclipse.ocl.utilities Abstract API for OCL AST utilities and extensions of the UML metamodel. 
 

Uses of SetType in org.eclipse.ocl.ecore
 

Subinterfaces of SetType in org.eclipse.ocl.ecore
 interface SetType
          A representation of the model object 'Set Type'
 

Uses of SetType in org.eclipse.ocl.ecore.util
 

Methods in org.eclipse.ocl.ecore.util with parameters of type SetType
<C,O> T
EcoreSwitch.caseSetType_1(SetType<C,O> object)
          Deprecated. Since 1.3, override the EcoreSwitch.caseTypes_SetType(org.eclipse.ocl.types.SetType) method, instead.
<C,O> T
EcoreSwitch.caseTypes_SetType(SetType<C,O> object)
          Returns the result of interpreting the object as an instance of 'Set Type'
 

Uses of SetType in org.eclipse.ocl.types
 

Methods in org.eclipse.ocl.types that return SetType
<C,O> SetType<C,O>
TypesFactory.createSetType()
          Returns a new object of class 'Set Type'
 

Uses of SetType in org.eclipse.ocl.types.impl
 

Classes in org.eclipse.ocl.types.impl that implement SetType
 class SetTypeImpl<C,O>
          An implementation of the model object 'Set Type'
 

Methods in org.eclipse.ocl.types.impl that return SetType
<C,O> SetType<C,O>
TypesFactoryImpl.createSetType()
           
<C,O> SetType<C,O>
TypesFactoryImpl.createSetType(C elementType)
           
 

Uses of SetType in org.eclipse.ocl.types.operations
 

Methods in org.eclipse.ocl.types.operations with parameters of type SetType
static
<C,O> boolean
SetTypeOperations.checkCollectionTypeName(SetType<C,O> setType, DiagnosticChain diagnostics, Map<Object,Object> context)
          self.name = 'Set(' + self.elementType.name + ')'
 

Uses of SetType in org.eclipse.ocl.types.util
 

Methods in org.eclipse.ocl.types.util with parameters of type SetType
<C,O> T
TypesSwitch.caseSetType(SetType<C,O> object)
          Returns the result of interpreting the object as an instance of 'Set Type'
 boolean TypesValidator.validateSetType_checkCollectionTypeName(SetType<?,?> setType, DiagnosticChain diagnostics, Map<Object,Object> context)
          Validates the checkCollectionTypeName constraint of 'Set Type'
 boolean TypesValidator.validateSetType(SetType<?,?> setType, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 

Uses of SetType in org.eclipse.ocl.uml.util
 

Methods in org.eclipse.ocl.uml.util with parameters of type SetType
<C,O> T
UMLSwitch.caseSetType_1(SetType<C,O> object)
          Deprecated. Since 2.0, override the UMLSwitch.caseTypes_SetType(org.eclipse.ocl.types.SetType) method, instead.
<C,O> T
UMLSwitch.caseTypes_SetType(SetType<C,O> object)
          Returns the result of interpreting the object as an instance of 'Set Type'
 

Uses of SetType in org.eclipse.ocl.utilities
 

Methods in org.eclipse.ocl.utilities that return SetType
<C,O> SetType<C,O>
OCLFactory.createSetType(C elementType)
          Returns a new object of class 'Set Type'
 


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