X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=datadb%2Fcompbio%2Fcassandra%2FJpredParser.java;fp=datadb%2Fcompbio%2Fcassandra%2FJpredParser.java;h=56f3770393edc4d8ed1db487eed3e05a761940e7;hb=6a81b75c020845f9bb94c307a66347e4362da85f;hp=0000000000000000000000000000000000000000;hpb=764f0d166bb7651490cbd5181063b6dd00042b07;p=proteocache.git diff --git a/datadb/compbio/cassandra/JpredParser.java b/datadb/compbio/cassandra/JpredParser.java new file mode 100644 index 0000000..56f3770 --- /dev/null +++ b/datadb/compbio/cassandra/JpredParser.java @@ -0,0 +1,14 @@ +package compbio.cassandra; + +public interface JpredParser { + + /* + * Defines a source file with metainformation of Jpred Jobs + **/ + void setSource (String newsourceprefix); + + /* + * Makes real parsing of the source file + **/ + void Parsing(String source, int nDays); +}