Uses of Interface
org.biojava.bio.program.tagvalue.PropertyChanger

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

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

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

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

Classes in org.biojava.bio.program.tagvalue that implement PropertyChanger
 class TagMapper
           TagMapper maps arbitrary object keys to new keys.
 

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

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