Uses of Interface
org.biojava.bio.program.tagvalue.ChangeTable.Splitter

Packages that use ChangeTable.Splitter
org.biojava.bio.program.tagvalue 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.Splitter
 class RegexSplitter
           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.Splitter
 ChangeTable.Splitter ValueChanger.getDefaultSplitter()
          Get the splitter that will be applied to values of tags with no specific handler registered.
 ChangeTable.Splitter 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.Splitter
 void 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.