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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getNewTag(Object oldTag)
getNewTag
returns the tag which substitutes the specified value.
-