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.model   
org.eclipse.ocl.examples.pivot.uml   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
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.model
 

Fields in org.eclipse.ocl.examples.pivot.model declared as TypeTemplateParameter
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Bag_Bag_T
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Bag_Bag_T_collect
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Bag_Bag_T_collectNested
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Bag_Bag_T_flatten
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Bag_Bag_T_selectByKind
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Bag_Bag_T_selectByType
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Collection_Collection_T
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Collection_Collection_T_collect
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Collection_Collection_T_collectNested
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Collection_Collection_T_excludesAll
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Collection_Collection_T_flatten
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Collection_Collection_T_includesAll
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Collection_Collection_T_iterate
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Collection_Collection_T_product
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Collection_Collection_T_selectByKind
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Collection_Collection_T_selectByType
           
protected  TypeTemplateParameter OCLMetaModel.Contents.tp_Metaclass
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Metaclass
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_OclAny_oclAsType
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_OclAny_oclIsKindOf
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_OclAny_oclIsTypeOf
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_OclInvalid_oclAsType
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_OclInvalid_oclIsKindOf
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_OclInvalid_oclIsTypeOf
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_OrderedCollection_OrderedCollection_T
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_OrderedSet_OrderedSet_T
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_OrderedSet_OrderedSet_T_collect
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_OrderedSet_OrderedSet_T_collectNested
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_OrderedSet_OrderedSet_T_flatten
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_OrderedSet_OrderedSet_T_selectByKind
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_OrderedSet_OrderedSet_T_selectByType
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Sequence_Sequence_T
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Sequence_Sequence_T_collect
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Sequence_Sequence_T_collectNested
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Sequence_Sequence_T_flatten
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Sequence_Sequence_T_selectByKind
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Sequence_Sequence_T_selectByType
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Set_Set_T
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Set_Set_T_collect
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Set_Set_T_collectNested
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Set_Set_T_flatten
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Set_Set_T_selectByKind
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_Set_Set_T_selectByType
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_UniqueCollection_UniqueCollection_T
           
protected  TypeTemplateParameter OCLstdlib.Contents.tp_UnlimitedNatural_oclAsType
           
protected  TypeTemplateParameter OCLMetaModel.Contents.tp_Visitor
           
 

Methods in org.eclipse.ocl.examples.pivot.model that return TypeTemplateParameter
protected  TypeTemplateParameter AbstractContents.createTypeTemplateParameter(Type type)
           
 

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
 T1 PivotSwitch.caseTypeTemplateParameter(TypeTemplateParameter object)
          Returns the result of interpreting the object as an instance 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 AbstractWrappingVisitor.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.Boolean AS2XMIidVisitor.visitTypeTemplateParameter(TypeTemplateParameter object)
           
 java.lang.Object ASSaverLocateVisitor.visitTypeTemplateParameter(TypeTemplateParameter object)
           
 java.lang.Object ASSaverResolveVisitor.visitTypeTemplateParameter(TypeTemplateParameter object)
           
 

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)