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.impl Implementation of the Ecore binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.ecore.internal   
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.parser   
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.internal   
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.impl
 

Classes in org.eclipse.ocl.ecore.impl that implement OrderedSetType
 class OrderedSetTypeImpl
          An implementation of the model object 'Ordered Set Type'.
 

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

Methods in org.eclipse.ocl.ecore.internal that return OrderedSetType
<C,O> OrderedSetType<C,O>
OCLFactoryImpl.createOrderedSetType(C elementType)
           
 

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)
          Deprecated. Since 1.3, override the EcoreSwitch.caseTypes_OrderedSetType(org.eclipse.ocl.types.OrderedSetType) method, instead.
<C,O> T
EcoreSwitch.caseTypes_OrderedSetType(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.parser
 

Methods in org.eclipse.ocl.parser that return OrderedSetType
<C,O> OrderedSetType<C,O>
OCLFactoryWithHistory.createOrderedSetType(C elementType)
           
 

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
 

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, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.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, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the checkCollectionTypeName constraint of 'Ordered Set Type'.
 boolean TypesValidator.validateOrderedSetType(OrderedSetType<?,?> orderedSetType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

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

Methods in org.eclipse.ocl.uml.internal that return OrderedSetType
<C,O> OrderedSetType<C,O>
OCLFactoryImpl.createOrderedSetType(C elementType)
           
 

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)
          Deprecated. Since 2.0, override the UMLSwitch.caseTypes_OrderedSetType(org.eclipse.ocl.types.OrderedSetType) method, instead.
<C,O> T
UMLSwitch.caseTypes_OrderedSetType(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'.