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(java.lang.String name)
          Retrieves the first RedefinableTemplateSignature with the specified 'Name' from the 'Extended Signature' reference list
 RedefinableTemplateSignature RedefinableTemplateSignature.getExtendedSignature(java.lang.String name, boolean ignoreCase)
          Retrieves the first RedefinableTemplateSignature with the specified 'Name' from the 'Extended Signature' reference list
 

Methods in org.eclipse.uml2.uml that return types with arguments of type RedefinableTemplateSignature
 org.eclipse.emf.common.util.EList<RedefinableTemplateSignature> RedefinableTemplateSignature.getExtendedSignatures()
          Returns the value of 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
 T UMLSwitch.caseRedefinableTemplateSignature(RedefinableTemplateSignature object)
          Returns the result of interpreting the object as an instance of 'Redefinable Template Signature'
 boolean UMLValidator.validateRedefinableTemplateSignature_validateInheritedParameters(RedefinableTemplateSignature redefinableTemplateSignature, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateInheritedParameters constraint of 'Redefinable Template Signature'
 boolean UMLValidator.validateRedefinableTemplateSignature(RedefinableTemplateSignature redefinableTemplateSignature, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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