Searched refs:propertyPathWeights (Results 1 – 1 of 1) sorted by relevance
567 Map<String, Double> propertyPathWeights = new ArrayMap<>(propertyPaths.size()); in getPropertyWeights() local569 propertyPathWeights.put( in getPropertyWeights()572 typePropertyWeightsMap.put(schemaType, propertyPathWeights); in getPropertyWeights()596 Map<PropertyPath, Double> propertyPathWeights = in getPropertyWeightPaths() local599 propertyPathWeights.put( in getPropertyWeightPaths()603 typePropertyWeightsMap.put(schemaType, propertyPathWeights); in getPropertyWeightPaths()1480 @NonNull String schemaType, @NonNull Map<String, Double> propertyPathWeights) { in setPropertyWeights() argument1482 Objects.requireNonNull(propertyPathWeights); in setPropertyWeights()1486 propertyPathWeights.entrySet()) { in setPropertyWeights()1548 @NonNull Map<PropertyPath, Double> propertyPathWeights) { in setPropertyWeightPaths() argument[all …]