// CentralAll.java
//
//    senger@ebi.ac.uk
//    September 2004
//

package org.biomoby.shared;

/**
 * A common interface to the classical features of a MobyRegistry (as
 * expressed in {@link Central}) and to the cumulated (digested)
 * contents of the Moby Registry (as expressed in {@link
 * CentralDigest}). <p>
 *
 * @author <A HREF="mailto:senger@ebi.ac.uk">Martin Senger</A>
 * @version $Id: CentralAll.java,v 1.4 2006/07/07 04:12:40 gordonp Exp $
 */

public interface CentralAll
    extends Central, CentralDigest {
}
