package eu.dnetlib.dlms.jdbc.server;

/**
 * This interface defines methods common to all representation of a Context. TODO: define what is a context for Doroty
 * and what info a context needs to mantain.
 * 
 * @author lexis
 */
public interface ContextInterface {

}
