| 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 |
|---|---|
ChangeTable |
AnnotationChanger.getChanger()
getMapper returns the ValueChanger being
used to remap the Annotation. |
| Constructor and Description |
|---|
AnnotationChanger(Annotation wrapped,
ChangeTable changer)
Creates a new
AnnotationChanger using the
specified ValueChanger to remap its values. |
| Modifier and Type | Method and Description |
|---|---|
ChangeTable |
ValueChanger.getChangeTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueChanger.setChangeTable(ChangeTable changeTable) |
| Constructor and Description |
|---|
ValueChanger(TagValueListener delegate,
ChangeTable changeTable)
Create a new changer that will pass the modified event stream to a
delegate.
|
Copyright © 2020 BioJava. All rights reserved.