Uses of Interface
psidev.psi.mi.jami.enricher.ParticipantEvidenceEnricher
-
Packages that use ParticipantEvidenceEnricher Package Description psidev.psi.mi.jami.enricher psidev.psi.mi.jami.enricher.impl.full psidev.psi.mi.jami.enricher.impl.minimal -
-
Uses of ParticipantEvidenceEnricher in psidev.psi.mi.jami.enricher
Subinterfaces of ParticipantEvidenceEnricher in psidev.psi.mi.jami.enricher Modifier and Type Interface Description interface
ExperimentalParticipantPoolEnricher
The Participant pool enricher is an enricher which can enrich either single Participant pool or a collection. -
Uses of ParticipantEvidenceEnricher in psidev.psi.mi.jami.enricher.impl.full
Classes in psidev.psi.mi.jami.enricher.impl.full that implement ParticipantEvidenceEnricher Modifier and Type Class Description class
FullExperimentalParticipantPoolEnricher
The participant pool enricher is an enricher which can enrich either single participant or a collection.class
FullExperimentalParticipantPoolUpdater
The participant pool enricher is an enricher which can enrich either single participant or a collection.class
FullParticipantEvidenceEnricher<P extends ParticipantEvidence>
Created with IntelliJ IDEA.class
FullParticipantEvidenceUpdater<P extends ParticipantEvidence>
Created with IntelliJ IDEA. -
Uses of ParticipantEvidenceEnricher in psidev.psi.mi.jami.enricher.impl.minimal
Classes in psidev.psi.mi.jami.enricher.impl.minimal that implement ParticipantEvidenceEnricher Modifier and Type Class Description class
MinimalExperimentalParticipantPoolEnricher
The participant pool enricher is an enricher which can enrich either single participant or a collection.class
MinimalExperimentalParticipantPoolUpdater
The participant pool enricher is an enricher which can enrich either single participant or a collection.class
MinimalParticipantEvidenceEnricher<P extends ParticipantEvidence>
Created with IntelliJ IDEA.class
MinimalParticipantEvidenceUpdater<P extends ParticipantEvidence>
Created with IntelliJ IDEA.
-