|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.argouml.uml.diagram.static_structure.ui.CommentEdge
An object tagged as being the owner of a FigEdgeNote. Has knowledge about the source and destination of the FigEdgeNote.
The source and destination are ModelElements. At least one of them is a Comment - but they may be both Comments.
| Constructor Summary | |
CommentEdge(Object source,
Object dest)
Constructor. |
|
| Method Summary | |
void |
delete()
Commit suicide. |
Object |
getAnnotatedElement()
|
Object |
getComment()
|
Object |
getDestination()
The destination of this CommentEdge. |
Object |
getSource()
The source of this CommentEdge. |
Object |
getUUID()
|
void |
setAnnotatedElement(Object annotatedElement)
|
void |
setComment(Object comment)
|
void |
setDestination(Object destination)
|
void |
setSource(Object source)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CommentEdge(Object source,
Object dest)
source - the sourcedest - the destination| Method Detail |
public Object getSource()
public Object getDestination()
public Object getUUID()
public void setDestination(Object destination)
destination - The destination to set.public void setSource(Object source)
source - The source to set.public void delete()
public String toString()
Object.toString()public Object getAnnotatedElement()
public void setAnnotatedElement(Object annotatedElement)
public Object getComment()
public void setComment(Object comment)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |