public interface NewickReaderNodeLabelProcessor
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLinkedOTUID(java.lang.String processedLabel)
Returns the OTU ID that is associated with the specified label.
|
java.lang.String |
processLabel(java.lang.String originalLabel,
boolean isInternal)
Processes a label according to the format modeled by this implementation.
|
java.lang.String processLabel(java.lang.String originalLabel, boolean isInternal)
originalLabel
- the label as it was read from the Newick stringisInternal
- defines whether the node carrying this label is an internal node or notjava.lang.String getLinkedOTUID(java.lang.String processedLabel)
processedLabel
- the processed label as it was returned by a call if #processLabel(String)
null
if no associated OTU ID exists