Uses of Class
org.biojava.nbio.structure.Author
-
Packages that use Author Package Description org.biojava.nbio.structure -
-
Uses of Author in org.biojava.nbio.structure
Methods in org.biojava.nbio.structure that return types with arguments of type Author Modifier and Type Method Description List<Author>JournalArticle. getAuthorList()Get the list of Authors of the JournalArticleList<Author>JournalArticle. getEditorList()Get the list of editors of the JournalArticleMethod parameters in org.biojava.nbio.structure with type arguments of type Author Modifier and Type Method Description voidJournalArticle. setAuthorList(List<Author> authorList)voidJournalArticle. setEditorList(List<Author> editorList)
-