|
'STRAP:multiple sequence alignments ' | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcharite.christo.interfaces.AbstractPredictionFromAminoacidSequence
public abstract class AbstractPredictionFromAminoacidSequence
| Field Summary | |
|---|---|
Container |
controlPanel
|
boolean |
disposed
|
char[][] |
prediction
|
int |
resultNumber
|
String[] |
sequences
|
| Constructor Summary | |
|---|---|
AbstractPredictionFromAminoacidSequence()
|
|
| Method Summary | |
|---|---|
void |
compute()
Computation is started and may take long time. |
abstract char[] |
compute(String sequ)
|
int |
countResults()
|
void |
dispose()
|
String |
findUrlInText(String txt)
|
Class |
getCacheClass()
The class name determins the directory on HD |
String |
getCacheKey()
Several values are stored in one and the same file on HD to avoid making too many files. |
String |
getCacheSection()
The class determines a parent directory to save the files. |
Container |
getControlPanel()
|
ByteArray |
getIndirectResult(String SERVER,
Object[][] postData)
|
char[][] |
getPrediction()
Returns a character for each sequence position. |
ByteArray |
getResult(String SERVER,
Object[][] postData)
|
int |
getResultNumber()
|
String |
getUrlOfResult()
|
void |
log(Object... oo)
|
String |
serverRoot()
|
void |
setGappedSequences(String[] ss)
set the sequences. |
void |
setResultNumber(int resNr)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int resultNumber
public String[] sequences
public char[][] prediction
public Container controlPanel
public boolean disposed
| Constructor Detail |
|---|
public AbstractPredictionFromAminoacidSequence()
| Method Detail |
|---|
public void setResultNumber(int resNr)
public int getResultNumber()
public int countResults()
public Container getControlPanel()
public void setGappedSequences(String[] ss)
PredictionFromAminoacidSequence
setGappedSequences in interface PredictionFromAminoacidSequencepublic void log(Object... oo)
public char[][] getPrediction()
PredictionFromAminoacidSequence
getPrediction in interface PredictionFromAminoacidSequencepublic String getCacheSection()
CacheResult.Cacheable
getCacheSection in interface CacheResult.Cacheablepublic String getCacheKey()
CacheResult.Cacheable
getCacheKey in interface CacheResult.Cacheablepublic Class getCacheClass()
CacheResult.Cacheable
getCacheClass in interface CacheResult.Cacheablepublic void dispose()
dispose in interface Disposablepublic void compute()
PredictionFromAminoacidSequence
compute in interface PredictionFromAminoacidSequencepublic abstract char[] compute(String sequ)
public ByteArray getResult(String SERVER,
Object[][] postData)
public String findUrlInText(String txt)
public String serverRoot()
public ByteArray getIndirectResult(String SERVER,
Object[][] postData)
public String getUrlOfResult()
|
'STRAP:multiple sequence alignments ' | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||