/*
 * IMutableStore.java
 *
 * Created on May 11, 2003, 6:51 PM
 */

package hep.aida.dev;

/**
 * Interface to an IOnDemandStore that can change with time.
 *
 * @author  serbo
 */
public interface IMutableStore extends IOnDemandStore {
    
}
