Uses of Class
org.biojava.bio.program.tagvalue.ChangeTable
-
Packages that use ChangeTable Package Description org.biojava.bio The core classes that will be used throughout the bio packages.org.biojava.bio.program.tagvalue 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 ChangeTable Modifier and Type Method Description ChangeTableAnnotationChanger. getChanger()getMapperreturns theValueChangerbeing used to remap theAnnotation.Constructors in org.biojava.bio with parameters of type ChangeTable Constructor Description AnnotationChanger(Annotation wrapped, ChangeTable changer)Creates a newAnnotationChangerusing the specifiedValueChangerto remap its values. -
Uses of ChangeTable in org.biojava.bio.program.tagvalue
Methods in org.biojava.bio.program.tagvalue that return ChangeTable Modifier and Type Method Description ChangeTableValueChanger. getChangeTable()Methods in org.biojava.bio.program.tagvalue with parameters of type ChangeTable Modifier and Type Method Description voidValueChanger. setChangeTable(ChangeTable changeTable)Constructors in org.biojava.bio.program.tagvalue with parameters of type ChangeTable Constructor Description ValueChanger(TagValueListener delegate, ChangeTable changeTable)Create a new changer that will pass the modified event stream to a delegate.
-