Package | Description |
---|---|
info.bioinfweb.jphyloio |
The main package of JPhyloIO.
|
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.formats.nexus |
Contains classes for reading from and writing to streams/files in Nexus format.
|
Modifier and Type | Method and Description |
---|---|
static OTUListDataAdapter |
AbstractEventWriter.getReferencedOTUList(DocumentDataAdapter document,
ElementDataAdapter<LinkedLabeledIDEvent> source,
ReadWriteParameterMap parameters)
Returns the OTU list found in
document which is referenced by the specified event. |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
AbstractEventWriter.createUniqueLinkedOTULabel(ReadWriteParameterMap parameters,
AbstractEventWriter.UniqueLabelHandler handler,
LinkedLabeledIDEvent event,
OTUListDataAdapter otuList,
boolean otuFirst) |
protected java.lang.String |
AbstractSingleMatrixEventWriter.editSequenceOrNodeLabel(LinkedLabeledIDEvent event,
ReadWriteParameterMap parameters,
OTUListDataAdapter otuList) |
static java.lang.String |
AbstractEventWriter.getLinkedOTUNameOTUFirst(LinkedLabeledIDEvent linkedOTUEvent,
OTUListDataAdapter otuList,
ReadWriteParameterMap parameters)
Determines the name (label) to be used for the specified event when writing its data to a file.
|
static java.lang.String |
AbstractEventWriter.getLinkedOTUNameOwnFirst(LinkedLabeledIDEvent linkedOTUEvent,
OTUListDataAdapter otuList,
ReadWriteParameterMap parameters)
Determines the name (label) to be used for the specified event when writing its data to a file.
|
Modifier and Type | Method and Description |
---|---|
OTUListDataAdapter |
DocumentDataAdapter.getOTUList(ReadWriteParameterMap parameters,
java.lang.String id)
Returns the OTU list referenced by the specified ID.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<OTUListDataAdapter> |
DocumentDataAdapter.getOTUListIterator(ReadWriteParameterMap parameters)
Returns an iterator providing access to all OTU lists contained in the document
to be written.
|
Modifier and Type | Class and Description |
---|---|
class |
UndefinedOTUListDataAdapter |
Modifier and Type | Method and Description |
---|---|
OTUListDataAdapter |
EmptyDocumentDataAdapter.getOTUList(ReadWriteParameterMap parameters,
java.lang.String id) |
OTUListDataAdapter |
ListBasedDocumentDataAdapter.getOTUList(ReadWriteParameterMap parameters,
java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<OTUListDataAdapter> |
EmptyDocumentDataAdapter.getOTUListIterator(ReadWriteParameterMap parameters) |
java.util.Iterator<OTUListDataAdapter> |
ListBasedDocumentDataAdapter.getOTUListIterator(ReadWriteParameterMap parameters) |
org.apache.commons.collections4.map.ListOrderedMap<java.lang.String,OTUListDataAdapter> |
ListBasedDocumentDataAdapter.getOTUListsMap() |
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 |
StoreOTUListDataAdapter |
Modifier and Type | Method and Description |
---|---|
OTUListDataAdapter |
StoreDocumentDataAdapter.getOTUList(ReadWriteParameterMap parameters,
java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<OTUListDataAdapter> |
StoreDocumentDataAdapter.getOTUListIterator(ReadWriteParameterMap parameters) |
org.apache.commons.collections4.OrderedMap<java.lang.String,OTUListDataAdapter> |
StoreDocumentDataAdapter.getOTUListsMap() |
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) |
Modifier and Type | Method and Description |
---|---|
OTUListDataAdapter |
DefaultNewickWriterNodeLabelProcessor.getOTUList() |
Constructor and Description |
---|
DefaultNewickWriterNodeLabelProcessor(OTUListDataAdapter otuList,
ReadWriteParameterMap parameters) |
Constructor and Description |
---|
NexusNewickWriterNodeLabelProcessor(OTUListDataAdapter otuList,
java.util.Map<java.lang.String,java.lang.Long> indexMap,
ReadWriteParameterMap parameters) |