IFilteredData.java

Go to the documentation of this file.
00001 package edu.rice.cs.hpc.data.experiment.extdata;
00002 
00003 public interface IFilteredData extends IBaseData{
00004 
00005     //filter() shouldn't be public but by specifying it here, we would force it to be.
00006     //void filter();
00007     public void setFilter(FilterSet filter) ;
00008     public FilterSet getFilter() ;
00009     public boolean isGoodFilter();
00010 
00011     
00012 }

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1