Package | Description |
---|---|
info.bioinfweb.jphyloio.dataadapters |
Contains adapter interfaces that should be implemented by adapters mediating between the business model of an
application and implementations of
JPhyloIOEventWriter . |
info.bioinfweb.jphyloio.dataadapters.implementations |
Contains some basic (abstract) implementations of
JPhyloIOEventWriter . |
info.bioinfweb.jphyloio.dataadapters.implementations.store |
Contains implementations of data adapters that directly store their modeled data in mutable lists or maps instead of delegating to an
application business model.
|
info.bioinfweb.jphyloio.formats.newick |
Contains classes for reading from and writing to streams/files in Newick tree format.
|
info.bioinfweb.jphyloio.utils |
Contains general tool classes of JPhyloIO.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<TreeNetworkDataAdapter> |
TreeNetworkGroupDataAdapter.getTreeNetworkIterator(ReadWriteParameterMap parameters)
Returns an iterator providing access to all trees and networks contained in the
document to be written.
|
Modifier and Type | Class and Description |
---|---|
class |
NoSetsTreeNetworkDataAdapter
Abstract implementation of
TreeNetworkDataAdapter , which returns an empty object list adapter
for NoSetsTreeNetworkDataAdapter.getNodeEdgeSets(ReadWriteParameterMap) . |
Modifier and Type | Class and Description |
---|---|
class |
StoreTreeNetworkDataAdapter |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<TreeNetworkDataAdapter> |
StoreTreeNetworkGroupDataAdapter.getTreeNetworkIterator(ReadWriteParameterMap parameters) |
java.util.List<TreeNetworkDataAdapter> |
StoreTreeNetworkGroupDataAdapter.getTreesAndNetworks() |
Constructor and Description |
---|
NewickStringWriter(TextWriterStreamDataProvider<?> streamDataProvider,
TreeNetworkDataAdapter tree,
NewickWriterNodeLabelProcessor nodeLabelProcessor,
ReadWriteParameterMap parameters)
Creates a new instance of this class.
|
Constructor and Description |
---|
TreeTopologyExtractor(TreeNetworkDataAdapter adapter,
ReadWriteParameterMap parameters) |