Package de.gwdg.metadataqa.marc.analysis
Class Serial
- java.lang.Object
-
- de.gwdg.metadataqa.marc.analysis.Serial
-
public class Serial extends Object
This class heavily based on the class published in Jamie Carlstone (2017) Scoring the Quality of E-Serials MARC Records Using Java, Serials Review, 43:3-4, pp. 271-277, DOI: 10.1080/00987913.2017.1350525 https://www.tandfonline.com/doi/full/10.1080/00987913.2017.1350525
-
-
Constructor Summary
Constructors Constructor Description Serial(BibliographicRecord marcRecord)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>determineRecordQualityScore()booleanequals(Object obj)List<DataField>getDatesOfPublication362()StringgetEncodingLevel()List<DataField>getFrequency310()static List<String>getHeader()List<DataField>getIssn022()SerialScoresgetScores()List<DataField>getSourceOfDescription588()inthashCode()voidprint()StringtoString()
-
-
-
Constructor Detail
-
Serial
public Serial(BibliographicRecord marcRecord)
-
-
Method Detail
-
getEncodingLevel
public String getEncodingLevel()
-
print
public void print()
-
getScores
public SerialScores getScores()
-
-