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 java.util.List<DocRefAuthor>
DocRef. getAuthorList()
Returns the authors of the document reference as a set of DocRefAuthor implementation instances.java.util.List<DocRefAuthor>
SimpleDocRef. getAuthorList()
Returns the authors of the document reference as a set of DocRefAuthor implementation instances.static java.util.List<DocRefAuthor>
DocRefAuthor.Tools. parseAuthorString(java.lang.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 java.lang.String
DocRefAuthor.Tools. generateAuthorString(java.util.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(java.util.List<DocRefAuthor> authors, java.lang.String location)
Creates a new document reference from the given immutable authors and location and title.SimpleDocRef(java.util.List<DocRefAuthor> authors, java.lang.String location, java.lang.String title)
Creates a new document reference from the given immutable authors and location and title.
-