public interface PatternApplication
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppliedPattern()
Returns the value of the 'Applied Pattern' attribute.
|
org.eclipse.uml2.uml.CollaborationUse |
getBase_CollaborationUse()
Returns the value of the 'Base Collaboration Use' reference.
|
void |
setAppliedPattern(java.lang.String value)
Sets the value of the '
Applied Pattern ' attribute. |
void |
setBase_CollaborationUse(org.eclipse.uml2.uml.CollaborationUse value)
Sets the value of the '
Base Collaboration Use ' reference. |
java.lang.String getAppliedPattern()
If the meaning of the 'Applied Pattern' attribute isn't clear, there really should be more of a description here...
setAppliedPattern(String)
,
PatternsProfilePackage.getPatternApplication_AppliedPattern()
void setAppliedPattern(java.lang.String value)
Applied Pattern
' attribute.
value
- the new value of the 'Applied Pattern' attribute.getAppliedPattern()
org.eclipse.uml2.uml.CollaborationUse getBase_CollaborationUse()
If the meaning of the 'Base Collaboration Use' reference isn't clear, there really should be more of a description here...
setBase_CollaborationUse(CollaborationUse)
,
PatternsProfilePackage.getPatternApplication_Base_CollaborationUse()
void setBase_CollaborationUse(org.eclipse.uml2.uml.CollaborationUse value)
Base Collaboration Use
' reference.
value
- the new value of the 'Base Collaboration Use' reference.getBase_CollaborationUse()