Info
Version: | 6.0.1 |
Author(s): | Itua Juel-Gaben |
Last Update: | Thursday, October 17, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/GetcuReone/FactFactory/wiki |
NuGet Url: | https://www.nuget.org/packages/GetcuReone.FactFactory |
Install
Install-Package GetcuReone.FactFactory
dotnet add package GetcuReone.FactFactory
paket add GetcuReone.FactFactory
GetcuReone.FactFactory Download (Unzip the "nupkg" after downloading)
Dependencies
- ComboPatterns(>= 3.3.0)
- System.Threading.Tasks.Extensions(>= 4.5.4)
Tags
In this project, I realized my vision of the fact factory. It is a decision tree building mechanism for information processing.
Think of the vertices of the graph as the information you describe, and the edges of the graph as the rules for calculating that information.
A fact factory can build a decision tree to calculate one piece of information from another, using your rules to link between your set of information.