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

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

Uses of ProfileApplication in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return ProfileApplication
 ProfileApplication UMLFactory.createProfileApplication()
          Returns a new object of class 'Profile Application'
 ProfileApplication Package.createProfileApplication()
          Creates a new ProfileApplication and appends it to the 'Profile Application' containment reference list
 ProfileApplication Package.getProfileApplication(Profile profile)
           Retrieves the application of the specified profile to this package, or null if no such profile is applied
 ProfileApplication Package.getProfileApplication(Profile profile, boolean recurse)
           Retrieves the application of the specified profile to this package or any of its nesting packages (if indicated), or null if no such profile is applied
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ProfileApplication
 boolean UMLValidator.validateProfileApplication(ProfileApplication profileApplication, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseProfileApplication(ProfileApplication object)
          Returns the result of interpretting the object as an instance of 'Profile Application'
 


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