Uses of Interface
psidev.psi.mi.jami.enricher.EntityEnricher
-
-
Uses of EntityEnricher in psidev.psi.mi.jami.enricher
Subinterfaces of EntityEnricher 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.interfaceParticipantEnricher<P extends Participant,F extends Feature>Sub enrichers: Protein, CvTerm, Feature, Bioactive3EntityinterfaceParticipantEvidenceEnricher<T extends ParticipantEvidence>The Participant pool enricher is an enricher which can enrich either single Participant pool or a collection.interfaceParticipantPoolEnricher<P extends ParticipantPool,F extends Feature>Sub enrichers: Protein, CvTerm, Feature, Bioactive3Entity -
Uses of EntityEnricher in psidev.psi.mi.jami.enricher.impl
Classes in psidev.psi.mi.jami.enricher.impl that implement EntityEnricher Modifier and Type Class Description classCompositeEntityEnricherGeneral enricher for entities and participants candidates that can use sub enrichers for enriching specific interactorsclassCompositeModelledParticipantEnricherGeneral enricher for entities and participants that can use sub enrichers for enriching specific interactorsclassCompositeParticipantEnricherGeneral enricher for entities and participants that can use sub enrichers for enriching specific interactorsclassCompositeParticipantEvidenceEnricherGeneral enricher for entities and participants that can use sub enrichers for enriching specific interactorsMethods in psidev.psi.mi.jami.enricher.impl that return EntityEnricher Modifier and Type Method Description EntityEnricher<Entity,Feature>CompositeEntityEnricher. getEntityBaseEnricher()Getter for the fieldentityBaseEnricher.EntityEnricher<ExperimentalEntity,FeatureEvidence>CompositeEntityEnricher. getExperimentalEntityEnricher()Getter for the fieldexperimentalEntityEnricher.EntityEnricher<ModelledEntity,ModelledFeature>CompositeEntityEnricher. getModelledEntityEnricher()Getter for the fieldmodelledEntityEnricher.Methods in psidev.psi.mi.jami.enricher.impl with parameters of type EntityEnricher Modifier and Type Method Description voidCompositeEntityEnricher. setExperimentalEntityEnricher(EntityEnricher<ExperimentalEntity,FeatureEvidence> experimentalEntityEnricher)Setter for the fieldexperimentalEntityEnricher.voidCompositeEntityEnricher. setModelledEntityEnricher(EntityEnricher<ModelledEntity,ModelledFeature> modelledEntityEnricher)Setter for the fieldmodelledEntityEnricher.Constructors in psidev.psi.mi.jami.enricher.impl with parameters of type EntityEnricher Constructor Description CompositeEntityEnricher(EntityEnricher<Entity,Feature> entityBaseEnricher)Constructor for CompositeEntityEnricher. -
Uses of EntityEnricher in psidev.psi.mi.jami.enricher.impl.full
Classes in psidev.psi.mi.jami.enricher.impl.full that implement EntityEnricher Modifier and Type Class Description classFullEntityEnricher<P extends Entity,F extends Feature>The participant enricher is an enricher which can enrich either single participant or a collection.classFullEntityUpdater<P extends Entity,F extends Feature>The participant enricher is an enricher which can enrich either single participant or a collection.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.classFullParticipantEnricher<P extends Participant,F extends Feature>The participant enricher is an enricher which can enrich either single participant or a collection.classFullParticipantEvidenceEnricher<P extends ParticipantEvidence>Created with IntelliJ IDEA.classFullParticipantEvidenceUpdater<P extends ParticipantEvidence>Created with IntelliJ IDEA.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.classFullParticipantUpdater<P extends Participant,F extends Feature>The participant enricher is an enricher which can enrich either single participant or a collection. -
Uses of EntityEnricher in psidev.psi.mi.jami.enricher.impl.minimal
Classes in psidev.psi.mi.jami.enricher.impl.minimal that implement EntityEnricher Modifier and Type Class Description classMinimalEntityEnricher<P extends Entity,F extends Feature>The entity enricher is an enricher which can enrich either single participant or a collection.classMinimalEntityUpdater<P extends Entity,F extends Feature>The participant enricher is an enricher which can enrich either single participant or a collection.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.classMinimalParticipantEnricher<P extends Participant,F extends Feature>The participant enricher is an enricher which can enrich either single participant or a collection.classMinimalParticipantEvidenceEnricher<P extends ParticipantEvidence>Created with IntelliJ IDEA.classMinimalParticipantEvidenceUpdater<P extends ParticipantEvidence>Created with IntelliJ IDEA.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.classMinimalParticipantUpdater<P extends Participant,F extends Feature>The participant enricher is an enricher which can enrich either single participant or a collection. -
Uses of EntityEnricher in psidev.psi.mi.jami.enricher.util
Methods in psidev.psi.mi.jami.enricher.util with parameters of type EntityEnricher Modifier and Type Method Description static <P extends ParticipantCandidate>
voidEnricherUtils. mergeParticipantCandidates(ParticipantPool termToEnrich, Collection<P> toEnrichParticipants, Collection<P> fetchedParticipants, boolean remove, ParticipantPoolChangeListener poolListener, EntityEnricher participantEnricher)mergeParticipantCandidates.
-