Uses of Interface
org.biojava.bio.program.tagvalue.ChangeTable.Changer
Packages that use ChangeTable.Changer
Package
Description
Experimental parsers using the tagvalue framework.
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 -
Uses of ChangeTable.Changer in org.biojava.bio.program.tagvalue
Classes in org.biojava.bio.program.tagvalue that implement ChangeTable.ChangerModifier and TypeClassDescriptionstatic class
An implementation of Changer that applies a list of Changer instances to the value in turn.class
A ValueChanger.Changer that returns a specific match value using a regex Pattern.Fields in org.biojava.bio.program.tagvalue declared as ChangeTable.ChangerMethods in org.biojava.bio.program.tagvalue that return ChangeTable.ChangerModifier and TypeMethodDescriptionChangeTable.getChanger
(Object tag) Get the Changer currently registered to handle a tag.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.ChangerModifier and TypeMethodDescriptionvoid
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