Class MinimalInteractorBaseUpdater<T extends Interactor>

  • All Implemented Interfaces:
    InteractorEnricher<T>, MIEnricher<T>

    public class MinimalInteractorBaseUpdater<T extends Interactor>
    extends AbstractInteractorUpdater<T>
    A basic minimal updater for interactors. See description of minimal enrichment in AbstractInteractorUpdater
    Since:
    01/10/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Constructor Detail

      • MinimalInteractorBaseUpdater

        public MinimalInteractorBaseUpdater()

        Constructor for MinimalInteractorBaseUpdater.

      • MinimalInteractorBaseUpdater

        public MinimalInteractorBaseUpdater​(InteractorFetcher<T> fetcher)

        Constructor for MinimalInteractorBaseUpdater.

        Parameters:
        fetcher - a InteractorFetcher object.