Component Parameter Matching for Accurate Type-Specific Adjustment

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing application development frameworks face challenges in accurately adjusting parameters of components without causing confusion due to overlapping variable names across different component types, leading to inefficient and unstable parameter adjustments.

Innovation Solution

A method and apparatus for adjusting parameters by determining target components of a specific type and applying targeted adjustments, using a matcher to filter and match components based on their types, ensuring only the intended parameters are modified, thereby avoiding confusion and improving stability and efficiency.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If parameter adjustment is performed without component type matching, then adjustment speed is improved, but parameter adjustment accuracy deteriorates due to variable name overlapping across different component types

Engineering Contradiction:
Improveparameter adjustment speedVSAvoidparameter adjustment accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The patent segments the parameter adjustment process into two distinct phases: first identifying target components through type matching, then adjusting parameters only for those specific components. This segmentation prevents accidental modification of parameters in unrelated components while maintaining efficient batch processing capability.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces component type as an intermediary layer between the parameter adjustment request and the actual parameters. By matching requests against component types first, the system ensures that only parameters belonging to the correct component type are modified, eliminating the confusion caused by overlapping variable names across different component types.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If component type matching is performed before parameter adjustment, then parameter adjustment accuracy is improved, but adjustment efficiency deteriorates due to additional matching steps

Engineering Contradiction:
Improveparameter adjustment accuracyVSAvoidparameter adjustment efficiency
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent performs component type matching as a preliminary action before parameter adjustment. By pre-identifying and marking target components that match the requested type, the system eliminates the need for repeated matching during the adjustment process, thereby maintaining efficiency while ensuring accuracy.

Inventive Principle:
Principle #10Preliminary action

3Productivity

If all components are adjusted without type filtering, then adjustment completeness is improved, but system stability deteriorates due to unintended parameter changes

Engineering Contradiction:
Improveparameter adjustment completenessVSAvoidsystem stability
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The patent applies local quality by making the parameter adjustment targeted and specific to certain components rather than uniform across all components. By filtering components based on type matching, the system ensures that adjustments are applied only where intended, preventing unintended side effects and maintaining system stability while achieving completeness for the relevant component set.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS20260050241A1Method and apparatus for adjusting parameter of component, device, and program product
Publication Date: 2026.02.19 LEMON INC(GB)
  • US20260050241A1 patent drawing
  • US20260050241A1 patent drawing
  • US20260050241A1 patent drawing

AI summary

Embodiments of the present disclosure provide a method, an apparatus, a device, a storage medium, and a computer program product for adjusting a parameter of a component. The method includes obtaining a target component type and a target adjustment for a target parameter. The method further includes determining, from a plurality of components, at least one target component belonging to the target component type. The method further includes adjusting the target parameter of the at least one target component according to the target adjustment for the target parameter.