[][src]Crate phreak_rules

Support package for phreak_engine.

The rules package encapsules the rules, so that way can separate our logic into the creation and the usage of rules.

Structs

Class

A class is a way to group facts and usually corresponds to a struct in your program data

Condition

A condition is something to test for

PrintCallBack
Rule

A rule is the starting point

Enums

Operator

An operator defines a testing directive

Traits

ProductionCallback