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

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

Uses of TemplateBinding in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return TemplateBinding
 TemplateBinding UMLFactory.createTemplateBinding()
          Returns a new object of class 'Template Binding'
 TemplateBinding TemplateableElement.createTemplateBinding(TemplateSignature signature)
          Creates a new TemplateBinding, with the specified 'Signature', and appends it to the 'Template Binding' containment reference list
 TemplateBinding TemplateableElement.getTemplateBinding(TemplateSignature signature)
          Retrieves the first TemplateBinding with the specified 'Signature' from the 'Template Binding' containment reference list
 TemplateBinding TemplateableElement.getTemplateBinding(TemplateSignature signature, boolean createOnDemand)
          Retrieves the first TemplateBinding with the specified 'Signature' from the 'Template Binding' containment reference list
 TemplateBinding TemplateParameterSubstitution.getTemplateBinding()
          Returns the value of the 'Template Binding' container reference.
 

Methods in org.eclipse.uml2.uml with parameters of type TemplateBinding
 void TemplateParameterSubstitution.setTemplateBinding(TemplateBinding value)
          Sets the value of the 'Template Binding' container reference
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type TemplateBinding
 boolean UMLValidator.validateTemplateBinding(TemplateBinding templateBinding, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateTemplateBinding_validateParameterSubstitutionFormal(TemplateBinding templateBinding, DiagnosticChain diagnostics, Map context)
          Validates the validateParameterSubstitutionFormal constraint of 'Template Binding'
 boolean UMLValidator.validateTemplateBinding_validateOneParameterSubstitution(TemplateBinding templateBinding, DiagnosticChain diagnostics, Map context)
          Validates the validateOneParameterSubstitution constraint of 'Template Binding'
 Object UMLSwitch.caseTemplateBinding(TemplateBinding object)
          Returns the result of interpretting the object as an instance of 'Template Binding'
 


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