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

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

Uses of TemplateParameterSubstitution in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return TemplateParameterSubstitution
 TemplateParameterSubstitution TemplateBinding.createParameterSubstitution()
          Creates a new TemplateParameterSubstitution and appends it to the 'Parameter Substitution' containment reference list
 TemplateParameterSubstitution UMLFactory.createTemplateParameterSubstitution()
          Returns a new object of class 'Template Parameter Substitution'
 

Methods in org.eclipse.uml2.uml that return types with arguments of type TemplateParameterSubstitution
 org.eclipse.emf.common.util.EList<TemplateParameterSubstitution> TemplateBinding.getParameterSubstitutions()
          Returns the value of the 'Parameter Substitution' containment reference list.
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type TemplateParameterSubstitution
 T UMLSwitch.caseTemplateParameterSubstitution(TemplateParameterSubstitution object)
          Returns the result of interpreting the object as an instance of 'Template Parameter Substitution'
 boolean UMLValidator.validateTemplateParameterSubstitution_validateMustBeCompatible(TemplateParameterSubstitution templateParameterSubstitution, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateMustBeCompatible constraint of 'Template Parameter Substitution'
 boolean UMLValidator.validateTemplateParameterSubstitution(TemplateParameterSubstitution templateParameterSubstitution, 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.