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 interface
ExperimentalParticipantPoolEnricher
The Participant pool enricher is an enricher which can enrich either single Participant pool or a collection.interface
ParticipantEnricher<P extends Participant,F extends Feature>
Sub enrichers: Protein, CvTerm, Feature, Bioactive3Entityinterface
ParticipantEvidenceEnricher<T extends ParticipantEvidence>
The Participant pool enricher is an enricher which can enrich either single Participant pool or a collection.interface
ParticipantPoolEnricher<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 class
CompositeEntityEnricher
General enricher for entities and participants candidates that can use sub enrichers for enriching specific interactorsclass
CompositeModelledParticipantEnricher
General enricher for entities and participants that can use sub enrichers for enriching specific interactorsclass
CompositeParticipantEnricher
General enricher for entities and participants that can use sub enrichers for enriching specific interactorsclass
CompositeParticipantEvidenceEnricher
General 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 void
CompositeEntityEnricher. setExperimentalEntityEnricher(EntityEnricher<ExperimentalEntity,FeatureEvidence> experimentalEntityEnricher)
Setter for the fieldexperimentalEntityEnricher
.void
CompositeEntityEnricher. 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 class
FullEntityEnricher<P extends Entity,F extends Feature>
The participant enricher is an enricher which can enrich either single participant or a collection.class
FullEntityUpdater<P extends Entity,F extends Feature>
The participant enricher is an enricher which can enrich either single participant or a collection.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
FullParticipantEnricher<P extends Participant,F extends Feature>
The participant 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.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.class
FullParticipantUpdater<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 class
MinimalEntityEnricher<P extends Entity,F extends Feature>
The entity enricher is an enricher which can enrich either single participant or a collection.class
MinimalEntityUpdater<P extends Entity,F extends Feature>
The participant enricher is an enricher which can enrich either single participant or a collection.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
MinimalParticipantEnricher<P extends Participant,F extends Feature>
The participant 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.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.class
MinimalParticipantUpdater<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.
-