Delete stale class from previous rethink of the traversal engine.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@828 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2009-05-27 13:52:03 +00:00
parent 6fab1a64fa
commit 864a1e81e3
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
package org.broadinstitute.sting.gatk.executive;
import org.broadinstitute.sting.utils.GenomeLoc;
import java.util.List;
/**
* Created by IntelliJ IDEA.
* User: mdepristo
* Date: Mar 27, 2009
* Time: 10:00:05 AM
* To change this template use File | Settings | File Templates.
*/
public interface TraversalEngineExecutive<ReduceType> {
public ReduceType processIntervals(List<GenomeLoc> locations);
}