single-hit decision table
A decision table in which only one rule (hit) can be satisfied at a time. Used in computing contexts such as rule engines and business logic.
A single-hit decision table is designed so that only one matching rule is executed.
A general decision table; 単適合決定表 is a specific type where only one rule fires.
A multiple-hit decision table, where several rules can be triggered simultaneously.
Compound of 単 (single), 適合 (match, fit), and 決定表 (decision table). A technical term likely coined in computing contexts.