[Biojava-l] references
Matthew Pocock
mrp@sanger.ac.uk
Tue, 30 May 2000 17:29:14 +0100
Dear all,
References to literature are things that need representing in EMBL,
GENBANK, SwissProt entries (and almost certainly in other contexts). It
would be nice if we could supply a Reference interface under
org.biojava.utils - what should the interface contain?
interface Reference {
// a List of Author objects
List getAuthors();
String getJournal();
int getVolume();
int getStartPage();
int getEndPage();
}
interface Author {
char [] getInitials();
String getSurname();
}
What is missing? What shouldn't be here? Is it needed at all?
Matthew
--
Joon: You're out of your tree
Sam: It wasn't my tree
(Benny & Joon)