Uses of Class
org.biojava.bibliography.BibRef
- 
Packages that use BibRef Package Description org.biojava.bibliography The data structures and interfaces included in this package define an interoperable framework for bibliographic searches. - 
- 
Uses of BibRef in org.biojava.bibliography
Subclasses of BibRef in org.biojava.bibliography Modifier and Type Class Description classBiblioArticleIt represents an article.classBiblioBookIt represents a book.classBiblioBookArticleIt represents a book article.classBiblioJournalArticleIt represents a journal article.classBiblioPatentIt represents a patent.classBiblioProceedingIt represents a conference proceeding.classBiblioTechReportIt represents a technical report.classBiblioThesisIt represents a thesis.classBiblioWebResourceIt represents a WWW resource.Methods in org.biojava.bibliography that return BibRef Modifier and Type Method Description BibRefBibRefQuery. findById(String bibRefId)This is a convenient method returning just one citation.BibRefBibRefQuery. findById(String bibRefId, String[] onlyAttrs)This is a convenient method returning just one citation, perhaps with a limited number of attributes.BibRef[]BibRefQuery. getAllBibRefs()It returns all citations from the current collection as a (possibly big) array.BibRef[]BibRefQuery. getAllBibRefs(String[] onlyAttrs)It returns all citations from the current collection as a (possibly big) array, perhaps with a limited number of attributes.Methods in org.biojava.bibliography with parameters of type BibRef Modifier and Type Method Description StringBibRefQuery. getBibRefAsXML(BibRef bibRef)A convenient utility method converting a given citation to its XML representation. 
 -