Clover icon

Coverage Report

  1. Project Clover database Thu Dec 4 2025 16:11:35 GMT
  2. Package jalview.ws2.actions.secstructpred

File SecStructPredProvider.java

 

Code metrics

0
0
0
1
14
10
0
-
-
0
-

Classes

Class Line # Actions
SecStructPredProvider 9 0 0
-1.0 -
 

Contributing tests

No tests hitting this source file were found.

Source view

1    package jalview.ws2.actions.secstructpred;
2   
3    import java.io.IOException;
4   
5    import jalview.io.AlignFile;
6    import jalview.io.JPredFile;
7    import jalview.ws2.api.WebServiceJobHandle;
8   
 
9    public interface SecStructPredProvider
10    {
11    public AlignFile getAlignmentFile(WebServiceJobHandle job) throws IOException;
12   
13    public JPredFile getPredictionFile(WebServiceJobHandle job) throws IOException;
14    }