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

Packages that use ThreadMethod
org.strbio.app These classes are stand-alone applications. 
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 ThreadMethod in org.strbio.app
 

Fields in org.strbio.app declared as ThreadMethod
static ThreadMethod JThreadServer.method
           
 

Uses of ThreadMethod in org.strbio.mol
 

Methods in org.strbio.mol with parameters of type ThreadMethod
 ThreadResults[] ProteinSet.thread(Printf outfile, ThreadMethod method)
          Thread the proteins, using a specified threading method.
 ThreadResults Protein.thread(Printf outfile, ThreadMethod method)
          Thread the protein, using a specified threading method.
 

Uses of ThreadMethod in org.strbio.mol.lib
 

Classes in org.strbio.mol.lib that implement ThreadMethod
 class JMCThreadMethod
          JMC's global threading method.
 class JMCThreadMethod2
          JMC's global threading method, based on a combination of methods.