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

Packages that use SelfType
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.pivot.utilities   
 

Uses of SelfType in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return SelfType
 SelfType PivotFactory.createSelfType()
          Returns a new object of class 'Self Type'.
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement SelfType
 class SelfTypeImpl
          An implementation of the model object 'Self Type'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return SelfType
 SelfType PivotFactoryImpl.createSelfType()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.manager that return SelfType
 SelfType PivotStandardLibrary.getOclSelfType()
           
 

Methods in org.eclipse.ocl.examples.pivot.manager with parameters of type SelfType
 java.lang.Object TemplateParameterSubstitutionVisitor.visitSelfType(SelfType object)
           
 

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

Fields in org.eclipse.ocl.examples.pivot.model declared as SelfType
protected  SelfType OCLstdlib.Contents._OclSelf
           
 

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

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type SelfType
 T1 PivotSwitch.caseSelfType(SelfType object)
          Returns the result of interpreting the object as an instance of 'Self Type'.
 boolean PivotValidator.validateSelfType(SelfType selfType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitSelfType(SelfType object)
           
 R AbstractExtendingVisitor.visitSelfType(SelfType object)
           
 R AbstractNullVisitor.visitSelfType(SelfType object)
           
 R AbstractWrappingVisitor.visitSelfType(SelfType object)
           
 R Visitor.visitSelfType(SelfType object)
           
 

Uses of SelfType in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type SelfType
 java.lang.Boolean AS2XMIidVisitor.visitSelfType(SelfType object)