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

Packages that use TemplateSignature
org.eclipse.ocl.examples.pivot   
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.cs2as   
org.eclipse.ocl.examples.xtext.base.pivot2cs   
 

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

Methods in org.eclipse.ocl.examples.pivot that return TemplateSignature
 TemplateSignature PivotFactory.createTemplateSignature()
          Returns a new object of class 'Template Signature'.
 TemplateSignature TemplateableElement.getOwnedTemplateSignature()
          Returns the value of the 'Owned Template Signature' containment reference.
 TemplateSignature TemplateBinding.getSignature()
          Returns the value of the 'Signature' reference.
 TemplateSignature TemplateParameter.getSignature()
          Returns the value of the 'Signature' container reference.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type TemplateSignature
 void TemplateableElement.setOwnedTemplateSignature(TemplateSignature value)
          Sets the value of the 'Owned Template Signature' containment reference.
 void TemplateBinding.setSignature(TemplateSignature value)
          Sets the value of the 'Signature' reference.
 void TemplateParameter.setSignature(TemplateSignature value)
          Sets the value of the 'Signature' container reference.
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement TemplateSignature
 class TemplateSignatureImpl
          An implementation of the model object 'Template Signature'.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl declared as TemplateSignature
protected  TemplateSignature OperationImpl.ownedTemplateSignature
          The cached value of the 'Owned Template Signature' containment reference.
protected  TemplateSignature PackageImpl.ownedTemplateSignature
          The cached value of the 'Owned Template Signature' containment reference.
protected  TemplateSignature TemplateableElementImpl.ownedTemplateSignature
          The cached value of the 'Owned Template Signature' containment reference.
protected  TemplateSignature TypeImpl.ownedTemplateSignature
          The cached value of the 'Owned Template Signature' containment reference.
