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