Package | Description |
---|---|
org.biojavax |
The Biojava extensions packages, classes that extend the core biojava
functionality
The biojavax packages contain a number of extensions to the core biojava
interfaces.
|
org.biojavax.bio.db.biosql |
Interface between biojava and biosql databases
|
org.biojavax.bio.seq |
Rich implementations of Sequences, Locations and Features.
|
org.biojavax.bio.seq.io |
Classes to support the I/O of RichSequence and
Bioentry objects.
|
Modifier and Type | Method and Description |
---|---|
RichLocation |
SimpleRankedDocRef.getLocation() |
RichLocation |
RankedDocRef.getLocation()
If this object was constructed using a location instead of two integers,
then this method will return that location.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleRankedDocRef.setLocation(RichLocation location)
Set the location of this reference.
|
void |
RankedDocRef.setLocation(RichLocation location)
Set the location of this reference.
|
Constructor and Description |
---|
SimpleRankedDocRef(DocRef docref,
RichLocation location,
int rank)
Constructs a new docref for a given location.
|
Modifier and Type | Method and Description |
---|---|
RichLocation |
BioSQLFeatureFilter.ContainedByRichLocation.getRichLocation() |
RichLocation |
BioSQLFeatureFilter.OverlapsRichLocation.getRichLocation() |
Constructor and Description |
---|
BioSQLFeatureFilter.ContainedByRichLocation(RichLocation loc)
Creates a filter that returns everything contained within loc.
|
BioSQLFeatureFilter.OverlapsRichLocation(RichLocation loc)
Creates a filter that returns everything overlapping loc.
|
Modifier and Type | Class and Description |
---|---|
class |
CompoundRichLocation
An implementation of RichLocation which covers multiple locations,
but on the same strand of the same (optionally circular) sequence.
|
class |
EmptyRichLocation
An Empty implementation of RichLocation.
|
class |
MultiSourceCompoundRichLocation
An implementation of RichLocation which possibly covers multiple locations,
on different strands, different circular lengths, or different sequences.
|
class |
SimpleRichLocation
A simple implementation of RichLocation.
|
Modifier and Type | Field and Description |
---|---|
static RichLocation |
RichLocation.EMPTY_LOCATION
The empty location matches nothing.
|
Modifier and Type | Method and Description |
---|---|
static RichLocation |
RichLocation.Tools.construct(Collection<Location> members)
Constructs a RichLocation object based on the given collection of
members.
|
static RichLocation |
RichLocation.Tools.enrich(Location l)
Attempts to convert a plain Location into a RichLocation.
|
Modifier and Type | Method and Description |
---|---|
static Collection<Location> |
RichLocation.Tools.flatten(RichLocation location)
Takes a location and returns the set of all members.
|
Modifier and Type | Method and Description |
---|---|
static RichLocation |
GenbankLocationParser.parseLocation(Namespace featureNS,
String featureAccession,
String locationString)
Parses a location.
|
static RichLocation |
UniProtLocationParser.parseLocation(String loc)
Parses a location.
|
Modifier and Type | Method and Description |
---|---|
static String |
UniProtLocationParser.writeLocation(RichLocation l)
Writes a location in UniProt format.
|
static String |
GenbankLocationParser.writeLocation(RichLocation l)
Writes a location in Genbank format.
|
Copyright © 2014 BioJava. All rights reserved.