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

Packages that use SetType
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 SetType in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return SetType
 SetType PivotFactory.createSetType()
          Returns a new object of class 'Set Type'.
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement SetType
 class SetTypeImpl
          An implementation of the model object 'Set Type'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return SetType
 SetType PivotFactoryImpl.createSetType()
           
 

Uses of SetType in org.eclipse.ocl.examples.pivot.manager
 

Methods in org.eclipse.ocl.examples.pivot.manager that return SetType
 SetType PivotStandardLibrary.getSetType()
           
 

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

Fields in org.eclipse.ocl.examples.pivot.model declared as SetType
protected  SetType OCLstdlib.Contents._Set_Bag_T
           
protected  SetType OCLMetaModel.Contents._Set_Behavior
           
protected  SetType OCLMetaModel.Contents._Set_Class
           
protected  SetType OCLstdlib.Contents._Set_Collection_T
           
protected  SetType OCLMetaModel.Contents._Set_Comment
           
protected  SetType OCLMetaModel.Contents._Set_ConnectionPointReference
           
protected  SetType OCLMetaModel.Contents._Set_Constraint
           
protected  SetType OCLMetaModel.Contents._Set_DynamicProperty
           
protected  SetType OCLMetaModel.Contents._Set_Element
           
protected  SetType OCLMetaModel.Contents._Set_ElementExtension
           
protected  SetType OCLstdlib.Contents._Set_OclElement
           
protected  SetType OCLstdlib.Contents._Set_OclSelf
           
protected  SetType OCLMetaModel.Contents._Set_Operation
           
protected  SetType OCLMetaModel.Contents._Set_Package
           
protected  SetType OCLMetaModel.Contents._Set_ParameterableElement
           
protected  SetType OCLMetaModel.Contents._Set_ProfileApplication
           
protected  SetType OCLMetaModel.Contents._Set_Property
           
protected  SetType OCLMetaModel.Contents._Set_Pseudostate
           
protected  SetType OCLMetaModel.Contents._Set_Region
           
protected  SetType OCLMetaModel.Contents._Set_Region_1
           
protected  SetType OCLstdlib.Contents._Set_Set_flatten_T2
           
protected  SetType OCLstdlib.Contents._Set_Set_selectByKind_TT
           
protected  SetType OCLstdlib.Contents._Set_Set_selectByType_TT
           
protected  SetType OCLstdlib.Contents._Set_Set_T
           
protected  SetType OCLMetaModel.Contents._Set_State
           
protected  SetType OCLMetaModel.Contents._Set_StateMachine
           
protected  SetType OCLMetaModel.Contents._Set_String
           
protected  SetType OCLMetaModel.Contents._Set_TemplateBinding
           
protected  SetType OCLMetaModel.Contents._Set_TemplateParameterSubstitution
           
protected  SetType OCLMetaModel.Contents._Set_Transition
           
protected  SetType OCLMetaModel.Contents._Set_Trigger
           
protected  SetType OCLstdlib.Contents._Set_Tuple
           
protected  SetType OCLMetaModel.Contents._Set_Type
           
protected  SetType OCLMetaModel.Contents._Set_TypeExtension
           
protected  SetType OCLstdlib.Contents._Set_UniqueCollection_T
           
protected  SetType OCLMetaModel.Contents._Set_Vertex
           
 

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

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type SetType
 T1 PivotSwitch.caseSetType(SetType object)
          Returns the result of interpreting the object as an instance of 'Set Type'.
 boolean PivotValidator.validateSetType(SetType setType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitSetType(SetType object)
           
 R AbstractExtendingVisitor.visitSetType(SetType object)
           
 R AbstractNullVisitor.visitSetType(SetType object)
           
 R AbstractWrappingVisitor.visitSetType(SetType object)
           
 R Visitor.visitSetType(SetType object)
           
 

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

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