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
 String id
           
 TreeSet<Score> scores
           
 
Method Summary
 boolean equals(Object obj)
           
 int getNumberOfScores()
           
 Score getScoreByMethod(Enum<?> method)
           
 Score getScoreByMethod(String method)
           
 int hashCode()
           
 void writeOut(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