| 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  TREESblock. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultNewickReaderNodeLabelProcessorDefault implementation of  NewickReaderNodeLabelProcessorthat 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 |