Uses of Interface
gov.nih.nci.mageom.domain.BioSequence.SeqFeatureLocation

Packages that use SeqFeatureLocation
gov.nih.nci.mageom.domain.BioSequence   
gov.nih.nci.mageom.domain.BioSequence.impl   
 

Uses of SeqFeatureLocation in gov.nih.nci.mageom.domain.BioSequence
 

Methods in gov.nih.nci.mageom.domain.BioSequence that return SeqFeatureLocation
 SeqFeatureLocation[] SeqFeature.getRegions()
          Returns the value of this SeqFeature object's regions attribute.
 SeqFeatureLocation[] SeqFeatureLocation.getSubregions()
          Returns the value of this SeqFeatureLocation object's subregions attribute.
 

Methods in gov.nih.nci.mageom.domain.BioSequence with parameters of type SeqFeatureLocation
 void SeqFeature.setRegions(SeqFeatureLocation[] p_regions)
          Sets the regions attribute.
 void SeqFeatureLocation.setSubregions(SeqFeatureLocation[] p_subregions)
          Sets the subregions attribute.
 

Uses of SeqFeatureLocation in gov.nih.nci.mageom.domain.BioSequence.impl
 

Classes in gov.nih.nci.mageom.domain.BioSequence.impl that implement SeqFeatureLocation
 class SeqFeatureLocationImpl
          The location of the SeqFeature annotation.
 

Fields in gov.nih.nci.mageom.domain.BioSequence.impl declared as SeqFeatureLocation
protected  SeqFeatureLocation[] SeqFeatureImpl.regions
          DOCUMENT ME
protected  SeqFeatureLocation[] SeqFeatureLocationImpl.subregions
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioSequence.impl that return SeqFeatureLocation
 SeqFeatureLocation[] SeqFeatureImpl.getRegions()
           
 SeqFeatureLocation[] SeqFeatureLocationImpl.getSubregions()
           
 SeqFeatureLocation[] SeqFeatureLocationImpl.searchSeqFeatureLocations(SeqFeatureLocationSearchCriteria criteria)
          Returns an array of SeqFeatureLocation objects that satisfy the given SeqFeatureLocationSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.BioSequence.impl with parameters of type SeqFeatureLocation
 void SeqFeatureImpl.setRegions(SeqFeatureLocation[] p_regions)
          Sets the regions attribute.
 void SeqFeatureLocationImpl.setSubregions(SeqFeatureLocation[] p_subregions)
          Sets the subregions attribute.