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.events |
Contains implementations of JPhyloIO events, triggered during event based parsing.
|
Modifier and Type | Method and Description |
---|---|
ObjectListDataAdapter<TokenSetDefinitionEvent> |
MatrixDataAdapter.getTokenSets(ReadWriteParameterMap parameters)
Returns a list of token sets defined for the matrix modeled by this instance.
|
Modifier and Type | Method and Description |
---|---|
ObjectListDataAdapter<TokenSetDefinitionEvent> |
NoCharDefsNoSetsMatrixDataAdapter.getTokenSets(ReadWriteParameterMap parameters)
Default implementation that always returns an empty object list adapter.
|
Modifier and Type | Method and Description |
---|---|
StoreObjectListDataAdapter<TokenSetDefinitionEvent> |
StoreMatrixDataAdapter.getTokenSets(ReadWriteParameterMap parameters) |
Modifier and Type | Method and Description |
---|---|
TokenSetDefinitionEvent |
ConcreteJPhyloIOEvent.asTokenSetDefinitionEvent() |
TokenSetDefinitionEvent |
JPhyloIOEvent.asTokenSetDefinitionEvent()
Casts this event to a character state set definition event.
|