Uses of Class
psidev.psi.mi.jami.enricher.impl.full.FullInteractorBaseUpdater
-
Packages that use FullInteractorBaseUpdater Package Description psidev.psi.mi.jami.enricher.impl.full -
-
Uses of FullInteractorBaseUpdater in psidev.psi.mi.jami.enricher.impl.full
Subclasses of FullInteractorBaseUpdater in psidev.psi.mi.jami.enricher.impl.full Modifier and Type Class Description class
FullInteractorPoolUpdater
A full updater for interactor pools.class
FullPolymerUpdater<T extends Polymer>
Full updater of polymer - update all properties of interactor as described in FullInteractorBaseUpdater - update sequence of polymer.Methods in psidev.psi.mi.jami.enricher.impl.full that return FullInteractorBaseUpdater Modifier and Type Method Description protected FullInteractorBaseUpdater<Complex>
FullComplexUpdater. getInteractorEnricher()
Getter for the fieldinteractorEnricher
.Constructors in psidev.psi.mi.jami.enricher.impl.full with parameters of type FullInteractorBaseUpdater Constructor Description FullComplexUpdater(FullInteractorBaseUpdater<Complex> interactorEnricher)
Constructor for FullComplexUpdater.
-