Uses of Interface
org.biojavax.DocRef
Packages that use DocRef
Package
Description
The Biojava extensions packages, classes that extend the core biojava
functionality
-
Uses of DocRef in org.biojavax
Classes in org.biojavax that implement DocRefMethods in org.biojavax that return DocRefModifier and TypeMethodDescriptionRankedDocRef.getDocumentReference()
Represents a reference to a document.SimpleRankedDocRef.getDocumentReference()
Represents a reference to a document.Constructors in org.biojavax with parameters of type DocRefModifierConstructorDescriptionSimpleRankedDocRef
(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.