Uses of Class
org.biojava.bio.structure.JournalArticle
-
Packages that use JournalArticle Package Description org.biojava.bio.structure Interfaces and classes for protein structure (PDB). -
-
Uses of JournalArticle in org.biojava.bio.structure
Methods in org.biojava.bio.structure that return JournalArticle Modifier and Type Method Description JournalArticleStructure. getJournalArticle()get the associated publication as defined by the JRNL records in a PDB file.JournalArticleStructureImpl. getJournalArticle()get the associated publication as defined by the JRNL records in a PDB file.Methods in org.biojava.bio.structure with parameters of type JournalArticle Modifier and Type Method Description voidStructure. setJournalArticle(JournalArticle journalArticle)set the associated publication as defined by the JRNL records in a PDB file.voidStructureImpl. setJournalArticle(JournalArticle journalArticle)set the associated publication as defined by the JRNL records in a PDB file.
-