Package | Description |
---|---|
info.bioinfweb.jphyloio.events |
Contains implementations of JPhyloIO events, triggered during event based parsing.
|
info.bioinfweb.jphyloio.formats.nexus.receivers |
Contains implementations of
JPhyloIOEventReceiver used internally by
NexusEventReader . |
Modifier and Type | Method and Description |
---|---|
CharacterSetIntervalEvent |
ConcreteJPhyloIOEvent.asCharacterSetIntervalEvent() |
CharacterSetIntervalEvent |
JPhyloIOEvent.asCharacterSetIntervalEvent()
Casts this event to a character set event.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractNexusSetsEventReceiver.handleCharacterSetInterval(CharacterSetIntervalEvent event)
This method is called every time a
CharacterSetIntervalEvent is encountered on the top level by
this receiver. |
protected boolean |
CharacterSetEventReceiver.handleCharacterSetInterval(CharacterSetIntervalEvent event) |