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

Packages that use OrderedSetType
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 OrderedSetType in org.eclipse.ocl.ecore
 

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

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

Methods in org.eclipse.ocl.ecore.util with parameters of type OrderedSetType
<C,O> T
EcoreSwitch.caseOrderedSetType_1(OrderedSetType<C,O> object)
          Returns the result of interpreting the object as an instance of 'Ordered Set Type'
 

Uses of OrderedSetType in org.eclipse.ocl.types
 

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

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

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

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

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

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

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

Methods in org.eclipse.ocl.types.util with parameters of type OrderedSetType
<C,O> T
TypesSwitch.caseOrderedSetType(OrderedSetType<C,O> object)
          Returns the result of interpreting the object as an instance of 'Ordered Set Type'
 boolean TypesValidator.validateOrderedSetType_checkCollectionTypeName(OrderedSetType<?,?> orderedSetType, DiagnosticChain diagnostics, Map<Object,Object> context)
          Validates the checkCollectionTypeName constraint of 'Ordered Set Type'
 boolean TypesValidator.validateOrderedSetType(OrderedSetType<?,?> orderedSetType, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 

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

Methods in org.eclipse.ocl.uml.util with parameters of type OrderedSetType
<C,O> T
UMLSwitch.caseOrderedSetType_1(OrderedSetType<C,O> object)
          Returns the result of interpreting the object as an instance of 'Ordered Set Type'
 

Uses of OrderedSetType in org.eclipse.ocl.utilities
 

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


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