Uses of Class
org.biojava.nbio.core.sequence.location.template.AbstractLocation
-
Packages that use AbstractLocation Package Description org.biojava.nbio.core.sequence.features org.biojava.nbio.core.sequence.location -
-
Uses of AbstractLocation in org.biojava.nbio.core.sequence.features
Methods in org.biojava.nbio.core.sequence.features that return AbstractLocation Modifier and Type Method Description AbstractLocationAbstractFeature. getLocations()A feature could be a single sequence position like a mutation or a post translational modification of an amino acid.AbstractLocationFeatureDbReferenceInfo. getLocations()AbstractLocationFeatureInterface. 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 AbstractLocation Modifier and Type Method Description voidAbstractFeature. 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.location Modifier and Type Class Description static classInsdcLocations.BondLocationUsed to represent bond locations equivalent to bond(7,8) or bond(7).static classInsdcLocations.GroupLocationDeprecated in INSDC yet still appears; equivalent to the order() directive except no 5' to 3' ordering is defined.static classInsdcLocations.OneOfLocationDeprecated in INSDC; refers to a set of locations of which one location could be valid e.g.static classInsdcLocations.OrderLocationUsed 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 sequenceclassSimpleLocationVery basic implementation of the Location interface which defines a series of simple constructors.
-