Uses of Class
org.biojava.bio.symbol.AbstractLocation

Packages that use AbstractLocation
org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. 
 

Uses of AbstractLocation in org.biojava.bio.symbol
 

Subclasses of AbstractLocation in org.biojava.bio.symbol
 class AbstractRangeLocation
          Base class for simple contiguous Location implementations.
 class FuzzyLocation
          A 'fuzzy' location a-la Embl fuzzy locations.
 class FuzzyPointLocation
          FuzzyPointLocation represents two types of EMBL-style partially-defined locations.
 class MergeLocation
          Produced by LocationTools as a result of union operations.
 class PointLocation
          A location representing a single point.
 class RangeLocation
          A simple implementation of Location that contains all points between getMin and getMax inclusive.