SpecEvaluator

Evaluates the rules. It first collects all scripts and divides it in the models and implementations. Then, it generates inputs for the rules and calls the rules with the found implementations.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val types: List<KClass<*>>

Functions

Link copied to clipboard
fun addSpec(scriptClass: KClass<*>, scriptInstance: Any)
Link copied to clipboard