Uses of Class
org.biojava3.core.sequence.location.SequenceLocation

Packages that use SequenceLocation
org.biojava3.core.sequence.features   
 

Uses of SequenceLocation in org.biojava3.core.sequence.features
 

Methods in org.biojava3.core.sequence.features that return SequenceLocation
 SequenceLocation<S,C> AbstractFeature.getLocations()
          A feature could be a single sequence position like a mutation or a post translational modification of an amino acid.
 SequenceLocation<S,C> FeatureInterface.getLocations()
          The location(s) of this feature where the location should contain a reference to parent and sequence etc.
 

Methods in org.biojava3.core.sequence.features with parameters of type SequenceLocation
 void AbstractFeature.setLocation(SequenceLocation<S,C> loc)
          A feature could be a single sequence position like a mutation or a post translational modification of an amino acid.
 void FeatureInterface.setLocation(SequenceLocation<S,C> loc)
          The new location for this feature.
 



Copyright © 2010 BioJava. All Rights Reserved.