Uses of Class
org.biojava3.core.sequence.location.SequenceLocation
-
Uses of SequenceLocation in org.biojava3.core.sequence.features
Modifier and TypeMethodDescriptionAbstractFeature.getLocations()
A feature could be a single sequence position like a mutation or a post translational modification of an amino acid.FeatureInterface.getLocations()
The location(s) of this feature where the location should contain a reference to parent and sequence etc.Modifier and TypeMethodDescriptionvoid
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.