|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChangeTable.Changer | |
org.biojava.bio.program.tagvalue | Process files as streams of records, each with tags with values. |
Uses of ChangeTable.Changer in org.biojava.bio.program.tagvalue |
Classes in org.biojava.bio.program.tagvalue that implement ChangeTable.Changer | |
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. |
Fields in org.biojava.bio.program.tagvalue declared as ChangeTable.Changer | |
static ChangeTable.Changer |
ChangeTable.STRING_TO_INT
|
Methods in org.biojava.bio.program.tagvalue that return ChangeTable.Changer | |
ChangeTable.Changer |
ValueChanger.getDefaultChanger()
Get the changer that will be applied to values of tags with no specific handler registered. |
ChangeTable.Changer |
ChangeTable.getChanger(java.lang.Object tag)
Get the Changer currently registered to handle a tag. |
Methods in org.biojava.bio.program.tagvalue with parameters of type ChangeTable.Changer | |
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. |
void |
ChangeTable.setChanger(java.lang.Object tag,
ChangeTable.Changer changer)
Set the Changer to be used for all values of a particular tag. |
Constructors in org.biojava.bio.program.tagvalue with parameters of type ChangeTable.Changer | |
ChangeTable.ChainedChanger(ChangeTable.Changer[] changers)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |