Crate dsntk_recognizer

Source
Expand description

§Decision table recognizer

Recognizes decision tables defined as plain text.

Structs§

AnnotationClause
Represents a rule annotation clause.
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.

Enums§

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

Functions§

from_markdown
Recognizes a decision table defined as Markdown text.
from_unicode
Recognizes a decision table defined as Unicode text.