Uses of Class
org.biojava.nbio.core.sequence.location.template.AbstractLocation
Packages that use AbstractLocation
-
Uses of AbstractLocation in org.biojava.nbio.core.sequence.features
Methods in org.biojava.nbio.core.sequence.features that return AbstractLocationModifier and TypeMethodDescriptionAbstractFeature.getLocations()A feature could be a single sequence position like a mutation or a post translational modification of an amino acid.FeatureDbReferenceInfo.getLocations()FeatureInterface.getLocations()The location(s) of this feature where the location should contain a reference to parent and sequence etc.Methods in org.biojava.nbio.core.sequence.features with parameters of type AbstractLocationModifier and TypeMethodDescriptionvoidAbstractFeature.setLocation(AbstractLocation loc) A feature could be a single sequence position like a mutation or a post translational modification of an amino acid.voidFeatureDbReferenceInfo.setLocation(AbstractLocation loc) voidFeatureInterface.setLocation(AbstractLocation loc) The new location for this feature. -
Uses of AbstractLocation in org.biojava.nbio.core.sequence.location
Subclasses of AbstractLocation in org.biojava.nbio.core.sequence.locationModifier and TypeClassDescriptionstatic classUsed to represent bond locations equivalent to bond(7,8) or bond(7).static classDeprecated in INSDC yet still appears; equivalent to the order() directive except no 5' to 3' ordering is defined.static classDeprecated in INSDC; refers to a set of locations of which one location could be valid e.g.static classUsed to describe a 5' to 3' ordering but no firm assurance it is correctclassSequenceLocation<S extends AbstractSequence<C>,C extends Compound> A location in a sequence that keeps a reference to its parent sequenceclassVery basic implementation of the Location interface which defines a series of simple constructors.