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.manager   
org.eclipse.ocl.examples.pivot.model   
org.eclipse.ocl.examples.pivot.util   
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'.
 

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.manager
 

Methods in org.eclipse.ocl.examples.pivot.manager that return BagType
 BagType PivotStandardLibrary.getBagType()
           
 

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

Fields in org.eclipse.ocl.examples.pivot.model declared as BagType
protected  BagType OCLstdlib.Contents._Bag_Bag_collect_V
           
protected  BagType OCLstdlib.Contents._Bag_Bag_flatten_T2
           
protected  BagType OCLstdlib.Contents._Bag_Bag_selectByKind_TT
           
protected  BagType OCLstdlib.Contents._Bag_Bag_selectByType_TT
           
protected  BagType OCLstdlib.Contents._Bag_Bag_T
           
protected  BagType OCLstdlib.Contents._Bag_Bag_T_1
           
protected  BagType OCLstdlib.Contents._Bag_Bag_T_2
           
protected  BagType OCLstdlib.Contents._Bag_Bag_T_3
           
protected  BagType OCLstdlib.Contents._Bag_Bag_T_4
           
protected  BagType OCLstdlib.Contents._Bag_Collection_T
           
protected  BagType OCLstdlib.Contents._Bag_OclElement
           
protected  BagType OCLstdlib.Contents._Bag_OclSelf
           
protected  BagType OCLstdlib.Contents._Bag_OclSelf_1
           
protected  BagType OCLstdlib.Contents._Bag_OclSelf_2
           
protected  BagType OCLstdlib.Contents._Bag_OclSelf_3
           
protected  BagType OCLstdlib.Contents._Bag_OclSelf_4
           
protected  BagType OCLstdlib.Contents._Bag_OclSelf_5
           
protected  BagType OCLstdlib.Contents._Bag_Sequence_T
           
protected  BagType OCLstdlib.Contents._Bag_Set_flatten_T2
           
protected  BagType OCLstdlib.Contents._Bag_Set_selectByKind_TT
           
protected  BagType OCLstdlib.Contents._Bag_Set_selectByType_TT
           
protected  BagType OCLstdlib.Contents._Bag_Set_T
           
protected  BagType OCLstdlib.Contents._Bag_Tuple
           
protected  BagType OCLstdlib.Contents._Bag_Tuple_1
           
protected  BagType OCLstdlib.Contents._Bag_UniqueCollection_T
           
protected  BagType OCLstdlib.Contents._Bag_UniqueCollection_T_1
           
 

Methods in org.eclipse.ocl.examples.pivot.model that return BagType
protected  BagType AbstractContents.createBagType(java.lang.String name)
           
 

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.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)