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<CharacterDefinitionEvent> |
MatrixDataAdapter.getCharacterDefinitions(ReadWriteParameterMap parameters)
Returns a list of character definitions for the matrix modeled by this instance.
|
Modifier and Type | Method and Description |
---|---|
ObjectListDataAdapter<CharacterDefinitionEvent> |
NoCharDefsNoSetsMatrixDataAdapter.getCharacterDefinitions(ReadWriteParameterMap parameters)
Default implementation that always returns an empty object list adapter.
|
Modifier and Type | Method and Description |
---|---|
StoreObjectListDataAdapter<CharacterDefinitionEvent> |
StoreMatrixDataAdapter.getCharacterDefinitions(ReadWriteParameterMap parameters) |
Modifier and Type | Method and Description |
---|---|
CharacterDefinitionEvent |
ConcreteJPhyloIOEvent.asCharacterDefinitionEvent() |
CharacterDefinitionEvent |
JPhyloIOEvent.asCharacterDefinitionEvent()
Casts this event to a character definition event.
|