00001 package edu.rice.cs.hpc.data.experiment; 00002 00003 import edu.rice.cs.hpc.data.experiment.xml.ExperimentFileXML; 00004 00005 public interface IDatabaseRepresentation 00006 { 00007 public ExperimentFileXML getXMLFile(); 00008 public void open() throws Exception; 00009 00010 }