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.
|
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,
Integer start,
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.
|
Copyright © 2014 BioJava. All rights reserved.