| 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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<TreeNetworkGroupDataAdapter> |
DocumentDataAdapter.getTreeNetworkGroupIterator(ReadWriteParameterMap parameters)
Returns an iterator providing access to all trees and network groups contained in the
document to be written.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoSetsTreeNetworkGroupDataAdapter
Abstract implementation of
TreeNetworkGroupDataAdapter, which returns an empty object list adapter
for NoSetsTreeNetworkGroupDataAdapter.getTreeSets(ReadWriteParameterMap). |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<TreeNetworkGroupDataAdapter> |
EmptyDocumentDataAdapter.getTreeNetworkGroupIterator(ReadWriteParameterMap parameters) |
java.util.Iterator<TreeNetworkGroupDataAdapter> |
ListBasedDocumentDataAdapter.getTreeNetworkGroupIterator(ReadWriteParameterMap parameters) |
java.util.List<TreeNetworkGroupDataAdapter> |
ListBasedDocumentDataAdapter.getTreeNetworkGroups() |
| Constructor and Description |
|---|
ListBasedDocumentDataAdapter(org.apache.commons.collections4.map.ListOrderedMap<java.lang.String,OTUListDataAdapter> otusMap,
java.util.List<MatrixDataAdapter> matrices,
java.util.List<TreeNetworkGroupDataAdapter> treeNetworkGroups)
Creates a new instance of this class using the specified lists.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StoreTreeNetworkGroupDataAdapter |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<TreeNetworkGroupDataAdapter> |
StoreDocumentDataAdapter.getTreeNetworkGroupIterator(ReadWriteParameterMap parameters) |
java.util.List<TreeNetworkGroupDataAdapter> |
StoreDocumentDataAdapter.getTreesNetworks() |
| Constructor and Description |
|---|
StoreDocumentDataAdapter(java.util.List<JPhyloIOEvent> annotations,
org.apache.commons.collections4.OrderedMap<java.lang.String,OTUListDataAdapter> otusMap,
java.util.List<MatrixDataAdapter> matrices,
java.util.List<TreeNetworkGroupDataAdapter> treeNetworkGroups) |