Uses of Class
org.biojava.bio.structure.Author

Packages that use Author
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
 List<Author> JournalArticle.getAuthorList()
          Get the list of Authors of the JournalArticle
 List<Author> JournalArticle.getEditorList()
          Get the list of editors of the JournalArticle
 

Method parameters in org.biojava.bio.structure with type arguments of type Author
 void JournalArticle.setAuthorList(List<Author> authorList)
           
 void JournalArticle.setEditorList(List<Author> editorList)