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 |
Contains classes for reading from and writing to streams/files in Nexus format.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultNewickWriterNodeLabelProcessor
The node label processor used by
NewickEventWriter . |
Constructor and Description |
---|
NewickStringWriter(TextWriterStreamDataProvider<?> streamDataProvider,
TreeNetworkDataAdapter tree,
NewickWriterNodeLabelProcessor nodeLabelProcessor,
ReadWriteParameterMap parameters)
Creates a new instance of this class.
|
Modifier and Type | Class and Description |
---|---|
class |
NexusNewickWriterNodeLabelProcessor
The node label processor used by
NexusEventWriter . |