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.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.events |
Contains implementations of JPhyloIO events, triggered during event based parsing.
|
Modifier and Type | Method and Description |
---|---|
ObjectListDataAdapter<NodeEvent> |
TreeNetworkDataAdapter.getNodes(ReadWriteParameterMap parameters)
Returns the set of nodes contained in this tree or network.
|
Modifier and Type | Method and Description |
---|---|
StoreObjectListDataAdapter<NodeEvent> |
StoreTreeNetworkDataAdapter.getNodes(ReadWriteParameterMap parameters) |
Modifier and Type | Method and Description |
---|---|
NodeEvent |
ConcreteJPhyloIOEvent.asNodeEvent() |
NodeEvent |
JPhyloIOEvent.asNodeEvent()
Casts this event to a tree or graph node event.
|