| Package | Description |
|---|---|
| info.bioinfweb.jphyloio.formats.newick |
Contains classes for reading from and writing to streams/files in Newick tree format.
|
| info.bioinfweb.jphyloio.formats.nexus.commandreaders.trees |
Contains classes for reading Nexus commands in a
TREES block. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNewickReaderNodeLabelProcessor
Default implementation of
NewickReaderNodeLabelProcessor that returns the original name unchanged. |
| Constructor and Description |
|---|
NewickStringReader(TextReaderStreamDataProvider<?> streamDataProvider,
java.lang.String treeID,
java.lang.String treeLabel,
NewickReaderNodeLabelProcessor nodeLabelProcessor,
boolean expectENewick)
Creates a new instance of this class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NexusNewickReaderNodeLabelProcessor |