Uses of Interface
org.biojavax.DocRefAuthor
-
Packages that use DocRefAuthor Package Description org.biojavax The Biojava extensions packages, classes that extend the core biojava functionality -
-
Uses of DocRefAuthor in org.biojavax
Classes in org.biojavax that implement DocRefAuthor Modifier and Type Class Description class
SimpleDocRefAuthor
Represents an author of a documentary reference.Methods in org.biojavax that return types with arguments of type DocRefAuthor Modifier and Type Method Description List<DocRefAuthor>
DocRef. getAuthorList()
Returns the authors of the document reference as a set of DocRefAuthor implementation instances.List<DocRefAuthor>
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 DocRefAuthor Modifier and Type Method Description static 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 DocRefAuthor Constructor Description SimpleDocRef(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.
-