Uses of Class
org.biojava.nbio.structure.Author
Packages that use Author
-
Uses of Author in org.biojava.nbio.structure
Methods in org.biojava.nbio.structure that return types with arguments of type AuthorModifier and TypeMethodDescriptionJournalArticle.getAuthorList()
Get the list of Authors of the JournalArticleJournalArticle.getEditorList()
Get the list of editors of the JournalArticleMethod parameters in org.biojava.nbio.structure with type arguments of type AuthorModifier and TypeMethodDescriptionvoid
JournalArticle.setAuthorList
(List<Author> authorList) void
JournalArticle.setEditorList
(List<Author> editorList)