|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Profile Application'. A profile application is used to show which profiles have been applied to a package.
The following features are supported:
UMLPackage.getProfileApplication()
Method Summary | |
EPackage |
getAppliedDefinition()
Retrieves the definition (Ecore representation) of the profile associated with this profile application |
ENamedElement |
getAppliedDefinition(NamedElement namedElement)
Retrieves the definition (Ecore representation) of the specified named element in the profile associated with this profile application |
Profile |
getAppliedProfile()
Returns the value of the 'Applied Profile' reference |
Package |
getApplyingPackage()
Returns the value of the 'Applying Package' container reference. |
boolean |
isStrict()
Returns the value of the 'Is Strict' attribute. |
void |
setAppliedProfile(Profile value)
Sets the value of the ' Applied Profile ' reference |
void |
setApplyingPackage(Package value)
Sets the value of the ' Applying Package ' container reference |
void |
setIsStrict(boolean value)
Sets the value of the ' Is Strict ' attribute |
Methods inherited from interface org.eclipse.uml2.uml.DirectedRelationship |
getSources, getTargets |
Methods inherited from interface org.eclipse.uml2.uml.Relationship |
getRelatedElements |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
public Profile getAppliedProfile()
ProfileApplication.setAppliedProfile(Profile)
,
UMLPackage.getProfileApplication_AppliedProfile()
public void setAppliedProfile(Profile value)
Applied Profile
' reference.
value
- the new value of the 'Applied Profile' reference.ProfileApplication.getAppliedProfile()
public boolean isStrict()
"false"
.
Specifies that the Profile filtering rules for the metaclasses of the referenced metamodel shall be strictly applied.
ProfileApplication.setIsStrict(boolean)
,
UMLPackage.getProfileApplication_IsStrict()
public void setIsStrict(boolean value)
Is Strict
' attribute.
value
- the new value of the 'Is Strict' attribute.ProfileApplication.isStrict()
public Package getApplyingPackage()
Profile Application
'.
The package that owns the profile application.
ProfileApplication.setApplyingPackage(org.eclipse.uml2.uml.Package)
,
UMLPackage.getProfileApplication_ApplyingPackage()
,
Package.getProfileApplications()
public void setApplyingPackage(Package value)
Applying Package
' container reference.
value
- the new value of the 'Applying Package' container reference.ProfileApplication.getApplyingPackage()
public EPackage getAppliedDefinition()
public ENamedElement getAppliedDefinition(NamedElement namedElement)
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |