|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Annotation
An annotation describes a set of information about another identified element of the model without altering or adding to that element.
For example, an annotation might be a comment on the poor performance of swedish skiers.
The information can take the form of assertions, descriptors, and anchors. However, the contents of
an Annotation shall conform with the content model of the targeted element. For example, Anchors may
be included only if the target references a Component.
| Method Summary | |
|---|---|
java.util.List<Anchor> |
getAnchors()
Get the Anchors associated with this instance. |
java.util.List<Assertion> |
getAssertions()
Get the Assertions associated with this instance. |
java.util.List<Descriptor> |
getDescriptors()
Get the Descriptors associated with this instance. |
java.lang.String |
getIdentifier()
Get the identifier of this element. |
java.lang.String |
getTarget()
Get the annotation target identifier. |
| Method Detail |
|---|
java.util.List<Anchor> getAnchors()
Anchors associated with this instance.
java.util.List<Assertion> getAssertions()
Assertions associated with this instance.
java.util.List<Descriptor> getDescriptors()
Descriptors associated with this instance.
java.lang.String getIdentifier()
java.lang.String getTarget()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||