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

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

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

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

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

Uses of BagType in org.eclipse.ocl.types
 

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

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

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

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

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

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

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

Methods in org.eclipse.ocl.types.util with parameters of type BagType
<C,O> T
TypesSwitch.caseBagType(BagType<C,O> object)
          Returns the result of interpreting the object as an instance of 'Bag Type'
 boolean TypesValidator.validateBagType_checkCollectionTypeName(BagType<?,?> bagType, DiagnosticChain diagnostics, Map<Object,Object> context)
          Validates the checkCollectionTypeName constraint of 'Bag Type'
 boolean TypesValidator.validateBagType(BagType<?,?> bagType, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 

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

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

Uses of BagType in org.eclipse.ocl.utilities
 

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


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