Skip to main contentCrate vidhi
Source - atom
- fact
- pattern
- variable
- Fact
- Represents the facts in our database.
- Pattern
- A pattern to create rules.
- Variable
- Represents a variable.
- WorkingMemory
- Represents the working memory, comprised of facts.
- Atom
- Represents a concrete value.
- InsertResult
- Represents the change in working memory after an insert operation.
- Term
- Represents either a variable or a concrete value.
- match_rule
- Find’s all possible bindings for given database and conditions.
- unify
- Tries to unify a pattern to a fact, and returns updated bindings if found.
- Bindings
- Binds a variable to a concrete value.