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

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

Uses of Profile in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Profile
 Profile UMLFactory.createProfile()
          Returns a new object of class 'Profile'
 Profile Stereotype.getProfile()
           Retrieves the profile that owns this stereotype
 Profile ProfileApplication.getAppliedProfile()
          Returns the value of the 'Applied Profile' reference
 Profile Package.getAppliedProfile(String qualifiedName)
           Retrieves the profile with the specified qualified name that is applied to this package, or null if no such profile is applied
 Profile Package.getAppliedProfile(String qualifiedName, boolean recurse)
           Retrieves the profile with the specified qualified name that is applied 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 with parameters of type Profile
 void ProfileApplication.setAppliedProfile(Profile value)
          Sets the value of the 'Applied Profile' reference
 boolean Package.isProfileApplied(Profile profile)
           Determines whether the specified profile is applied to this package
 EList Package.applyProfile(Profile profile)
           Applies the current definition of the specified profile to this package and automatically applies required stereotypes in the profile to elements within this package's namespace hieararchy.
 EList Package.unapplyProfile(Profile profile)
           Unapplies the specified profile from this package and automatically unapplies stereotypes in the profile from elements within this package's namespace hieararchy
 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 Profile in org.eclipse.uml2.uml.resource
 

Methods in org.eclipse.uml2.uml.resource that return Profile
protected  Profile UML22UMLResourceHandler.getUML2Profile(Element element)
           
 

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

Methods in org.eclipse.uml2.uml.util that return Profile
static Profile UMLUtil.getProfile(EPackage definition)
          Retrieves the profile for which the specified package represents a definition.
protected  Profile UMLUtil.Ecore2UMLConverter.getEcoreProfile(EModelElement eModelElement)
           
 

Methods in org.eclipse.uml2.uml.util with parameters of type Profile
 boolean UMLValidator.validateProfile(Profile profile, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateProfile_validateMetaclassReferenceNotSpecialized(Profile profile, DiagnosticChain diagnostics, Map context)
          Validates the validateMetaclassReferenceNotSpecialized constraint of 'Profile'
 boolean UMLValidator.validateProfile_validateReferencesSameMetamodel(Profile profile, DiagnosticChain diagnostics, Map context)
          Validates the validateReferencesSameMetamodel constraint of 'Profile'
static Collection UMLUtil.convertToEcore(Profile profile, Map options)
          Converts the specified profile (and its contents) to Ecore using the specified options.
static Collection UMLUtil.convertToEcore(Profile profile, Map options, DiagnosticChain diagnostics, Map context)
          Converts the specified profile (and its contents) to Ecore using the specified options, reporting problems to the specified diagnostics, within the specified context.
 Object UMLUtil.Profile2EPackageConverter.caseProfile(Profile profile)
           
 Object UMLSwitch.caseProfile(Profile object)
          Returns the result of interpretting the object as an instance of 'Profile'
 


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