Uses of Class
de.gwdg.metadataqa.marc.definition.FRBRFunction
-
Packages that use FRBRFunction Package Description de.gwdg.metadataqa.marc.definition de.gwdg.metadataqa.marc.definition.structure de.gwdg.metadataqa.marc.utils -
-
Uses of FRBRFunction in de.gwdg.metadataqa.marc.definition
Methods in de.gwdg.metadataqa.marc.definition that return FRBRFunction Modifier and Type Method Description FRBRFunctionFRBRFunction. getParent()static FRBRFunctionFRBRFunction. valueOf(String name)Returns the enum constant of this type with the specified name.static FRBRFunction[]FRBRFunction. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FRBRFunction in de.gwdg.metadataqa.marc.definition.structure
Fields in de.gwdg.metadataqa.marc.definition.structure with type parameters of type FRBRFunction Modifier and Type Field Description protected List<FRBRFunction>ControlfieldPositionDefinition. functionsprotected List<FRBRFunction>DataFieldDefinition. functionsMethods in de.gwdg.metadataqa.marc.definition.structure that return types with arguments of type FRBRFunction Modifier and Type Method Description List<FRBRFunction>ControlfieldPositionDefinition. getFrbrFunctions()List<FRBRFunction>DataFieldDefinition. getFrbrFunctions()List<FRBRFunction>Indicator. getFrbrFunctions()List<FRBRFunction>SubfieldDefinition. getFrbrFunctions()Methods in de.gwdg.metadataqa.marc.definition.structure with parameters of type FRBRFunction Modifier and Type Method Description IndicatorIndicator. setFrbrFunctions(FRBRFunction... functions)SubfieldDefinitionSubfieldDefinition. setFrbrFunctions(FRBRFunction... functions) -
Uses of FRBRFunction in de.gwdg.metadataqa.marc.utils
Methods in de.gwdg.metadataqa.marc.utils that return types with arguments of type FRBRFunction Modifier and Type Method Description Map<FRBRFunction,Integer>FrbrFunctionLister. getBaseline()Map<String,List<FRBRFunction>>FrbrFunctionLister. getFunctionByPicaPath()Map<FRBRFunction,Counter<FunctionValue>>FrbrFunctionLister. getHistogram()Map<FRBRFunction,List<String>>FrbrFunctionLister. getMarcPathByFunction()Map<FRBRFunction,Map<String,List<String>>>FrbrFunctionLister. getPicaPathByFunction()Map<FRBRFunction,List<String>>FrbrFunctionLister. getPicaPathByFunctionConcensed()Map<FRBRFunction,List<Double>>FrbrFunctionLister. percentOf(int total)Method parameters in de.gwdg.metadataqa.marc.utils with type arguments of type FRBRFunction Modifier and Type Method Description voidFrbrFunctionLister. add(Map<FRBRFunction,FunctionValue> other)voidFrbrFunctionLister. addToHistogram(Map<FRBRFunction,FunctionValue> other)voidFrbrFunctionLister. calculatePercent(Map<FRBRFunction,FunctionValue> other)static voidFrbrFunctionLister. countFunctions(List<FRBRFunction> functions, Map<FRBRFunction,FunctionValue> map)static voidFrbrFunctionLister. countFunctions(List<FRBRFunction> functions, Map<FRBRFunction,FunctionValue> map)
-