Uses of Class
psidev.psi.mi.jami.enricher.impl.minimal.MinimalInteractionUpdater
-
Packages that use MinimalInteractionUpdater Package Description psidev.psi.mi.jami.enricher.impl.full psidev.psi.mi.jami.enricher.impl.minimal -
-
Uses of MinimalInteractionUpdater in psidev.psi.mi.jami.enricher.impl.full
Methods in psidev.psi.mi.jami.enricher.impl.full that return MinimalInteractionUpdater Modifier and Type Method Description protected MinimalInteractionUpdater<I>
FullInteractionUpdater. getDelegate()
Getter for the fielddelegate
.Constructors in psidev.psi.mi.jami.enricher.impl.full with parameters of type MinimalInteractionUpdater Constructor Description FullInteractionUpdater(MinimalInteractionUpdater<I> delegate)
Constructor for FullInteractionUpdater. -
Uses of MinimalInteractionUpdater in psidev.psi.mi.jami.enricher.impl.minimal
Methods in psidev.psi.mi.jami.enricher.impl.minimal that return MinimalInteractionUpdater Modifier and Type Method Description MinimalInteractionUpdater<InteractionEvidence>
MinimalInteractionEvidenceUpdater. getDelegate()
Getter for the fielddelegate
.protected MinimalInteractionUpdater<I>
MinimalModelledInteractionUpdater. getDelegate()
Getter for the fielddelegate
.Constructors in psidev.psi.mi.jami.enricher.impl.minimal with parameters of type MinimalInteractionUpdater Constructor Description MinimalInteractionEvidenceUpdater(MinimalInteractionUpdater<InteractionEvidence> delegate)
Constructor for MinimalInteractionEvidenceUpdater.MinimalModelledInteractionUpdater(MinimalInteractionUpdater<I> delegate)
Constructor for MinimalModelledInteractionUpdater.
-