Uses of Interface
org.biojavax.DocRefAuthor
Packages that use DocRefAuthor
Package
Description
The Biojava extensions packages, classes that extend the core biojava
functionality
-
Uses of DocRefAuthor in org.biojavax
Classes in org.biojavax that implement DocRefAuthorModifier and TypeClassDescriptionclass
Represents an author of a documentary reference.Methods in org.biojavax that return types with arguments of type DocRefAuthorModifier and TypeMethodDescriptionDocRef.getAuthorList()
Returns the authors of the document reference as a set of DocRefAuthor implementation instances.SimpleDocRef.getAuthorList()
Returns the authors of the document reference as a set of DocRefAuthor implementation instances.static List
<DocRefAuthor> DocRefAuthor.Tools.parseAuthorString
(String authors) Takes a list of authors and returns a set of DocRefAuthor objects.Method parameters in org.biojavax with type arguments of type DocRefAuthorModifier and TypeMethodDescriptionstatic String
DocRefAuthor.Tools.generateAuthorString
(List<DocRefAuthor> authors, boolean useAnd) Takes a set of authors and creates a comma-separated string.Constructor parameters in org.biojavax with type arguments of type DocRefAuthorModifierConstructorDescriptionSimpleDocRef
(List<DocRefAuthor> authors, String location) Creates a new document reference from the given immutable authors and location and title.SimpleDocRef
(List<DocRefAuthor> authors, String location, String title) Creates a new document reference from the given immutable authors and location and title.