Class DefaultAllostery<T extends AllostericEffector>

  • All Implemented Interfaces:
    Allostery<T>, CooperativeEffect

    public class DefaultAllostery<T extends AllostericEffector>
    extends DefaultCooperativeEffect
    implements Allostery<T>
    Default implementation for Allostery Notes: The equals and hashcode methods have NOT been overridden because the Allostery object is a complex object. To compare Allostery objects, you can use some comparators provided by default: - DefaultAllosteryComparator - UnambiguousAllosteryComparator - AllosteryComparator
    Since:
    23/05/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)