|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreadResults | |
---|---|
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 ThreadResults in org.strbio.mol |
---|
Methods in org.strbio.mol that return ThreadResults | |
---|---|
ThreadResults[] |
ProteinSet.thread(Printf outfile)
Thread, using the default method. |
ThreadResults |
Protein.thread(Printf outfile)
Thread, using the default method. |
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 ThreadResults in org.strbio.mol.lib |
---|
Methods in org.strbio.mol.lib that return ThreadResults | |
---|---|
ThreadResults |
JMCThreadMethod2.thread(Protein p,
Printf outfile)
Thread a given protein, returning a ThreadResults object. |
ThreadResults |
JMCThreadMethod.thread(Protein p,
Printf outfile)
Thread a given protein, returning a ThreadResults object. |
ThreadResults |
ThreadMethod.thread(Protein p,
Printf outfile)
Thread a given protein, returning a ThreadResults object. |
ThreadResults[] |
JMCThreadMethod2.thread(ProteinSet ps,
Printf outfile)
Thread a given protein set, returning an array of ThreadResults objects. |
ThreadResults[] |
JMCThreadMethod.thread(ProteinSet ps,
Printf outfile)
Thread a given protein set, returning an array of ThreadResults objects. |
ThreadResults[] |
ThreadMethod.thread(ProteinSet ps,
Printf outfile)
Thread a given protein set, returning an array of ThreadResults objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |