|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bibliography.BiblioSubject
It represents the topic of the content of the cited resource. It can be expressed in one or more ways.
Field Summary | |
java.util.Hashtable |
codes
Classification code (call number) is usually either Dewey decimal or Congress classification. |
java.util.Hashtable |
keywords
The keywords are usually (but not limited to) one word long. |
java.util.Hashtable |
subjectHeadings
The subject headings usually come from standard lists such as Sears List of Subject Headings, or Library of Congress Subject Headings (LCSH). |
java.lang.String |
subjectHeadingsSource
The source of subject headings . |
Constructor Summary | |
BiblioSubject()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.util.Hashtable keywords
public java.util.Hashtable subjectHeadings
subjectHeadingsSource
field. The name of such vocabulary
should be equal to BibRefSupport.SUBJECT_HEADINGS
.
public java.lang.String subjectHeadingsSource
subject headings
.
For example:
public java.util.Hashtable codes
Classification code (call number) is usually either Dewey decimal or Congress classification. But this specification does not prescribe it.
Note that the classification codes are unique (unlike some subject headings).
Therefore, they can be even expressed as identifiers using the same notation
as used for the citation identifiers
.
Constructor Detail |
public BiblioSubject()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |