Uses of Interface
org.biojavax.DocRef
-
Packages that use DocRef Package Description org.biojavax The Biojava extensions packages, classes that extend the core biojava functionality -
-
Uses of DocRef in org.biojavax
Classes in org.biojavax that implement DocRef Modifier and Type Class Description class
SimpleDocRef
A basic DocRef implementation.Methods in org.biojavax that return DocRef Modifier and Type Method Description DocRef
RankedDocRef. getDocumentReference()
Represents a reference to a document.DocRef
SimpleRankedDocRef. getDocumentReference()
Represents a reference to a document.Constructors in org.biojavax with parameters of type DocRef Constructor 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.
-