Uses of Interface
org.eclipse.uml2.uml.RedefinableTemplateSignature

Packages that use RedefinableTemplateSignature
org.eclipse.uml2.uml   
org.eclipse.uml2.uml.util   
 

Uses of RedefinableTemplateSignature in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return RedefinableTemplateSignature
 RedefinableTemplateSignature UMLFactory.createRedefinableTemplateSignature()
          Returns a new object of class 'Redefinable Template Signature'
 RedefinableTemplateSignature RedefinableTemplateSignature.getExtendedSignature(String name)
          Retrieves the first RedefinableTemplateSignature with the specified 'Name' from the 'Extended Signature' reference list
 RedefinableTemplateSignature RedefinableTemplateSignature.getExtendedSignature(String name, boolean ignoreCase)
          Retrieves the first RedefinableTemplateSignature with the specified 'Name' from the 'Extended Signature' reference list
 

Uses of RedefinableTemplateSignature in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type RedefinableTemplateSignature
 boolean UMLValidator.validateRedefinableTemplateSignature(RedefinableTemplateSignature redefinableTemplateSignature, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateRedefinableTemplateSignature_validateInheritedParameters(RedefinableTemplateSignature redefinableTemplateSignature, DiagnosticChain diagnostics, Map context)
          Validates the validateInheritedParameters constraint of 'Redefinable Template Signature'
 Object UMLSwitch.caseRedefinableTemplateSignature(RedefinableTemplateSignature object)
          Returns the result of interpretting the object as an instance of 'Redefinable Template Signature'
 


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