Uses of Interface
org.eclipse.ocl.types.TemplateParameterType

Packages that use TemplateParameterType
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.ecore.impl Implementation of the Ecore binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.ecore.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.types Specification of the Types package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.types.impl Implementation of the Types package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.types.util Generated utilities for working with instances the Types model. 
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
 

Uses of TemplateParameterType in org.eclipse.ocl.ecore
 

Subinterfaces of TemplateParameterType in org.eclipse.ocl.ecore
 interface TemplateParameterType
          A representation of the model object 'Template Parameter Type'.
 

Uses of TemplateParameterType in org.eclipse.ocl.ecore.impl
 

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

Uses of TemplateParameterType in org.eclipse.ocl.ecore.util
 

Methods in org.eclipse.ocl.ecore.util with parameters of type TemplateParameterType
<O> T
EcoreSwitch.caseTypes_TemplateParameterType(TemplateParameterType<O> object)
          Returns the result of interpreting the object as an instance of 'Template Parameter Type'.
 

Uses of TemplateParameterType in org.eclipse.ocl.types
 

Methods in org.eclipse.ocl.types that return TemplateParameterType
<O> TemplateParameterType<O>
TypesFactory.createTemplateParameterType()
          Returns a new object of class 'Template Parameter Type'.
 

Uses of TemplateParameterType in org.eclipse.ocl.types.impl
 

Methods in org.eclipse.ocl.types.impl that return TemplateParameterType
<O> TemplateParameterType<O>
TypesFactoryImpl.createTemplateParameterType()
           
 

Uses of TemplateParameterType in org.eclipse.ocl.types.util
 

Methods in org.eclipse.ocl.types.util with parameters of type TemplateParameterType
<O> T
TypesSwitch.caseTemplateParameterType(TemplateParameterType<O> object)
          Returns the result of interpreting the object as an instance of 'Template Parameter Type'.
 boolean TypesValidator.validateTemplateParameterType(TemplateParameterType<?> templateParameterType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of TemplateParameterType in org.eclipse.ocl.uml.util
 

Methods in org.eclipse.ocl.uml.util with parameters of type TemplateParameterType
<O> T
UMLSwitch.caseTypes_TemplateParameterType(TemplateParameterType<O> object)
          Returns the result of interpreting the object as an instance of 'Template Parameter Type'.