com.change_vision.jude.api.inf.model
Interface IComment

com.change_vision.jude.api.inf.model.IComment
All Implemented Interfaces:
IElement, INamedElement

public IComment
extends INamedElement

Interface for Comment.


Method Summary
abstract  IElement[] getAnnotatedElements()
          Get the elements with comments.
abstract  String getBody()
          Get Body.
 
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement
getClientDependencies, getConstraints, getDefinition, getDiagrams, getName, getSupplierDependencies, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility
 
Methods inherited from class com.change_vision.jude.api.inf.model.IElement
getComments, getId, getOwner, getStereotypes, getTaggedValues
 

Method Detail

getAnnotatedElements

public abstract IElement[] getAnnotatedElements()
Get the elements with comments.
Return annotated elements and parent elements of Diagrams with comments.

Returns:
the array of elements. Return the empty array if there is none.

getBody

public abstract String getBody()
Get Body.

Returns:
Comment body