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 interfaceExperimentalParticipantPoolEnricherThe 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 voidCompositeParticipantEnricher. setPoolEnricher(ParticipantPoolEnricher<ParticipantPool,Feature> poolEnricher)Setter for the fieldpoolEnricher.voidCompositeModelledParticipantEnricher. 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 classFullExperimentalParticipantPoolEnricherThe participant pool enricher is an enricher which can enrich either single participant or a collection.classFullExperimentalParticipantPoolUpdaterThe participant pool enricher is an enricher which can enrich either single participant or a collection.classFullParticipantPoolEnricher<P extends ParticipantPool,F extends Feature>The participant pool enricher is an enricher which can enrich either single participant or a collection.classFullParticipantPoolUpdater<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 classMinimalExperimentalParticipantPoolEnricherThe participant pool enricher is an enricher which can enrich either single participant or a collection.classMinimalExperimentalParticipantPoolUpdaterThe participant pool enricher is an enricher which can enrich either single participant or a collection.classMinimalParticipantPoolEnricher<P extends ParticipantPool,F extends Feature>The participant pool enricher is an enricher which can enrich either single participant or a collection.classMinimalParticipantPoolUpdater<P extends ParticipantPool,F extends Feature>The participant pool enricher is an enricher which can enrich either single participant or a collection.
-