Package org.biojava.bio.program.tagvalue
Interface PropertyChanger
- All Known Implementing Classes:
TagMapper
public interface PropertyChanger
Interface for objects that change tag names or properties systematically.
- Since:
- 1.4
- Author:
- Matthew Pocock
-
Method Summary
-
Method Details
-
getNewTag
getNewTag
returns the tag which substitutes the specified value.If there is no mapping associated with this tag, it is returned unchanged.
- Parameters:
oldTag
- anObject
to substitute.- Returns:
- an
Object
.
-