Uses of Class
uk.ac.vamsas.objects.core.Score

Packages that use Score
uk.ac.vamsas.objects   
uk.ac.vamsas.objects.core   
 

Uses of Score in uk.ac.vamsas.objects
 

Methods in uk.ac.vamsas.objects with parameters of type Score
 void EmptyDocumentUpdater.update(Score vobj)
           
 void IDocumentUpdater.update(Score vobj)
           
 

Uses of Score in uk.ac.vamsas.objects.core
 

Methods in uk.ac.vamsas.objects.core that return Score
 Score RangeAnnotation.getScore(int index)
          Method getScore.
 Score[] RangeAnnotation.getScore()
          Method getScore.Returns the contents of the collection in an Array.
 Score RangeAnnotation.removeScoreAt(int index)
          Method removeScoreAt.
static Score Score.unmarshal(java.io.Reader reader)
          Method unmarshal.
 

Methods in uk.ac.vamsas.objects.core with parameters of type Score
 void RangeAnnotation.addScore(Score vScore)
           
 void RangeAnnotation.addScore(int index, Score vScore)
           
 boolean RangeAnnotation.removeScore(Score vScore)
          Method removeScore.
 void RangeAnnotation.setScore(int index, Score vScore)
           
 void RangeAnnotation.setScore(Score[] vScoreArray)