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 OCLMetaModel.Contents._Bag_AssociationClassCallExp
           
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 OCLMetaModel.Contents._Bag_Behavior
           
protected  BagType OCLMetaModel.Contents._Bag_CallOperationAction
           
protected  BagType OCLstdlib.Contents._Bag_Collection_T
           
protected  BagType OCLMetaModel.Contents._Bag_CollectionType
           
protected  BagType OCLMetaModel.Contents._Bag_Comment
           
protected  BagType OCLMetaModel.Contents._Bag_ConnectionPointReference
           
protected  BagType OCLMetaModel.Contents._Bag_Constraint
           
protected  BagType OCLMetaModel.Contents._Bag_ConstructorPart
           
protected  BagType OCLMetaModel.Contents._Bag_DataType
           
protected  BagType OCLMetaModel.Contents._Bag_DynamicElement
           
protected  BagType OCLMetaModel.Contents._Bag_DynamicProperty
           
protected  BagType OCLMetaModel.Contents._Bag_Element
           
protected  BagType OCLMetaModel.Contents._Bag_ElementExtension
           
protected  BagType OCLMetaModel.Contents._Bag_EnumLiteralExp
           
protected  BagType OCLMetaModel.Contents._Bag_Import
           
protected  BagType OCLMetaModel.Contents._Bag_LoopExp
           
protected  BagType OCLMetaModel.Contents._Bag_MessageType
           
protected  BagType OCLMetaModel.Contents._Bag_Metaclass
           
protected  BagType OCLMetaModel.Contents._Bag_NavigationCallExp
           
protected  BagType OCLMetaModel.Contents._Bag_Operation
           
protected  BagType OCLMetaModel.Contents._Bag_OperationCallExp
           
protected  BagType OCLMetaModel.Contents._Bag_Package
           
protected  BagType OCLMetaModel.Contents._Bag_ParameterableElement
           
protected  BagType OCLMetaModel.Contents._Bag_Property
           
protected  BagType OCLMetaModel.Contents._Bag_PropertyCallExp
           
protected  BagType OCLMetaModel.Contents._Bag_Pseudostate
           
protected  BagType OCLMetaModel.Contents._Bag_Region
           
protected  BagType OCLMetaModel.Contents._Bag_SendSignalAction
           
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 OCLMetaModel.Contents._Bag_State
           
protected  BagType OCLMetaModel.Contents._Bag_StateExp
           
protected  BagType OCLMetaModel.Contents._Bag_StateMachine
           
protected  BagType OCLMetaModel.Contents._Bag_String
           
protected  BagType OCLMetaModel.Contents._Bag_TemplateBinding
           
protected  BagType OCLMetaModel.Contents._Bag_TemplateParameterSubstitution
           
protected  BagType OCLMetaModel.Contents._Bag_TemplateSignature
           
protected  BagType OCLMetaModel.Contents._Bag_Transition
           
protected  BagType OCLMetaModel.Contents._Bag_Trigger
           
protected  BagType OCLstdlib.Contents._Bag_Tuple
           
protected  BagType OCLMetaModel.Contents._Bag_Type
           
protected  BagType OCLMetaModel.Contents._Bag_TypedElement
           
protected  BagType OCLMetaModel.Contents._Bag_TypeExp
           
protected  BagType OCLMetaModel.Contents._Bag_TypeTemplateParameter
           
protected  BagType OCLstdlib.Contents._Bag_UniqueCollection_T
           
protected  BagType OCLMetaModel.Contents._Bag_Variable
           
protected  BagType OCLMetaModel.Contents._Bag_VariableExp
           
protected  BagType OCLMetaModel.Contents._Bag_Vertex
           
 

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

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)