Uses of Interface
org.biojava.bio.program.tagvalue.ChangeTable.Changer
-
Packages that use ChangeTable.Changer Package Description 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 Modifier and Type Field Description static ChangeTable.ChangerFormatTools. EC_FROM_STRING -
Uses of ChangeTable.Changer in org.biojava.bio.program.tagvalue
Classes in org.biojava.bio.program.tagvalue that implement ChangeTable.Changer Modifier and Type Class Description static classChangeTable.ChainedChangerAn implementation of Changer that applies a list of Changer instances to the value in turn.classRegexChangerA ValueChanger.Changer that returns a specific match value using a regex Pattern.Fields in org.biojava.bio.program.tagvalue declared as ChangeTable.Changer Modifier and Type Field Description static ChangeTable.ChangerChangeTable. STRING_TO_INTMethods in org.biojava.bio.program.tagvalue that return ChangeTable.Changer Modifier and Type Method Description ChangeTable.ChangerChangeTable. getChanger(Object tag)Get the Changer currently registered to handle a tag.ChangeTable.ChangerValueChanger. 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 Modifier and Type Method Description voidChangeTable. setChanger(Object tag, ChangeTable.Changer changer)Set the Changer to be used for all values of a particular tag.voidValueChanger. 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 Constructor Description ChainedChanger(ChangeTable.Changer[] changers)
-