| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| ExNihiloSource |
|
| 0.0;0 |
| 1 | // BSD License (http://www.galagosearch.org/license) | |
| 2 | package org.galagosearch.tupleflow; | |
| 3 | ||
| 4 | import java.io.IOException; | |
| 5 | ||
| 6 | /** | |
| 7 | * | |
| 8 | * @author trevor | |
| 9 | */ | |
| 10 | public interface ExNihiloSource<T> extends Source<T> { | |
| 11 | public void run() throws IOException; | |
| 12 | } |