|
|||||||||||
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.
Field Summary | |
private Object |
dest
|
private static Logger |
LOG
|
private Object |
source
|
private Object |
uuid
|
Constructor Summary | |
CommentEdge(Object s,
Object d)
Constructor. |
Method Summary | |
void |
delete()
Commit suicide. |
Object |
getDestination()
The destination of this CommentEdge. |
Object |
getSource()
The source of this CommentEdge. |
Object |
getUUID()
|
void |
setDestination(Object d)
|
void |
setSource(Object s)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private Object source
private Object dest
private Object uuid
private static final Logger LOG
Constructor Detail |
public CommentEdge(Object s, Object d)
s
- the sourced
- the destinationMethod Detail |
public Object getSource()
public Object getDestination()
public Object getUUID()
public void setDestination(Object d)
d
- The destination to set.public void setSource(Object s)
s
- The source to set.public void delete()
public String toString()
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2004 (20050222) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |