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

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

Uses of Substitution in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Substitution
 Substitution UMLFactory.createSubstitution()
          Returns a new object of class 'Substitution'
 Substitution Classifier.createSubstitution(String name, Classifier contract)
          Creates a new Substitution, with the specified 'Name', and 'Contract', and appends it to the 'Substitution' containment reference list
 Substitution Classifier.getSubstitution(String name, Classifier contract)
          Retrieves the first Substitution with the specified 'Name', and 'Contract' from the 'Substitution' containment reference list
 Substitution Classifier.getSubstitution(String name, Classifier contract, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Substitution with the specified 'Name', and 'Contract' from the 'Substitution' containment reference list
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type Substitution
 boolean UMLValidator.validateSubstitution(Substitution substitution, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseSubstitution(Substitution object)
          Returns the result of interpretting the object as an instance of 'Substitution'
 


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