noun
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.
Compound of 単 (single), 適合 (match, fit), and 決定表 (decision table). A technical term likely coined in computing contexts.