finished report log
[proteocache.git] / datadb / compbio / cassandra / CassandraReader.java
1 package compbio.cassandra;
2
3 import com.datastax.driver.core.Session;
4
5 public interface CassandraReader {
6
7         /*
8          * Defines a source file with metainformation of Jpred Jobs
9          **/
10         void setSession (Session s);
11         
12         /*
13          * Makes real parsing of the source file
14          **/
15         /*void getResults();*/
16 }