public interface NewickReaderNodeLabelProcessor
Modifier and Type | Method and Description |
---|---|
String |
getLinkedOTUID(String processedLabel)
Returns the OTU ID that is associated with the specified label.
|
String |
processLabel(String originalLabel)
Processes a label according to the format modeled by this implementation.
|
String processLabel(String originalLabel)
originalLabel
- the label as it was read from the Newick stringString getLinkedOTUID(String processedLabel)
processedLabel
- the processed label as it was returned by a call if processLabel(String)
null
if no associated OTU ID exists