Uses of Interface
psidev.psi.mi.jami.enricher.FeatureEnricher
-
-
Uses of FeatureEnricher in psidev.psi.mi.jami.enricher
Subinterfaces of FeatureEnricher in psidev.psi.mi.jami.enricher Modifier and Type Interface Description interface
ProteinListeningFeatureEnricher<F extends Feature>
An extension to the feature enricher, the protein listening form also updates ranges.Methods in psidev.psi.mi.jami.enricher that return FeatureEnricher Modifier and Type Method Description FeatureEnricher<F>
EntityEnricher. getFeatureEnricher()
The current enricher used for features.Methods in psidev.psi.mi.jami.enricher with parameters of type FeatureEnricher Modifier and Type Method Description void
EntityEnricher. setFeatureEnricher(FeatureEnricher<F> enricher)
setFeatureEnricher. -
Uses of FeatureEnricher in psidev.psi.mi.jami.enricher.impl
Methods in psidev.psi.mi.jami.enricher.impl that return FeatureEnricher Modifier and Type Method Description FeatureEnricher
CompositeEntityEnricher. getFeatureEnricher()
getFeatureEnricher.FeatureEnricher
CompositeModelledParticipantEnricher. getFeatureEnricher()
getFeatureEnricher.FeatureEnricher
CompositeParticipantEnricher. getFeatureEnricher()
getFeatureEnricher.FeatureEnricher
CompositeParticipantEvidenceEnricher. getFeatureEnricher()
getFeatureEnricher.Methods in psidev.psi.mi.jami.enricher.impl with parameters of type FeatureEnricher Modifier and Type Method Description void
CompositeEntityEnricher. setFeatureEnricher(FeatureEnricher<Feature> enricher)
setFeatureEnricher.void
CompositeModelledParticipantEnricher. setFeatureEnricher(FeatureEnricher<ModelledFeature> enricher)
setFeatureEnricher.void
CompositeParticipantEnricher. setFeatureEnricher(FeatureEnricher<Feature> enricher)
setFeatureEnricher.void
CompositeParticipantEvidenceEnricher. setFeatureEnricher(FeatureEnricher<FeatureEvidence> enricher)
setFeatureEnricher. -
Uses of FeatureEnricher in psidev.psi.mi.jami.enricher.impl.full
Classes in psidev.psi.mi.jami.enricher.impl.full that implement FeatureEnricher Modifier and Type Class Description class
FullFeatureEnricher<F extends Feature>
Provides full enrichment of feature.class
FullFeatureEvidenceEnricher
Provides full enrichment of feature evidence.class
FullFeatureEvidenceUpdater
Provides full update of feature evidence.class
FullFeatureUpdater<F extends Feature>
Provides full updater of feature.Methods in psidev.psi.mi.jami.enricher.impl.full that return FeatureEnricher Modifier and Type Method Description FeatureEnricher<FeatureEvidence>
FullParticipantEvidenceUpdater. getFeatureEnricher()
The current enricher used for features.Methods in psidev.psi.mi.jami.enricher.impl.full with parameters of type FeatureEnricher Modifier and Type Method Description void
FullParticipantEvidenceUpdater. setFeatureEnricher(FeatureEnricher<FeatureEvidence> featureEnricher)
setFeatureEnricher. -
Uses of FeatureEnricher in psidev.psi.mi.jami.enricher.impl.minimal
Classes in psidev.psi.mi.jami.enricher.impl.minimal that implement FeatureEnricher Modifier and Type Class Description class
MinimalFeatureEnricher<F extends Feature>
Provides minimal enrichment of feature.class
MinimalFeatureEvidenceEnricher
Provides minimal enrichment of feature evidence.class
MinimalFeatureEvidenceUpdater
Provides minimal update of feature evidence.class
MinimalFeatureUpdater<F extends Feature>
Provides minimal update of feature.Methods in psidev.psi.mi.jami.enricher.impl.minimal that return FeatureEnricher Modifier and Type Method Description FeatureEnricher<F>
MinimalEntityEnricher. getFeatureEnricher()
The current enricher used for features.FeatureEnricher<FeatureEvidence>
MinimalParticipantEvidenceUpdater. getFeatureEnricher()
The current enricher used for features.Methods in psidev.psi.mi.jami.enricher.impl.minimal with parameters of type FeatureEnricher Modifier and Type Method Description void
MinimalEntityEnricher. setFeatureEnricher(FeatureEnricher<F> featureEnricher)
setFeatureEnricher.void
MinimalParticipantEvidenceUpdater. setFeatureEnricher(FeatureEnricher<FeatureEvidence> featureEnricher)
setFeatureEnricher. -
Uses of FeatureEnricher in psidev.psi.mi.jami.enricher.util
Methods in psidev.psi.mi.jami.enricher.util with parameters of type FeatureEnricher Modifier and Type Method Description static <F extends Feature>
voidEnricherUtils. mergeFeatures(Entity termToEnrich, Collection<F> toEnrichFeatures, Collection<F> fetchedFeatures, boolean remove, EntityChangeListener entityListener, FeatureEnricher<F> featureEnricher)
mergeFeatures.
-