Uses of Interface
org.biojava.bio.program.tagvalue.PropertyChanger
-
Packages that use PropertyChanger 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 PropertyChanger in org.biojava.bio
Methods in org.biojava.bio that return PropertyChanger Modifier and Type Method Description PropertyChangerAnnotationRenamer. getMapper()getMapperreturns theTagMapperbeing used to remap theAnnotation.Constructors in org.biojava.bio with parameters of type PropertyChanger Constructor Description AnnotationRenamer(Annotation wrapped, PropertyChanger mapper)Creates a newAnnotationRenamerusing the specifiedTagMapperto remap its keys. -
Uses of PropertyChanger in org.biojava.bio.program.tagvalue
Classes in org.biojava.bio.program.tagvalue that implement PropertyChanger Modifier and Type Class Description classTagMapperTagMappermaps arbitrary object keys to new keys.Methods in org.biojava.bio.program.tagvalue that return PropertyChanger Modifier and Type Method Description PropertyChangerTagRenamer. getMapper()Retrieve the mapper used to rename tagsConstructors in org.biojava.bio.program.tagvalue with parameters of type PropertyChanger Constructor Description TagRenamer(TagValueListener delegate, PropertyChanger mapper)Build a new TagRenamer with a delegate and mapper.
-