Uses of Class
compbio.data.sequence.Range

Packages that use Range
compbio.data.sequence A data model for multiple sequence alignment web services and utility methods that work on the objects of this model. 
 

Uses of Range in compbio.data.sequence
 

Methods in compbio.data.sequence that return types with arguments of type Range
 TreeSet<Range> Score.getRanges()
          Return Ranges if any Collections.EMPTY_SET otherwise
 

Methods in compbio.data.sequence with parameters of type Range
 int Range.compareTo(Range o)
           
 

Method parameters in compbio.data.sequence with type arguments of type Range
 void Score.setRanges(TreeSet<Range> ranges)
           
 

Constructor parameters in compbio.data.sequence with type arguments of type Range
Score(Enum<?> method, ArrayList<Float> scores, TreeSet<Range> ranges)
           
Score(Enum<?> method, TreeSet<Range> ranges)