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(java.lang.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(java.lang.String name, Classifier contract)
          Retrieves the first Substitution with the specified 'Name', and 'Contract' from the 'Substitution' containment reference list
 Substitution Classifier.getSubstitution(java.lang.String name, Classifier contract, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Substitution with the specified 'Name', and 'Contract' from the 'Substitution' containment reference list
 

Methods in org.eclipse.uml2.uml that return types with arguments of type Substitution
 org.eclipse.emf.common.util.EList<Substitution> Classifier.getSubstitutions()
          Returns the value of 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
 T UMLSwitch.caseSubstitution(Substitution object)
          Returns the result of interpreting the object as an instance of 'Substitution'
 boolean UMLValidator.validateSubstitution(Substitution substitution, 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.