Uses of Interface
org.biojava.bio.program.tagvalue.ChangeTable.Splitter
Packages that use ChangeTable.Splitter
Package
Description
Process files as streams of records, each with tags with values.
-
Uses of ChangeTable.Splitter in org.biojava.bio.program.tagvalue
Classes in org.biojava.bio.program.tagvalue that implement ChangeTable.SplitterModifier and TypeClassDescriptionclass
A ValueChanger.Splitter that splits a line of text using a regular expression, returning one value per match.Methods in org.biojava.bio.program.tagvalue that return ChangeTable.SplitterModifier and TypeMethodDescriptionValueChanger.getDefaultSplitter()
Get the splitter that will be applied to values of tags with no specific handler registered.ChangeTable.getSplitter
(Object tag) Get the Splitter currently registered to handle a tag.Methods in org.biojava.bio.program.tagvalue with parameters of type ChangeTable.SplitterModifier and TypeMethodDescriptionvoid
ValueChanger.setDefaultSplitter
(ChangeTable.Splitter s) The splitter that will be applied to the values of tags not registered explicitly to any changer or splitter instance.void
ChangeTable.setSplitter
(Object tag, ChangeTable.Splitter splitter) Set the Splitter to be used for all values of a particular tag.