Uses of Interface
psidev.psi.mi.jami.enricher.ModelledInteractionEnricher
-
Packages that use ModelledInteractionEnricher Package Description psidev.psi.mi.jami.enricher psidev.psi.mi.jami.enricher.impl.full psidev.psi.mi.jami.enricher.impl.minimal -
-
Uses of ModelledInteractionEnricher in psidev.psi.mi.jami.enricher
Subinterfaces of ModelledInteractionEnricher in psidev.psi.mi.jami.enricher Modifier and Type Interface Description interface
ComplexEnricher
The enricher for Interactions which can enrich a single interaction or a collection. -
Uses of ModelledInteractionEnricher in psidev.psi.mi.jami.enricher.impl.full
Classes in psidev.psi.mi.jami.enricher.impl.full that implement ModelledInteractionEnricher Modifier and Type Class Description class
FullComplexEnricher
Full enricher for complexesclass
FullComplexUpdater
Full enricher for complexesclass
FullModelledInteractionEnricher<I extends ModelledInteraction>
Full enricher for ModelledInteractionclass
FullModelledInteractionUpdater<I extends ModelledInteraction>
Full updater of a modelled interaction -
Uses of ModelledInteractionEnricher in psidev.psi.mi.jami.enricher.impl.minimal
Classes in psidev.psi.mi.jami.enricher.impl.minimal that implement ModelledInteractionEnricher Modifier and Type Class Description class
MinimalComplexEnricher
Minimal enricher for complexesclass
MinimalComplexUpdater
Minimal updater for complexesclass
MinimalModelledInteractionEnricher<I extends ModelledInteraction>
Minimal enricher for modelled interactionsclass
MinimalModelledInteractionUpdater<I extends ModelledInteraction>
Minimal updater for modelled interaction
-