| AbstractInteractionEvidenceLineParser<T extends InteractionEvidence> |
Abstract class for Interaction evidence parsers
|
| AbstractInteractionLineParser<T extends Interaction,P extends Participant,F extends Feature> |
Abstract mitab line parser
|
| AbstractLightInteractionLineParser<T extends Interaction> |
Abstract class for InteractionLine parsers
|
| AbstractModelledInteractionLineParser<T extends ModelledInteraction> |
Abstract class for ModelledInteraction line parsers
|
| BinaryEvidenceLineParser |
An extension of MitabLineParser that returns binary interactions evidences only.
|
| BinaryLineParser |
An extension of MitabLineParser that returns simple binary interactions only.
|
| InteractionEvidenceLineParser |
An extension of MitabLineParser that returns interactions evidences only.
|
| InteractionLineParser |
An extension of MitabLineParser that returns simple interactions only.
|
| JavaCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing).
|
| MitabLineParser<T extends Interaction,P extends Participant,F extends Feature> |
|
| MitabLineParserTokenManager |
Token Manager.
|
| ModelledBinaryLineParser |
An extension of MitabLineParser which parses only ModelledBinaryInteraction
|
| ModelledInteractionLineParser |
An extension of MitabLineParser which parses only ModelledInteraction
|
| SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
| Token |
Describes the input token stream.
|