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

Packages that use TypeTemplateParameter
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.ecore   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.internal.operations   
org.eclipse.ocl.examples.pivot.uml   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.base.cs2pivot   
org.eclipse.ocl.examples.xtext.base.pivot2cs   
 

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

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

Uses of TypeTemplateParameter in org.eclipse.ocl.examples.pivot.ecore
 

Methods in org.eclipse.ocl.examples.pivot.ecore with parameters of type TypeTemplateParameter
 org.eclipse.emf.ecore.EObject Pivot2EcoreDeclarationVisitor.visitTypeTemplateParameter(TypeTemplateParameter pivotTypeTemplateParameter)
           
 org.eclipse.emf.ecore.EObject Pivot2EcoreReferenceVisitor.visitTypeTemplateParameter(TypeTemplateParameter pivotTypeTemplateParameter)
           
 

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

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

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return TypeTemplateParameter
 TypeTemplateParameter PivotFactoryImpl.createTypeTemplateParameter()
           
 

Uses of TypeTemplateParameter in org.eclipse.ocl.examples.pivot.internal.operations
 

Methods in org.eclipse.ocl.examples.pivot.internal.operations with parameters of type TypeTemplateParameter
static boolean TypeTemplateParameterOperations.validateHasConstrainingType(TypeTemplateParameter typeTemplateParameter, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          If "allowSubstitutable" is true, then there must be a constrainingClassifier.
 

Uses of TypeTemplateParameter in org.eclipse.ocl.examples.pivot.uml
 

Methods in org.eclipse.ocl.examples.pivot.uml with parameters of type TypeTemplateParameter
 org.eclipse.uml2.uml.ClassifierTemplateParameter Pivot2UMLDeclarationVisitor.visitTypeTemplateParameter(TypeTemplateParameter pivotTypeTemplateParameter)
           
 org.eclipse.emf.ecore.EObject Pivot2UMLReferenceVisitor.visitTypeTemplateParameter(TypeTemplateParameter pivotTypeTemplateParameter)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type TypeTemplateParameter
 T PivotSwitch.caseTypeTemplateParameter(TypeTemplateParameter object)
          Returns the result of interpreting the object as an instance of 'Type Template Parameter'.
 boolean PivotValidator.validateTypeTemplateParameter_validateHasConstrainingType(TypeTemplateParameter typeTemplateParameter, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateHasConstrainingType constraint of 'Type Template Parameter'.
 boolean PivotValidator.validateTypeTemplateParameter(TypeTemplateParameter typeTemplateParameter, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitTypeTemplateParameter(TypeTemplateParameter object)
           
 R AbstractExtendingVisitor.visitTypeTemplateParameter(TypeTemplateParameter object)
           
 R AbstractNullVisitor.visitTypeTemplateParameter(TypeTemplateParameter object)
           
 R Visitor.visitTypeTemplateParameter(TypeTemplateParameter object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type TypeTemplateParameter
 java.lang.Object PivotSaver.PivotSaveLocateVisitor.visitTypeTemplateParameter(TypeTemplateParameter object)
           
 java.lang.Object PivotSaver.PivotSaveResolveVisitor.visitTypeTemplateParameter(TypeTemplateParameter object)
           
 

Uses of TypeTemplateParameter in org.eclipse.ocl.examples.xtext.base.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type TypeTemplateParameter
 ScopeAdapter PivotScopeVisitor.visitTypeTemplateParameter(TypeTemplateParameter pivotElement)
           
 

Uses of TypeTemplateParameter in org.eclipse.ocl.examples.xtext.base.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.base.pivot2cs with parameters of type TypeTemplateParameter
 ElementCS BaseDeclarationVisitor.visitTypeTemplateParameter(TypeTemplateParameter object)