Package | Description |
---|---|
info.bioinfweb.jphyloio.events |
Contains implementations of JPhyloIO events, triggered during event based parsing.
|
info.bioinfweb.jphyloio.utils |
Contains general tool classes of JPhyloIO.
|
Modifier and Type | Method and Description |
---|---|
SequenceTokensEvent |
ConcreteJPhyloIOEvent.asSequenceTokensEvent() |
SequenceTokensEvent |
JPhyloIOEvent.asSequenceTokensEvent()
Casts this event to a tokens event.
|
Modifier and Type | Method and Description |
---|---|
SequenceTokensEvent |
SequenceTokensEventManager.createEvent(java.lang.String sequenceID,
java.util.List<java.lang.String> tokens)
Creates a sequence character event object from the provided data and manages the replacement of match tokens
by tokens of the first sequence.
|