Uses of Interface
psidev.psi.mi.jami.enricher.ParticipantPoolEnricher
-
Packages that use ParticipantPoolEnricher Package Description psidev.psi.mi.jami.enricher psidev.psi.mi.jami.enricher.impl psidev.psi.mi.jami.enricher.impl.full psidev.psi.mi.jami.enricher.impl.minimal -
-
Uses of ParticipantPoolEnricher in psidev.psi.mi.jami.enricher
Subinterfaces of ParticipantPoolEnricher 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 ParticipantPoolEnricher in psidev.psi.mi.jami.enricher.impl
Methods in psidev.psi.mi.jami.enricher.impl that return ParticipantPoolEnricher Modifier and Type Method Description ParticipantPoolEnricher<ParticipantPool,Feature>
CompositeParticipantEnricher. getPoolEnricher()
Getter for the fieldpoolEnricher
.ParticipantPoolEnricher<ModelledParticipantPool,ModelledFeature>
CompositeModelledParticipantEnricher. getPoolEntityEnricher()
Getter for the fieldpoolEntityEnricher
.Methods in psidev.psi.mi.jami.enricher.impl with parameters of type ParticipantPoolEnricher Modifier and Type Method Description void
CompositeParticipantEnricher. setPoolEnricher(ParticipantPoolEnricher<ParticipantPool,Feature> poolEnricher)
Setter for the fieldpoolEnricher
.void
CompositeModelledParticipantEnricher. setPoolEntityEnricher(ParticipantPoolEnricher<ModelledParticipantPool,ModelledFeature> poolEntityEnricher)
Setter for the fieldpoolEntityEnricher
. -
Uses of ParticipantPoolEnricher in psidev.psi.mi.jami.enricher.impl.full
Classes in psidev.psi.mi.jami.enricher.impl.full that implement ParticipantPoolEnricher 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
FullParticipantPoolEnricher<P extends ParticipantPool,F extends Feature>
The participant pool enricher is an enricher which can enrich either single participant or a collection.class
FullParticipantPoolUpdater<P extends ParticipantPool,F extends Feature>
The participant pool enricher is an enricher which can enrich either single participant or a collection. -
Uses of ParticipantPoolEnricher in psidev.psi.mi.jami.enricher.impl.minimal
Classes in psidev.psi.mi.jami.enricher.impl.minimal that implement ParticipantPoolEnricher 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
MinimalParticipantPoolEnricher<P extends ParticipantPool,F extends Feature>
The participant pool enricher is an enricher which can enrich either single participant or a collection.class
MinimalParticipantPoolUpdater<P extends ParticipantPool,F extends Feature>
The participant pool enricher is an enricher which can enrich either single participant or a collection.
-