Uses of Interface
org.biojava.bio.program.tagvalue.PropertyChanger
Packages that use PropertyChanger
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 PropertyChanger in org.biojava.bio
Methods in org.biojava.bio that return PropertyChangerModifier and TypeMethodDescriptionAnnotationRenamer.getMapper()
getMapper
returns theTagMapper
being used to remap theAnnotation
.Constructors in org.biojava.bio with parameters of type PropertyChangerModifierConstructorDescriptionAnnotationRenamer
(Annotation wrapped, PropertyChanger mapper) Creates a newAnnotationRenamer
using the specifiedTagMapper
to remap its keys. -
Uses of PropertyChanger in org.biojava.bio.program.tagvalue
Classes in org.biojava.bio.program.tagvalue that implement PropertyChangerModifier and TypeClassDescriptionclass
TagMapper
maps arbitrary object keys to new keys.Methods in org.biojava.bio.program.tagvalue that return PropertyChangerConstructors in org.biojava.bio.program.tagvalue with parameters of type PropertyChangerModifierConstructorDescriptionTagRenamer
(TagValueListener delegate, PropertyChanger mapper) Build a new TagRenamer with a delegate and mapper.