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

Packages that use TagMapper
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 TagMapper in org.biojava.bio
 

Methods in org.biojava.bio that return TagMapper
 TagMapper AnnotationRenamer.getMapper()
          getMapper returns the TagMapper being used to remap the Annotation.
 

Constructors in org.biojava.bio with parameters of type TagMapper
AnnotationRenamer(Annotation wrapped, TagMapper mapper)
          Creates a new AnnotationRenamer using the specified TagMapper to remap its keys.
 

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

Methods in org.biojava.bio.program.tagvalue that return TagMapper
 TagMapper TagRenamer.getMapper()
          Retrieve the mapper used to rename tags
 

Constructors in org.biojava.bio.program.tagvalue with parameters of type TagMapper
TagRenamer(TagValueListener delegate, TagMapper mapper)
          Build a new TagRenamer with a delegate and mapper.