|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents an application of a particular pattern.
The properties of a pattern application are
the descriptor of the pattern that was applied (getAppliedPattern
),
a unique identifier (getUniqueId
)
to distinguish the application from other applications of the same
pattern, and the times of the initial application (getApplicationTime
)
and the last
modification made (getModificationTime
) as a consequence of the pattern application.
Use the getParticipantRole
method to retrieve the role played by the object in the pattern application.
Method Summary | |
Date |
getApplicationTime()
Returns the time that the pattern was initially applied. |
IPatternDescriptor |
getAppliedPattern()
Returns the pattern descriptor representing the pattern that was applied for this pattern application. |
Date |
getModificationTime()
Returns the time that a modification was most recently made to the pattern application. |
PatternApplicationRole |
getParticipantRole(Object participatingObject)
Returns the role played by the given object in this pattern application. |
String |
getUniqueId()
Returns the unique identifier of the pattern application. |
Methods inherited from interface java.lang.Comparable |
compareTo |
Method Detail |
public IPatternDescriptor getAppliedPattern()
public String getUniqueId()
This ID is generated at the time the pattern is initially applied.
public Date getApplicationTime()
public Date getModificationTime()
public PatternApplicationRole getParticipantRole(Object participatingObject)
|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.