|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Comment | |
org.omg.uml.foundation.core |
Uses of Comment in org.omg.uml.foundation.core |
Methods in org.omg.uml.foundation.core that return Comment | |
Comment |
CommentClass.createComment()
The default factory operation used to create an instance object. |
Comment |
CommentClass.createComment(String name,
VisibilityKind visibility,
boolean isSpecification,
String body)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.foundation.core with parameters of type Comment | |
boolean |
ACommentAnnotatedElement.exists(Comment comment,
ModelElement annotatedElement)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
ACommentAnnotatedElement.getAnnotatedElement(Comment comment)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
ACommentAnnotatedElement.add(Comment comment,
ModelElement annotatedElement)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ACommentAnnotatedElement.remove(Comment comment,
ModelElement annotatedElement)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |