Package | Description |
---|---|
org.biojavax |
The Biojava extensions packages, classes that extend the core biojava
functionality
The biojavax packages contain a number of extensions to the core biojava
interfaces.
|
org.biojavax.bio |
Classes to represent biological entities and their relationships.
|
org.biojavax.bio.seq |
Rich implementations of Sequences, Locations and Features.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyRichAnnotation
A place holder for a RichAnnotation that prevents null having to be used
|
class |
SimpleRichAnnotation
Simple annotation wrapper.
|
Modifier and Type | Field and Description |
---|---|
static RichAnnotation |
RichAnnotation.EMPTY_ANNOTATION |
Modifier and Type | Method and Description |
---|---|
RichAnnotation |
SimpleCrossRef.getRichAnnotation()
Return the associated annotation object.
|
RichAnnotation |
RichAnnotatable.getRichAnnotation()
Return the associated annotation object.
|
Modifier and Type | Method and Description |
---|---|
RichAnnotation |
SimpleBioEntry.getRichAnnotation()
Return the associated annotation object.
|
Modifier and Type | Method and Description |
---|---|
RichAnnotation |
SimpleRichLocation.getRichAnnotation()
Return the associated annotation object.
|
RichAnnotation |
SimpleRichFeature.getRichAnnotation()
Return the associated annotation object.
|
RichAnnotation |
EmptyRichLocation.getRichAnnotation()
Return the associated annotation object.
|
RichAnnotation |
CompoundRichLocation.getRichAnnotation()
Return the associated annotation object.
|
Copyright © 2014 BioJava. All rights reserved.