org.strbio.mol.lib
Interface ScoreSetup

All Known Implementing Classes:
ScoreAlphaTau, ScoreAveragePSIBlast, ScoreAverageReversePSIBlast, ScorePhiPsi, ScorePSIBlast, ScoreReversePSIBlast

public interface ScoreSetup

Interface for scoring functions that need to be set up before being used on a given polymer. This might be caused by large memory overhead.

Version:
1.0, 3/31/98
Author:
JMC
See Also:
ScoreList, ScoreFunction

Method Summary
 void finished(Polymer p)
          This function is called when you are done using the function on a polymer.
 void setup(Polymer p)
          This function is to set up the scoring function for use on a polymer.
 

Method Detail

setup

void setup(Polymer p)
This function is to set up the scoring function for use on a polymer.


finished

void finished(Polymer p)
This function is called when you are done using the function on a polymer.