| 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<EdgeEvent> |
TreeNetworkDataAdapter.getEdges(ReadWriteParameterMap parameters)
Returns the set of edges contained in this tree or network.
|
| Modifier and Type | Method and Description |
|---|---|
StoreObjectListDataAdapter<EdgeEvent> |
StoreTreeNetworkDataAdapter.getEdges(ReadWriteParameterMap parameters) |
| Modifier and Type | Method and Description |
|---|---|
EdgeEvent |
ConcreteJPhyloIOEvent.asEdgeEvent() |
EdgeEvent |
JPhyloIOEvent.asEdgeEvent()
Casts this event to a tree or graph edge event.
|