Info
Version: | 2.11.0 |
Author(s): | Appccelerate team |
Last Update: | Wednesday, January 14, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/appccelerate/evaluationengine |
NuGet Url: | https://www.nuget.org/packages/Appccelerate.EvaluationEngine |
Install
Install-Package Appccelerate.EvaluationEngine
dotnet add package Appccelerate.EvaluationEngine
paket add Appccelerate.EvaluationEngine
Appccelerate.EvaluationEngine Download (Unzip the "nupkg" after downloading)
Dependencies
- Appccelerate.Fundamentals(>= 2.8 && < 3.0)
Tags
Features:
The evaluation engine provides a single entry point to ask questions (queries, calculations, ...),
Questioner is completely decoupled from answer finding algorithm,
Hierarchical evaluation engines (children inherit knowledge from parent),
Solution definitions can be loaded from modules or plug-ins,
Extensible to solve any kind of question (validation rules, status queries, …),
Fluent definition syntax allowing constraints, strategies, aggregators and mutiple expressions per question,
Thorough customizable logging.