Class FullPolymerUpdater<T extends Polymer>

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

    public class FullPolymerUpdater<T extends Polymer>
    extends FullInteractorBaseUpdater<T>
    Full updater of polymer - update all properties of interactor as described in FullInteractorBaseUpdater - update sequence of polymer. If the sequence of the polymer to enrich is different from the one of the fetched polymer, it will enrich it with the sequence of the fetched polymer
    Since:
    30/01/14
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Constructor Detail

      • FullPolymerUpdater

        public FullPolymerUpdater()

        Constructor for FullPolymerUpdater.