Uses of Class
org.biojava.bio.program.tagvalue.ChangeTable
Packages that use ChangeTable
Package
Description
The core classes that will be used throughout the bio packages.
Process files as streams of records, each with tags with values.
-
Uses of ChangeTable in org.biojava.bio
Methods in org.biojava.bio that return ChangeTableModifier and TypeMethodDescriptionAnnotationChanger.getChanger()
getMapper
returns theValueChanger
being used to remap theAnnotation
.Constructors in org.biojava.bio with parameters of type ChangeTableModifierConstructorDescriptionAnnotationChanger
(Annotation wrapped, ChangeTable changer) Creates a newAnnotationChanger
using the specifiedValueChanger
to remap its values. -
Uses of ChangeTable in org.biojava.bio.program.tagvalue
Methods in org.biojava.bio.program.tagvalue that return ChangeTableMethods in org.biojava.bio.program.tagvalue with parameters of type ChangeTableConstructors in org.biojava.bio.program.tagvalue with parameters of type ChangeTableModifierConstructorDescriptionValueChanger
(TagValueListener delegate, ChangeTable changeTable) Create a new changer that will pass the modified event stream to a delegate.