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
 java.util.List<Author> JournalArticle.getAuthorList()
          Get the list of Authors of the JournalArticle
 java.util.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(java.util.List<Author> authorList)
           
 void JournalArticle.setEditorList(java.util.List<Author> editorList)