protected  TemplateSignature TemplateBindingImpl.signature
          The cached value of the 'Signature' reference.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return TemplateSignature
 TemplateSignature TemplateBindingImpl.basicGetSignature()
           
 TemplateSignature PivotFactoryImpl.createTemplateSignature()
           
 TemplateSignature OperationImpl.getOwnedTemplateSignature()
           
 TemplateSignature PackageImpl.getOwnedTemplateSignature()
           
 TemplateSignature TemplateableElementImpl.getOwnedTemplateSignature()
           
 TemplateSignature TypeImpl.getOwnedTemplateSignature()
           
 TemplateSignature TemplateBindingImpl.getSignature()
           
 TemplateSignature TemplateParameterImpl.getSignature()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type TemplateSignature
 org.eclipse.emf.common.notify.NotificationChain OperationImpl.basicSetOwnedTemplateSignature(TemplateSignature newOwnedTemplateSignature, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain PackageImpl.basicSetOwnedTemplateSignature(TemplateSignature newOwnedTemplateSignature, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain TemplateableElementImpl.basicSetOwnedTemplateSignature(TemplateSignature newOwnedTemplateSignature, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain TypeImpl.basicSetOwnedTemplateSignature(TemplateSignature newOwnedTemplateSignature, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain TemplateParameterImpl.basicSetSignature(TemplateSignature newSignature, org.eclipse.emf.common.notify.NotificationChain msgs)
           
static DomainTypeParameters TemplateSignatureImpl.getTypeParameters(TemplateSignature templateSignature)
           
 void OperationImpl.setOwnedTemplateSignature(TemplateSignature newOwnedTemplateSignature)
           
 void PackageImpl.setOwnedTemplateSignature(TemplateSignature newOwnedTemplateSignature)
           
 void TemplateableElementImpl.setOwnedTemplateSignature(TemplateSignature newOwnedTemplateSignature)
           
 void TypeImpl.setOwnedTemplateSignature(TemplateSignature newOwnedTemplateSignature)
           
 void TemplateBindingImpl.setSignature(TemplateSignature newSignature)
           
 void TemplateParameterImpl.setSignature(TemplateSignature newSignature)
           
 

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

Fields in org.eclipse.ocl.examples.pivot.model declared as TemplateSignature
protected  TemplateSignature OCLMetaModel.Contents._Bag_
           
protected  TemplateSignature OCLMetaModel.Contents._Collection_
           
protected  TemplateSignature OCLMetaModel.Contents._OrderedCollection_
           
protected  TemplateSignature OCLMetaModel.Contents._OrderedSet_
           
protected  TemplateSignature OCLMetaModel.Contents._Sequence_
           
protected  TemplateSignature OCLMetaModel.Contents._Set_
           
protected  TemplateSignature OCLMetaModel.Contents._UniqueCollection_
           
protected  TemplateSignature OCLstdlib.Contents.ts_Bag_Bag_T
           
protected  TemplateSignature OCLstdlib.Contents.ts_Bag_Bag_T_collect
           
protected  TemplateSignature OCLstdlib.Contents.ts_Bag_Bag_T_collectNested
           
protected  TemplateSignature OCLstdlib.Contents.ts_Bag_Bag_T_flatten
           
protected  TemplateSignature OCLstdlib.Contents.ts_Bag_Bag_T_selectByKind
           
protected  TemplateSignature OCLstdlib.Contents.ts_Bag_Bag_T_selectByType
           
protected  TemplateSignature OCLstdlib.Contents.ts_Collection_Collection_T
           
protected  TemplateSignature OCLstdlib.Contents.ts_Collection_Collection_T_collect
           
protected  TemplateSignature OCLstdlib.Contents.ts_Collection_Collection_T_collectNested
           
protected  TemplateSignature OCLstdlib.Contents.ts_Collection_Collection_T_excludesAll
           
protected  TemplateSignature OCLstdlib.Contents.ts_Collection_Collection_T_flatten
           
protected  TemplateSignature OCLstdlib.Contents.ts_Collection_Collection_T_includesAll
           
protected  TemplateSignature OCLstdlib.Contents.ts_Collection_Collection_T_iterate
           
protected  TemplateSignature OCLstdlib.Contents.ts_Collection_Collection_T_product
           
protected  TemplateSignature OCLstdlib.Contents.ts_Collection_Collection_T_selectByKind
           
protected  TemplateSignature OCLstdlib.Contents.ts_Collection_Collection_T_selectByType
           
protected  TemplateSignature OCLMetaModel.Contents.ts_Metaclass
           
protected  TemplateSignature OCLstdlib.Contents.ts_Metaclass
           
protected  TemplateSignature OCLstdlib.Contents.ts_OclAny_oclAsType
           
protected  TemplateSignature OCLstdlib.Contents.ts_OclAny_oclIsKindOf
           
protected  TemplateSignature OCLstdlib.Contents.ts_OclAny_oclIsTypeOf
           
protected  TemplateSignature OCLstdlib.Contents.ts_OclInvalid_oclAsType
           
protected  TemplateSignature OCLstdlib.Contents.ts_OclInvalid_oclIsKindOf
           
protected  TemplateSignature OCLstdlib.Contents.ts_OclInvalid_oclIsTypeOf
           
protected  TemplateSignature OCLstdlib.Contents.ts_OrderedCollection_OrderedCollection_T
           
protected  TemplateSignature OCLstdlib.Contents.ts_OrderedSet_OrderedSet_T
           
protected  TemplateSignature OCLstdlib.Contents.ts_OrderedSet_OrderedSet_T_collect
           
protected  TemplateSignature OCLstdlib.Contents.ts_OrderedSet_OrderedSet_T_collectNested
           
protected  TemplateSignature OCLstdlib.Contents.ts_OrderedSet_OrderedSet_T_flatten
           
protected  TemplateSignature OCLstdlib.Contents.ts_OrderedSet_OrderedSet_T_selectByKind
           
protected  TemplateSignature OCLstdlib.Contents.ts_OrderedSet_OrderedSet_T_selectByType
           
protected  TemplateSignature OCLstdlib.Contents.ts_Sequence_Sequence_T
           
protected  TemplateSignature OCLstdlib.Contents.ts_Sequence_Sequence_T_collect
           
protected  TemplateSignature OCLstdlib.Contents.ts_Sequence_Sequence_T_collectNested
           
protected  TemplateSignature OCLstdlib.Contents.ts_Sequence_Sequence_T_flatten
           
protected  TemplateSignature OCLstdlib.Contents.ts_Sequence_Sequence_T_selectByKind
           
protected  TemplateSignature OCLstdlib.Contents.ts_Sequence_Sequence_T_selectByType
           
protected  TemplateSignature OCLstdlib.Contents.ts_Set_Set_T
           
protected  TemplateSignature OCLstdlib.Contents.ts_Set_Set_T_collect
           
protected  TemplateSignature OCLstdlib.Contents.ts_Set_Set_T_collectNested
           
protected  TemplateSignature OCLstdlib.Contents.ts_Set_Set_T_flatten
           
protected  TemplateSignature OCLstdlib.Contents.ts_Set_Set_T_selectByKind
           
protected  TemplateSignature OCLstdlib.Contents.ts_Set_Set_T_selectByType
           
protected  TemplateSignature OCLstdlib.Contents.ts_UniqueCollection_UniqueCollection_T
           
protected  TemplateSignature OCLstdlib.Contents.ts_UnlimitedNatural_oclAsType
           
protected  TemplateSignature OCLMetaModel.Contents.ts_Visitor
           
 

Methods in org.eclipse.ocl.examples.pivot.model that return TemplateSignature
protected  TemplateSignature AbstractContents.createTemplateSignature(TemplateableElement templateableElement, TemplateParameter... templateParameters)
           
 

Methods in org.eclipse.ocl.examples.pivot.model with parameters of type TemplateSignature
protected  TemplateBinding AbstractContents.createTemplateBinding(TemplateSignature templateSignature, TemplateParameterSubstitution... templateParameterSubstitutions)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.uml with parameters of type TemplateSignature
 org.eclipse.uml2.uml.TemplateSignature Pivot2UMLDeclarationVisitor.visitTemplateSignature(TemplateSignature pivotTemplateSignature)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type TemplateSignature
 T1 PivotSwitch.caseTemplateSignature(TemplateSignature object)
          Returns the result of interpreting the object as an instance of 'Template Signature'.
 boolean PivotValidator.validateTemplateSignature(TemplateSignature templateSignature, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitTemplateSignature(TemplateSignature object)
           
 R AbstractExtendingVisitor.visitTemplateSignature(TemplateSignature object)
           
 R AbstractNullVisitor.visitTemplateSignature(TemplateSignature object)
           
 R AbstractWrappingVisitor.visitTemplateSignature(TemplateSignature object)
           
 R Visitor.visitTemplateSignature(TemplateSignature object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type TemplateSignature
protected  void ToStringVisitor.appendTemplateSignature(TemplateSignature templateSignature)
           
 java.lang.Object AS2MonikerVisitor.visitTemplateSignature(TemplateSignature object)
           
 java.lang.Boolean AS2XMIidVisitor.visitTemplateSignature(TemplateSignature object)
           
 java.lang.String ToStringVisitor.visitTemplateSignature(TemplateSignature object)
           
 

Uses of TemplateSignature in org.eclipse.ocl.examples.xtext.base.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2as that return types with arguments of type TemplateSignature
protected  java.util.List<TemplateSignature> CS2PivotConversion.getTemplateSignatures(Element pivotElement)
           
 

Method parameters in org.eclipse.ocl.examples.xtext.base.cs2as with type arguments of type TemplateSignature
protected  void CS2PivotConversion.specializeTemplateBindings(java.util.List<TemplateBinding> templateBindings, java.util.List<TemplateSignature> templateSignatures, java.util.List<TemplateBindingCS> csTemplateBindings)
          Update a list of TemplateBinding to match a list of TemplateSignature by moving/adding/removing existing entries.
 

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

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