AbstractMitabSource<T extends Interaction,P extends Participant,F extends Feature> |
Abstract class for an InteractionSource coming from a MITAB file.
|
AbstractMitabStreamSource<T extends Interaction,P extends Participant,F extends Feature> |
abstract class for Mitab datasource.
|
DefaultMitabSource |
Abstract class for an InteractionSource coming from a MITAB file.
|
DefaultMitabStreamSource |
Generic class for Mitab streaming datasource.
|
LightMitabBinarySource |
A mitab datasource that loads very basic binary interactions and ignore experimental details, source, confidence and experimental details.
|
LightMitabBinaryStreamSource |
A mitab datasource that loads very basic binary interactions and ignore experimental details, source, confidence and experimental details
It only provides an iterator of binary interactions
|
LightMitabSource |
A mitab datasource that loads very basic interactions and ignore experimental details, source, confidence and experimental details
It will load the full interaction set.
|
LightMitabStreamSource |
A mitab datasource that loads very basic interactions and ignore experimental details, source, confidence and experimental details
It will only provide an iterator of interactions.
|
MitabBinaryEvidenceSource |
A mitab datasource that loads interaction evidences (full experimental details).
|
MitabBinaryEvidenceStreamSource |
A mitab datasource that loads interaction evidences (full experimental details)
It only provides an iterator of the interactions
|
MitabEvidenceSource |
A mitab datasource that loads interaction evidences (full experimental details)
It will load the full interaction dataset
|
MitabEvidenceStreamSource |
A mitab datasource that loads interaction evidences (full experimental details)
It only provides an iterator of the interactions
|
MitabModelledBinarySource |
A mitab datasource that loads modelled binary interactions and ignore experimental details.
|
MitabModelledBinaryStreamSource |
A mitab datasource that loads modelled binary interactions and ignore experimental details.
|
MitabModelledSource |
A mitab datasource that loads modelled interactions and ignore experimental details
It will load the full interaction dataset.
|
MitabModelledStreamSource |
A mitab datasource that loads modelled interactions and ignore experimental details
It only provides an iterator of modelled interactions
|