|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScoresCalculator
Implemented by all classes which calculate interaction scores between proteins based on experimental or other data.
Method Summary | |
---|---|
Set<Integer> |
getProteins()
Returns the set of proteins involved in this scores calculator. |
float |
getScore(int protein1,
int protein2)
Returns the interaction score for two given proteins. |
Method Detail |
---|
float getScore(int protein1, int protein2)
protein1
- first proteinprotein2
- second protein
Set<Integer> getProteins()
getProteins
in interface ProteinSet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |