|
|||||||||
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 Anchor s associated with this instance. |
java.util.List<Assertion> |
getAssertions()
Get the Assertion s associated with this instance. |
java.util.List<Descriptor> |
getDescriptors()
Get the Descriptor s 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()
Anchor
s associated with this instance.
java.util.List<Assertion> getAssertions()
Assertion
s associated with this instance.
java.util.List<Descriptor> getDescriptors()
Descriptor
s 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 |