Uses of Class
org.biojava.bio.program.tagvalue.ChangeTable

Packages that use ChangeTable
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
 ChangeTable AnnotationChanger.getChanger()
          getMapper returns the ValueChanger being used to remap the Annotation.
 

Constructors in org.biojava.bio with parameters of type ChangeTable
AnnotationChanger(Annotation wrapped, ChangeTable changer)
          Creates a new AnnotationChanger using the specified ValueChanger to remap its values.
 

Uses of ChangeTable in org.biojava.bio.program.tagvalue
 

Methods in org.biojava.bio.program.tagvalue that return ChangeTable
 ChangeTable ValueChanger.getChangeTable()
           
 

Methods in org.biojava.bio.program.tagvalue with parameters of type ChangeTable
 void ValueChanger.setChangeTable(ChangeTable changeTable)
           
 

Constructors in org.biojava.bio.program.tagvalue with parameters of type ChangeTable
ValueChanger(TagValueListener delegate, ChangeTable changeTable)
          Create a new changer that will pass the modified event stream to a delegate.