Package | Description |
---|---|
org.biojavax |
The Biojava extensions packages, classes that extend the core biojava
functionality
The biojavax packages contain a number of extensions to the core biojava
interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleDocRefAuthor
Represents an author of a documentary reference.
|
Modifier and Type | Method and Description |
---|---|
List<DocRefAuthor> |
SimpleDocRef.getAuthorList()
Returns the authors of the document reference as a set of DocRefAuthor
implementation instances.
|
List<DocRefAuthor> |
DocRef.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.
|
Modifier and Type | Method and Description |
---|---|
static String |
DocRefAuthor.Tools.generateAuthorString(List<DocRefAuthor> authors,
boolean useAnd)
Takes a set of authors and creates a comma-separated string.
|
Constructor and 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.
|
Copyright © 2014 BioJava. All rights reserved.