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 OCLstdlib.Contents._Set_Collection_T
           
protected  SetType OCLstdlib.Contents._Set_OclElement
           
protected  SetType OCLstdlib.Contents._Set_OclSelf
           
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 OCLstdlib.Contents._Set_Tuple
           
protected  SetType OCLstdlib.Contents._Set_UniqueCollection_T
           
 

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

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type SetType
 T 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 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)