X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fdm_javadoc%2Fcompbio%2Fdata%2Fsequence%2FScoreManager.ScoreHolder.html;fp=website%2Fdm_javadoc%2Fcompbio%2Fdata%2Fsequence%2FScoreManager.ScoreHolder.html;h=0000000000000000000000000000000000000000;hb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;hp=f755ac1a5f5eb5ef0817f0483de8b127be76d412;hpb=bc3346bd7c1c518fad867d4c60a53779e7516588;p=jabaws.git diff --git a/website/dm_javadoc/compbio/data/sequence/ScoreManager.ScoreHolder.html b/website/dm_javadoc/compbio/data/sequence/ScoreManager.ScoreHolder.html deleted file mode 100644 index f755ac1..0000000 --- a/website/dm_javadoc/compbio/data/sequence/ScoreManager.ScoreHolder.html +++ /dev/null @@ -1,380 +0,0 @@ - - - - - - -ScoreManager.ScoreHolder - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -compbio.data.sequence -
-Class ScoreManager.ScoreHolder

-
-java.lang.Object
-  extended by compbio.data.sequence.ScoreManager.ScoreHolder
-
-
-
Enclosing class:
ScoreManager
-
-
-
-
public static class ScoreManager.ScoreHolder
extends Object
- - -

-


- -

- - - - - - - - - - - - - - - -
-Field Summary
- Stringid - -
-           
- TreeSet<Score>scores - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- booleanequals(Object obj) - -
-           
- intgetNumberOfScores() - -
-           
- ScoregetScoreByMethod(Enum<?> method) - -
-           
- ScoregetScoreByMethod(String method) - -
-           
- inthashCode() - -
-           
- voidwriteOut(Writer writer) - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-id

-
-public String id
-
-
-
-
-
- -

-scores

-
-public TreeSet<Score> scores
-
-
-
-
- - - - - - - - -
-Method Detail
- -

-writeOut

-
-public void writeOut(Writer writer)
-              throws IOException
-
-
- -
Throws: -
IOException
-
-
-
- -

-getScoreByMethod

-
-public Score getScoreByMethod(Enum<?> method)
-
-
-
-
-
-
- -

-getScoreByMethod

-
-public Score getScoreByMethod(String method)
-
-
-
-
-
-
- -

-getNumberOfScores

-
-public int getNumberOfScores()
-
-
-
-
-
-
- -

-hashCode

-
-public int hashCode()
-
-
-
Overrides:
hashCode in class Object
-
-
-
-
-
-
- -

-equals

-
-public boolean equals(Object obj)
-
-
-
Overrides:
equals in class Object
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -