Uses of Class
psidev.psi.mi.jami.enricher.impl.AbstractMIEnricher
-
Packages that use AbstractMIEnricher Package Description psidev.psi.mi.jami.enricher.impl psidev.psi.mi.jami.enricher.impl.full psidev.psi.mi.jami.enricher.impl.minimal psidev.psi.mi.jami.imex -
-
Uses of AbstractMIEnricher in psidev.psi.mi.jami.enricher.impl
Subclasses of AbstractMIEnricher in psidev.psi.mi.jami.enricher.impl Modifier and Type Class Description class
AbstractInteractorEnricher<T extends Interactor>
Abstract class for enricher of interactors Minimal enrichment: - enrich fullname of an interactor.class
AbstractInteractorUpdater<T extends Interactor>
Abstract class for updater of interactors Minimal update: - enrich shortname of an interactor. -
Uses of AbstractMIEnricher in psidev.psi.mi.jami.enricher.impl.full
Subclasses of AbstractMIEnricher in psidev.psi.mi.jami.enricher.impl.full Modifier and Type Class Description class
FullBioactiveEntityEnricher
A full enricher for bioactive entities.class
FullBioactiveEntityUpdater
A full updater for bioactive entities.class
FullCuratedPublicationEnricher
Provides full enrichment of curated Publication.class
FullCuratedPublicationUpdater
Provides full update of Publication.class
FullCvTermEnricher<C extends CvTerm>
Provides full enrichment of cv term.class
FullCvTermUpdater<C extends CvTerm>
Provides full update of cv term.class
FullExperimentEnricher
Provides full enrichment of experiment.class
FullExperimentUpdater
Provides full update of experiment.class
FullGeneEnricher
A full enricher for genes.class
FullGeneUpdater
A full updater for genes.class
FullInteractorBaseEnricher<T extends Interactor>
Full interactor enricherclass
FullInteractorBaseUpdater<T extends Interactor>
Full updater of interactorclass
FullInteractorPoolEnricher
A full enricher for interactor pools.class
FullInteractorPoolUpdater
A full updater for interactor pools.class
FullOntologyTermEnricher
Provides full enrichment of ontologYTerm.class
FullOntologyTermUpdater
Provides full update of ontologYTerm.class
FullOrganismEnricher
Provides full enrichment of a Organism.class
FullOrganismUpdater
Provides full update of a Organism.class
FullPolymerEnricher<T extends Polymer>
Full polymer enricher.class
FullPolymerUpdater<T extends Polymer>
Full updater of polymer - update all properties of interactor as described in FullInteractorBaseUpdater - update sequence of polymer.class
FullProteinEnricher
Full enricher of proteins.class
FullProteinUpdater
Full updater of proteins.class
FullPublicationEnricher
Provides full enrichment of Publication.class
FullPublicationUpdater
Provides full update of Publication.class
FullSourceEnricher
Provides full enrichment of a Source.class
FullSourceUpdater
Provides full update of a Source. -
Uses of AbstractMIEnricher in psidev.psi.mi.jami.enricher.impl.minimal
Subclasses of AbstractMIEnricher in psidev.psi.mi.jami.enricher.impl.minimal Modifier and Type Class Description class
MinimalBioactiveEntityEnricher
A basic minimal enricher for bioactive entities.class
MinimalBioactiveEntityUpdater
A basic minimal updater for bioactive entities.class
MinimalCuratedPublicationEnricher
Provides minimal enrichment of curatedPublication.class
MinimalCuratedPublicationUpdater
Provides minimal update of curated Publication.class
MinimalCvTermEnricher<C extends CvTerm>
Provides minimal enrichment of cv term.class
MinimalCvTermUpdater<C extends CvTerm>
Provides minimal update of cv term.class
MinimalExperimentEnricher
Provides minimal enrichment of experiment.class
MinimalExperimentUpdater
Provides minimal update of experiment.class
MinimalGeneEnricher
A basic minimal enricher for genes.class
MinimalGeneUpdater
A basic minimal updater for genes.class
MinimalInteractorBaseEnricher<T extends Interactor>
A basic minimal enricher for interactors.class
MinimalInteractorBaseUpdater<T extends Interactor>
A basic minimal updater for interactors.class
MinimalOntologyTermEnricher
Provides minimal enrichment of ontologYTerm.class
MinimalOntologyTermUpdater
Provides minimal update of ontologYTerm.class
MinimalOrganismEnricher
Provides minimum enrichment of a Organism.class
MinimalOrganismUpdater
Provides minimum update of a Organism.class
MinimalProteinEnricher
Enriches a protein to the minimum level.class
MinimalProteinUpdater
Updates a protein to the minimum level.class
MinimalPublicationEnricher
Provides minimal enrichment of Publication.class
MinimalPublicationUpdater
Provides minimal update of Publication.class
MinimalSourceEnricher
Provides minimum enrichment of a Source.class
MinimalSourceUpdater
Provides minimum update of a Source. -
Uses of AbstractMIEnricher in psidev.psi.mi.jami.imex
Subclasses of AbstractMIEnricher in psidev.psi.mi.jami.imex Modifier and Type Class Description class
ImexExperimentUpdater
This enricher will update an experiment attached to a publication having an IMEx idclass
ImexPublicationAssigner
This enricher will update a publication having IMEx id and synchronize it with IMEx centralclass
ImexPublicationRegister
This enricher will update a publication having IMEx id and synchronize it with IMEx centralclass
ImexPublicationUpdater
This enricher will update a publication having IMEx id and synchronize it with IMEx central
-