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

Packages that use TemplateParameterType
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

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

Methods in org.eclipse.ocl.examples.pivot that return TemplateParameterType
 TemplateParameterType PivotFactory.createTemplateParameterType()
          Returns a new object of class 'Template Parameter Type'.
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement TemplateParameterType
 class TemplateParameterTypeImpl
          An implementation of the model object 'Template Parameter Type'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return TemplateParameterType
 TemplateParameterType PivotFactoryImpl.createTemplateParameterType()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type TemplateParameterType
 T1 PivotSwitch.caseTemplateParameterType(TemplateParameterType object)
          Returns the result of interpreting the object as an instance of 'Template Parameter Type'.
 boolean PivotValidator.validateTemplateParameterType(TemplateParameterType templateParameterType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitTemplateParameterType(TemplateParameterType object)
           
 R AbstractExtendingVisitor.visitTemplateParameterType(TemplateParameterType object)
           
 R AbstractNullVisitor.visitTemplateParameterType(TemplateParameterType object)
           
 R AbstractWrappingVisitor.visitTemplateParameterType(TemplateParameterType object)
           
 R Visitor.visitTemplateParameterType(TemplateParameterType object)
           
 

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

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