public class BiblioSubject extends Object
It represents the topic of the content of the cited resource. It can be expressed in one or more ways.
Modifier and Type | Field and Description |
---|---|
Hashtable |
codes
Classification code (call number) is usually either Dewey decimal or
Congress classification.
|
Hashtable |
keywords
The keywords are usually (but not limited to) one word long.
|
Hashtable |
subjectHeadings
The subject headings usually come from standard lists
such as Sears List of Subject Headings,
or Library of Congress Subject Headings (LCSH).
|
String |
subjectHeadingsSource
The source of
subject headings . |
Constructor and Description |
---|
BiblioSubject() |
public Hashtable keywords
public Hashtable subjectHeadings
subjectHeadingsSource
field. The name of such vocabulary
should be equal to BibRefSupport.SUBJECT_HEADINGS
.public String subjectHeadingsSource
subject headings
.
For example:
public 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
.
public BiblioSubject()
Copyright © 2014 BioJava. All rights reserved.