IDatabaseRepresentation.java

Go to the documentation of this file.
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 }

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1