Uses of Class
de.gwdg.metadataqa.marc.cli.utils.Schema
Packages that use Schema
Package
Description
-
Uses of Schema in de.gwdg.metadataqa.marc.analysis.contextual
Fields in de.gwdg.metadataqa.marc.analysis.contextual with type parameters of type SchemaMethods in de.gwdg.metadataqa.marc.analysis.contextual that return types with arguments of type SchemaModifier and TypeMethodDescriptionContextualAnalyzer.deduplicateSchema(List<Schema> schemas) ContextualStatistics.getInstances()ContextualStatistics.getRecords()ContextualStatistics.getSubfields()Methods in de.gwdg.metadataqa.marc.analysis.contextual with parameters of type SchemaModifier and TypeMethodDescriptionprotected voidContextualAnalyzer.updateSchemaSubfieldStatistics(DataField field, Schema currentSchema) Method parameters in de.gwdg.metadataqa.marc.analysis.contextual with type arguments of type SchemaModifier and TypeMethodDescriptionprotected voidContextualAnalyzer.addSchemasToStatistics(Map<Schema, Integer> fieldStatistics, List<Schema> schemas) Given the fieldStatistics map and a list of schemas, increment the count of each schema in the map.protected voidContextualAnalyzer.addSchemasToStatistics(Map<Schema, Integer> fieldStatistics, List<Schema> schemas) Given the fieldStatistics map and a list of schemas, increment the count of each schema in the map.ContextualAnalyzer.deduplicateSchema(List<Schema> schemas) protected voidContextualAnalyzer.registerSchemas(List<Schema> schemas) -
Uses of Schema in de.gwdg.metadataqa.marc.analysis.contextual.authority
Methods in de.gwdg.metadataqa.marc.analysis.contextual.authority that return types with arguments of type SchemaModifier and TypeMethodDescriptionAuthorityAnalyzer.extractSchemasFromSubfield2(String tag, DataField field) -
Uses of Schema in de.gwdg.metadataqa.marc.analysis.contextual.classification
Methods in de.gwdg.metadataqa.marc.analysis.contextual.classification that return types with arguments of type SchemaModifier and TypeMethodDescriptionMarcClassificationAnalyzer.extractSchemasFromSubfield2(String tag, DataField field) Extracts the scheme from the subfield 2 of the current field.ClassificationAnalyzer.getSchemasInRecord()