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.
 

Methods in org.eclipse.uml2.uml that return types with arguments of type ProfileApplication
 org.eclipse.emf.common.util.EList<ProfileApplication> Package.getAllProfileApplications()
          Retrieves all the profile applications for this package, including profile applications for its nesting package(s)
 org.eclipse.emf.common.util.EList<ProfileApplication> Package.getProfileApplications()
          Returns the value of the 'Profile Application' containment reference list.
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ProfileApplication
 T UMLSwitch.caseProfileApplication(ProfileApplication object)
          Returns the result of interpreting the object as an instance of 'Profile Application'
 boolean UMLValidator.validateProfileApplication(ProfileApplication profileApplication, 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.