org.strbio.mol.lib
Interface ThreadMethod

All Known Implementing Classes:
JMCThreadMethod, JMCThreadMethod2

public interface ThreadMethod

A method that does threading.

Version:
1.0, 7/9/99
Author:
JMC

Method Summary
 ThreadResults thread(Protein p, Printf outfile)
          Thread a given protein, returning a ThreadResults object.
 ThreadResults[] thread(ProteinSet ps, Printf outfile)
          Thread a given protein set, returning an array of ThreadResults objects.
 

Method Detail

thread

ThreadResults thread(Protein p,
                     Printf outfile)
                     throws java.io.IOException
Thread a given protein, returning a ThreadResults object.

Throws:
java.io.IOException

thread

ThreadResults[] thread(ProteinSet ps,
                       Printf outfile)
                       throws java.io.IOException
Thread a given protein set, returning an array of ThreadResults objects.

Throws:
java.io.IOException