| Package | Description |
|---|---|
| org.biojava.bio |
The core classes that will be used throughout the bio packages.
|
| org.biojava.bio.program.tagvalue |
Process files as streams of records, each with tags with values.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyChanger |
AnnotationRenamer.getMapper()
getMapper returns the TagMapper being
used to remap the Annotation. |
| Constructor and Description |
|---|
AnnotationRenamer(Annotation wrapped,
PropertyChanger mapper)
Creates a new
AnnotationRenamer using the
specified TagMapper to remap its keys. |
| Modifier and Type | Class and Description |
|---|---|
class |
TagMapper
TagMapper maps arbitrary object keys to new keys. |
| Modifier and Type | Method and Description |
|---|---|
PropertyChanger |
TagRenamer.getMapper()
Retrieve the mapper used to rename tags
|
| Constructor and Description |
|---|
TagRenamer(TagValueListener delegate,
PropertyChanger mapper)
Build a new TagRenamer with a delegate and mapper.
|