Uses of Interface
org.eclipse.ocl.examples.pivot.BagType

Packages that use BagType
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of BagType in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return BagType
 BagType PivotFactory.createBagType()
          Returns a new object of class 'Bag Type'.
 BagType OCLFactory.createBagType(Type elementType)
          Returns a new object of class 'Bag Type'.
 BagType StandardLibrary.getBagType()
          Obtains the generic instance of the BagType metatype, named Bag(T).
 

Uses of BagType in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement BagType
 class BagTypeImpl
          An implementation of the model object 'Bag Type'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return BagType
 BagType PivotFactoryImpl.createBagType()
           
 

Uses of BagType in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type BagType
 T PivotSwitch.caseBagType(BagType object)
          Returns the result of interpreting the object as an instance of 'Bag Type'.
 boolean PivotValidator.validateBagType(BagType bagType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitBagType(BagType object)
           
 R AbstractExtendingVisitor.visitBagType(BagType object)
           
 R AbstractNullVisitor.visitBagType(BagType object)
           
 R Visitor.visitBagType(BagType object)
           
 

Uses of BagType in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities that return BagType
 BagType OCLFactoryImpl.createBagType(Type elementType)
           
 BagType PivotStandardLibrary.getBagType()
           
 

Uses of BagType in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type BagType
protected  java.lang.String BaseLabelProvider.image(BagType ele)