| Package | Description |
|---|---|
| org.biojava.bio.program.formats |
Experimental parsers using the tagvalue framework.
|
| org.biojava.bio.program.tagvalue |
Process files as streams of records, each with tags with values.
|
| Modifier and Type | Field and Description |
|---|---|
static ChangeTable.Changer |
FormatTools.EC_FROM_STRING |
| Modifier and Type | Class and Description |
|---|---|
static class |
ChangeTable.ChainedChanger
An implementation of Changer that applies a list of Changer instances to
the value in turn.
|
class |
RegexChanger
A ValueChanger.Changer that returns a specific match value using a regex
Pattern.
|
| Modifier and Type | Field and Description |
|---|---|
static ChangeTable.Changer |
ChangeTable.STRING_TO_INT |
| Modifier and Type | Method and Description |
|---|---|
ChangeTable.Changer |
ChangeTable.getChanger(java.lang.Object tag)
Get the Changer currently registered to handle a tag.
|
ChangeTable.Changer |
ValueChanger.getDefaultChanger()
Get the changer that will be applied to values of tags with no specific
handler registered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeTable.setChanger(java.lang.Object tag,
ChangeTable.Changer changer)
Set the Changer to be used for all values of a particular tag.
|
void |
ValueChanger.setDefaultChanger(ChangeTable.Changer c)
The changer that will be applied to the values of tags not registered
explicitly to any changer or splitter instance.
|
| Constructor and Description |
|---|
ChainedChanger(ChangeTable.Changer[] changers) |