| Package | Description | 
|---|---|
| org.biojava.nbio.ontology | |
| org.biojava.nbio.ontology.utils | 
| Modifier and Type | Method and Description | 
|---|---|
Annotation | 
Triple.Impl.getAnnotation()  | 
Annotation | 
IntegerOntology.IntTerm.getAnnotation()  | 
Annotation | 
OntologyTerm.Impl.getAnnotation()  | 
Annotation | 
RemoteTerm.Impl.getAnnotation()  | 
Annotation | 
Term.Impl.getAnnotation()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Term.Impl.setAnnotation(Annotation annotation)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractAnnotation
A utility class to ease the problem of implementing an Annotation to that of
 providing an apropreate implementation of Map. 
 | 
class  | 
SmallAnnotation
Annotation that is optimized for memory usage. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static Annotation | 
Annotation.EMPTY_ANNOTATION
 A really useful empty and immutable annotation object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Annotation | 
Annotatable.getAnnotation()
Should return the associated annotation object. 
 | 
| Constructor and Description | 
|---|
AbstractAnnotation(Annotation ann)
Copy-constructor. 
 | 
SmallAnnotation(Annotation ann)
Return a new SmallAnnotation that copies all values from another annoation. 
 | 
Copyright © 2000–2017 BioJava. All rights reserved.