Crate dsntk_recognizer

Source
Expand description

§Decision table recognizer

Recognizes decision tables defined as plain Unicode text.

Structs§

AnnotationEntry
Represents a rule annotation entry.
DecisionRule
Represents a decision rule.
DecisionTable
Represents a decision table.
InputClause
Represents an input clause.
InputEntry
Represents an input entry.
OutputClause
Represents an output clause.
OutputEntry
Represents an output entry.
RuleAnnotationClause
Represents a rule annotation clause.

Enums§

BuiltinAggregator
Enumeration of built-in aggregators.
DecisionTableOrientation
Enumeration of preferred decision table orientations.
HitPolicy
Enumeration of hit policies.

Functions§

recognize
Recognizes a decision table defined as plain Unicode text.