|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectit.unimo.dbgroup.momis.odli3.OntologyAnnotation
Interface to be implemented by all Annotable elements that are Attribute and Interface classes.
| Field Summary | |
private java.util.Vector |
_ontologyAnnotationValues
The annotations |
| Constructor Summary | |
OntologyAnnotation()
|
|
| Method Summary | |
void |
addOntologyAnnotationValue(OntologyAnnotationValue v)
Add a _ontologyAnnotationValues element or remove it if already contained into _ontologyAnnotationValues vector |
void |
deleteAllOntologyAnnotations()
clean all the Ontology Annotations |
java.util.Vector |
getOntologyAnnotationValues()
Getter for the _ontologyAnnotationValues field |
boolean |
hasOntologyAnnotation(OntologyAnnotationValue v)
return true if the OntologyAnnotationValue v is contained into the _ontologyAnnotationValues vector. |
boolean |
hasOntologyAnnotationValues()
Asks if has at least one element |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.util.Vector _ontologyAnnotationValues
| Constructor Detail |
public OntologyAnnotation()
| Method Detail |
public java.util.Vector getOntologyAnnotationValues()
public void addOntologyAnnotationValue(OntologyAnnotationValue v)
public boolean hasOntologyAnnotationValues()
public boolean hasOntologyAnnotation(OntologyAnnotationValue v)
public void deleteAllOntologyAnnotations()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||