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.util   
org.eclipse.ocl.examples.pivot.utilities   
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'.
 SetType OCLFactory.createSetType(Type elementType)
          Returns a new object of class 'Set Type'.
 SetType StandardLibrary.getSetType()
          Obtains the generic instance of the SetType metatype, named Set(T).
 

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.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.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities that return SetType
 SetType OCLFactoryImpl.createSetType(Type elementType)
           
 SetType PivotStandardLibrary.getSetType()
           
 

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)