56f3770393edc4d8ed1db487eed3e05a761940e7
[proteocache.git] / datadb / compbio / cassandra / JpredParser.java
1 package compbio.cassandra;
2
3 public interface JpredParser {
4
5         /*
6          * Defines a source file with metainformation of Jpred Jobs
7          **/
8         void setSource (String newsourceprefix);
9         
10         /*
11          * Makes real parsing of the source file
12          **/
13         void Parsing(String source, int nDays);
14 }