package edu.vt.marian.common;

import java.io.*;
import java.net.*;
import java.util.*;


/**
 *	The documents in MARIAN are all both Presentable and Analyzable Digital 
 *		Information Objects.
 *
 *	@author	Robert France.
 */
public interface Document extends PresentableDigInfObj, AnalyzableDigInfObj
{
}
