Uses of Interface
org.strbio.mol.lib.SSPredictor

Packages that use SSPredictor
org.strbio.mol These classes represent objects or concepts useful to structural biologists. 
org.strbio.mol.lib These classes represent conceptual objects used in structural biology algorithms. 
 

Uses of SSPredictor in org.strbio.mol
 

Methods in org.strbio.mol with parameters of type SSPredictor
 void ProteinSet.predictSS(Printf outfile, SSPredictor method)
          Predict the secondary structure of these proteins, using a specified prediction method.
 void Protein.predictSS(Printf outfile, SSPredictor method)
          Predict the secondary structure of this protein, using a specified prediction method.
 

Uses of SSPredictor in org.strbio.mol.lib
 

Classes in org.strbio.mol.lib that implement SSPredictor
 class Pred2ary
          Predicts secondary structure using JMC's Pred2ary program.