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 java.lang.Object
getNewTag(java.lang.Object oldTag)
getNewTag
returns the tag which substitutes the specified value.
-
-
-
Method Detail
-
getNewTag
java.lang.Object getNewTag(java.lang.Object oldTag)
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
.
-
-