Uses of Interface
org.eclipse.uml2.TemplateSignature

Packages that use TemplateSignature
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of TemplateSignature in org.eclipse.uml2
 

Subinterfaces of TemplateSignature in org.eclipse.uml2
 interface RedefinableTemplateSignature
           A representation of the model object 'Redefinable Template Signature'
 

Methods in org.eclipse.uml2 that return TemplateSignature
 TemplateSignature UML2Factory.createTemplateSignature()
          Returns a new object of class 'Template Signature'
 TemplateSignature TemplateableElement.getOwnedTemplateSignature()
          Returns the value of the 'Owned Template Signature' containment reference.
 TemplateSignature TemplateableElement.createOwnedTemplateSignature(EClass eClass)
          Creates a TemplateSignature and sets the 'Owned Template Signature' containment reference
 TemplateSignature TemplateSignature.getNestingSignature()
          Returns the value of the 'Nesting Signature' reference.
 TemplateSignature TemplateParameter.getSignature()
          Returns the value of the 'Signature' container reference.
 TemplateSignature TemplateBinding.getSignature()
          Returns the value of the 'Signature' reference
 

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

Uses of TemplateSignature in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type TemplateSignature
 boolean UML2Validator.validateTemplateSignature(TemplateSignature templateSignature, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseTemplateSignature(TemplateSignature object)
          Returns the result of interpretting the object as an instance of 'Template Signature'
 


Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.