Uses of Class
org.biojava.bio.AbstractAnnotation
Packages that use AbstractAnnotation
Package
Description
The core classes that will be used throughout the bio packages.
Classes and interfaces for processing and producing flat-file representations
of sequences.
-
Uses of AbstractAnnotation in org.biojava.bio
Subclasses of AbstractAnnotation in org.biojava.bioModifier and TypeClassDescriptionclass
AnnotationChanger
remaps the values of anAnnotation
to new values specified by aValueChanger
.class
AnnotationRenamer
remaps the keys of anAnnotation
to new keys specified by aTagMapper
.class
Create an Annotation with properties matching those of a JavaBean instance.class
A no-frills implementation of Annotation that is just a wrapper around aLinkedHashMap
.class
Annotation that is optimized for memory usage. -
Uses of AbstractAnnotation in org.biojava.bio.seq.io
Subclasses of AbstractAnnotation in org.biojava.bio.seq.ioModifier and TypeClassDescriptionclass
Deprecated.Use org.biojavax.bio.seq.io framework instead