Expand description
§Decision table recognizer
Recognizes decision tables defined as plain text.
Structs§
- Annotation
Clause - Represents a rule annotation clause.
- Annotation
Entry - Represents a rule annotation entry.
- Decision
Rule - Represents a decision rule.
- Decision
Table - Represents a decision table.
- Input
Clause - Represents an input clause.
- Input
Entry - Represents an input entry.
- Output
Clause - Represents an output clause.
- Output
Entry - Represents an output entry.
Enums§
- Builtin
Aggregator - Enumeration of built-in aggregators for HitPolicy.
- Decision
Table Orientation - 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.