|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.eugene.java.AnnotationsManager
AnnotationsManager
@Deprecated public class AnnotationsManager
To manage annotations for any ObjectModelElement of a classifier.
| Field Summary | |
|---|---|
protected Map<ObjectModelElement,List<String>> |
annotations
Deprecated. |
| Constructor Summary | |
|---|---|
AnnotationsManager()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
addAnnotation(ObjectModelElement element,
String annotation)
Deprecated. Add the annotation for the given element of
the classifier. |
protected Map<ObjectModelElement,List<String>> |
getAnnotations()
Deprecated. |
String[] |
getAnnotations(ObjectModelElement element)
Deprecated. Obtain the array of annotations registred for a given element of the classifier. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Map<ObjectModelElement,List<String>> annotations
| Constructor Detail |
|---|
public AnnotationsManager()
| Method Detail |
|---|
public void addAnnotation(ObjectModelElement element,
String annotation)
annotation for the given element of
the classifier.
element - the element where to register the annotationannotation - the annotation to registerpublic String[] getAnnotations(ObjectModelElement element)
element - the element where to search for annotations
protected Map<ObjectModelElement,List<String>> getAnnotations()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||