Uses of Class
de.gwdg.metadataqa.marc.utils.FunctionValue
Packages that use FunctionValue
-
Uses of FunctionValue in de.gwdg.metadataqa.marc.analysis.functional
Fields in de.gwdg.metadataqa.marc.analysis.functional with type parameters of type FunctionValueModifier and TypeFieldDescriptionprotected Map<FRBRFunction,FunctionValue> FunctionalAnalyzer.recordCounterThe map with the counts of the FRBR functions (user tasks) in one single record.Methods in de.gwdg.metadataqa.marc.analysis.functional that return types with arguments of type FunctionValueModifier and TypeMethodDescriptionFunctionalAnalyzer.getCollector()FunctionalAnalyzer.getHistogram()protected final Map<FRBRFunction,FunctionValue> FunctionalAnalyzer.initializeCounter()Used to initialize a counter map with all FRBR functions and their respective values.Method parameters in de.gwdg.metadataqa.marc.analysis.functional with type arguments of type FunctionValueModifier and TypeMethodDescriptionvoidFunctionalAnalyzer.addRecordCounterToCollector(Map<FRBRFunction, FunctionValue> recordCounter) Adds the recordCounter to the collector.voidFunctionalAnalyzer.addRecordCounterToHistogram(Map<FRBRFunction, FunctionValue> recordCounter) voidFunctionalAnalyzer.calculatePercentage(Map<FRBRFunction, FunctionValue> recordCounter) Calculates the percentage of each function in the recordCounter map compared to the total count of functions possible in the schema, represented by the baselineCounter of the frbrFunctionLister.protected abstract voidFunctionalAnalyzer.countDataField(DataFieldDefinition definition, DataField dataField, Map<FRBRFunction, FunctionValue> recordCounter) protected voidMarc21FunctionalAnalyzer.countDataField(DataFieldDefinition definition, DataField dataField, Map<FRBRFunction, FunctionValue> recordCounter) protected voidPicaFunctionalAnalyzer.countDataField(DataFieldDefinition definition, DataField dataField, Map<FRBRFunction, FunctionValue> recordCounter) protected voidUnimarcFunctionalAnalyzer.countDataField(DataFieldDefinition definition, DataField dataField, Map<FRBRFunction, FunctionValue> recordCounter) protected final voidFunctionalAnalyzer.countDataFields(Map<FRBRFunction, FunctionValue> functionCounter, List<DataField> dataFields, Map<DataFieldDefinition, Boolean> cache) static voidFunctionalAnalyzer.countFunctions(List<FRBRFunction> functions, Map<FRBRFunction, FunctionValue> recordCounter) Receives a list of functions (presumably from a data field, subfield or indicator) and counts them in the recordCounter map. -
Uses of FunctionValue in de.gwdg.metadataqa.marc.utils
Methods in de.gwdg.metadataqa.marc.utils with parameters of type FunctionValue