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.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   
org.eclipse.ocl.examples.xtext.essentialocl.ui.outline   
 

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

Methods in org.eclipse.ocl.examples.pivot that return TemplateSignature
 TemplateSignature TemplateableElement.createOwnedTemplateSignature()
          Creates a new TemplateSignature and sets the 'Owned Template Signature' containment reference.
 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 OperationImpl.createOwnedTemplateSignature()
           
 TemplateSignature PackageImpl.createOwnedTemplateSignature()
           
 TemplateSignature TemplateableElementImpl.createOwnedTemplateSignature()
           
 TemplateSignature TypeImpl.createOwnedTemplateSignature()
           
 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)
           
 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.internal.operations
 

Methods in org.eclipse.ocl.examples.pivot.internal.operations with parameters of type TemplateSignature
static boolean TemplateSignatureOperations.validateOwnElements(TemplateSignature templateSignature, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Parameters must own the elements they parameter or those elements must be owned by the element being templated.
 

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
 T PivotSwitch.caseTemplateSignature(TemplateSignature object)
          Returns the result of interpreting the object as an instance of 'Template Signature'.
 boolean PivotValidator.validateTemplateSignature_validateOwnElements(TemplateSignature templateSignature, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateOwnElements constraint 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 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 Pivot2MonikerVisitor.visitTemplateSignature(TemplateSignature object)
           
 java.lang.String ToStringVisitor.visitTemplateSignature(TemplateSignature object)
           
 

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

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

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

Method parameters in org.eclipse.ocl.examples.xtext.base.cs2pivot 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)
           
 

Uses of TemplateSignature in org.eclipse.ocl.examples.xtext.essentialocl.ui.outline
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.outline with parameters of type TemplateSignature
protected  void EssentialOCLOutlineTreeProvider._createNode(org.eclipse.xtext.ui.editor.outline.IOutlineNode parentNode, TemplateSignature templateSignature)