Package | Description |
---|---|
org.biojavax |
The Biojava extensions packages, classes that extend the core biojava
functionality
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleDocRef
A basic DocRef implementation.
|
Modifier and Type | Method and Description |
---|---|
DocRef |
SimpleRankedDocRef.getDocumentReference()
Represents a reference to a document.
|
DocRef |
RankedDocRef.getDocumentReference()
Represents a reference to a document.
|
Constructor and Description |
---|
SimpleRankedDocRef(DocRef docref,
java.lang.Integer start,
java.lang.Integer end,
int rank)
Constructs a new docref for a given location.
|
SimpleRankedDocRef(DocRef docref,
RichLocation location,
int rank)
Constructs a new docref for a given location.
|