Uses of Interface
org.eclipse.uml2.ParameterSet

Packages that use ParameterSet
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of ParameterSet in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return ParameterSet
 ParameterSet UML2Factory.createParameterSet()
          Returns a new object of class 'Parameter Set'
 ParameterSet Parameter.getParameterSet(String unqualifiedName)
          Retrieves the ParameterSet with the specified name from the 'Parameter Set' reference list
 ParameterSet Behavior.getOwnedParameterSet(String unqualifiedName)
          Retrieves the ParameterSet with the specified name from the 'Owned Parameter Set' containment reference list
 ParameterSet Behavior.createOwnedParameterSet(EClass eClass)
          Creates a ParameterSet and appends it to the 'Owned Parameter Set' containment reference list
 

Uses of ParameterSet in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type ParameterSet
 boolean UML2Validator.validateParameterSet(ParameterSet parameterSet, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseParameterSet(ParameterSet object)
          Returns the result of interpretting the object as an instance of 'Parameter Set'
 


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