Uses of Interface
org.eclipse.uml2.Profile

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

Uses of Profile in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return Profile
 Profile UML2Factory.createProfile()
          Returns a new object of class 'Profile'
 Profile Stereotype.getProfile()
          Retrieves the profile that owns this stereotype.
 Profile ProfileApplication.getImportedProfile()
          Returns the value of the 'Imported Profile' reference
 

Methods in org.eclipse.uml2 with parameters of type Profile
 void ProfileApplication.setImportedProfile(Profile value)
          Sets the value of the 'Imported Profile' reference
 boolean Package.isApplied(Profile profile)
          Determines whether the specified profile is applied to this package.
 void Package.apply(Profile profile)
          Applies the current version of the specified profile to this package; if a different version is already applied, automatically migrates any associated stereotype values on a "best effort" basis (matching classifiers and structural features by name).
 void Package.unapply(Profile profile)
          Unapplies the specified profile from this package.
 String Package.getAppliedVersion(Profile profile)
          Retrieves the version of the specified profile that is applied to this package or (one of) its nesting package(s).
 

Uses of Profile in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Profile
 boolean UML2Validator.validateProfile(Profile profile, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseProfile(Profile object)
          Returns the result of interpretting the object as an instance of 'Profile'
 


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