Uses of Class
psidev.psi.mi.jami.model.impl.AbstractParticipant
-
Packages that use AbstractParticipant Package Description psidev.psi.mi.jami.crosslink.extension psidev.psi.mi.jami.model.impl psidev.psi.mi.jami.tab.extension -
-
Uses of AbstractParticipant in psidev.psi.mi.jami.crosslink.extension
Subclasses of AbstractParticipant in psidev.psi.mi.jami.crosslink.extension Modifier and Type Class Description class
CsvExperimentalParticipantPool
Crosslink CSV extension of ParticipantEvidencePool.class
CsvParticipantEvidence
Crosslink CSV extension of ParticipantEvidence. -
Uses of AbstractParticipant in psidev.psi.mi.jami.model.impl
Subclasses of AbstractParticipant in psidev.psi.mi.jami.model.impl Modifier and Type Class Description class
AbstractParticipantPool<I extends Interaction,F extends Feature,P extends ParticipantCandidate>
Abstract class for Participant poolclass
DefaultExperimentalParticipantPool
Default implementation of ExperimentalParticipantPoolclass
DefaultModelledParticipant
Default implementation for ModelledParticipant Notes: The equals and hashcode methods have NOT been overridden because the ModelledParticipant object is a complex object.class
DefaultModelledParticipantPool
Default implementation of ParticipantPoolclass
DefaultNamedModelledParticipant
Default implementation of Named modelled participantclass
DefaultNamedParticipant
Default implementation of named participant.class
DefaultNamedParticipantEvidence
Default implementation of named participant evidenceclass
DefaultParticipant
Default implementation for participant Notes: The equals and hashcode methods have NOT been overridden because the participant object is a complex object.class
DefaultParticipantEvidence
Default implementation for ParticipantEvidence Notes: The equals and hashcode methods have NOT been overridden because the ParticipantEvidence object is a complex object.class
DefaultParticipantPool
Default implementation of ParticipantPool -
Uses of AbstractParticipant in psidev.psi.mi.jami.tab.extension
Subclasses of AbstractParticipant in psidev.psi.mi.jami.tab.extension Modifier and Type Class Description class
MitabModelledParticipant
Mitab extension for ModelledParticipant It contains a FileSourceLocatorclass
MitabParticipant
Mitab extension for Participant.class
MitabParticipantEvidence
Mitab extension of ParticipantEvidence.
-