Uses of Class
org.biojava.bio.structure.Author
-
Packages that use Author Package Description org.biojava.bio.structure Interfaces and classes for protein structure (PDB). -
-
Uses of Author in org.biojava.bio.structure
Methods in org.biojava.bio.structure that return types with arguments of type Author Modifier and Type Method Description java.util.List<Author>
JournalArticle. getAuthorList()
Get the list of Authors of the JournalArticlejava.util.List<Author>
JournalArticle. getEditorList()
Get the list of editors of the JournalArticleMethod parameters in org.biojava.bio.structure with type arguments of type Author Modifier and Type Method Description void
JournalArticle. setAuthorList(java.util.List<Author> authorList)
void
JournalArticle. setEditorList(java.util.List<Author> editorList)
-