|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChangeTable.Changer | |
---|---|
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. |
Uses of ChangeTable.Changer in org.biojava.bio.program.formats |
---|
Fields in org.biojava.bio.program.formats declared as ChangeTable.Changer | |
---|---|
static ChangeTable.Changer |
FormatTools.EC_FROM_STRING
|
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 |
ChangeTable.getChanger(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. |
Methods in org.biojava.bio.program.tagvalue with parameters of type ChangeTable.Changer | |
---|---|
void |
ChangeTable.setChanger(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. |
Constructors in org.biojava.bio.program.tagvalue with parameters of type ChangeTable.Changer | |
---|---|
ChangeTable.ChainedChanger(ChangeTable.Changer[] changers)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |