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

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

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

Methods in gov.nih.nci.mageom.domain.BioSequence that return SeqFeature
 SeqFeature[] BioSequence.getSeqFeatures()
          Returns the value of this BioSequence object's seqFeatures attribute.
 

Methods in gov.nih.nci.mageom.domain.BioSequence with parameters of type SeqFeature
 void BioSequence.setSeqFeatures(SeqFeature[] p_seqFeatures)
          Sets the seqFeatures attribute.
 

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

Classes in gov.nih.nci.mageom.domain.BioSequence.impl that implement SeqFeature
 class SeqFeatureImpl
          Represents, in general, what would be a GenBank Feature Table annotation for a sequence.
 

Fields in gov.nih.nci.mageom.domain.BioSequence.impl declared as SeqFeature
protected  SeqFeature[] BioSequenceImpl.seqFeatures
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioSequence.impl that return SeqFeature
 SeqFeature[] BioSequenceImpl.getSeqFeatures()
           
 SeqFeature[] SeqFeatureImpl.searchSeqFeatures(SeqFeatureSearchCriteria criteria)
          Returns an array of SeqFeature objects that satisfy the given SeqFeatureSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.BioSequence.impl with parameters of type SeqFeature
 void BioSequenceImpl.setSeqFeatures(SeqFeature[] p_seqFeatures)
          Sets the seqFeatures attribute.