Package-level declarations

Types

Link copied to clipboard
class CokoExecutor(configuration: CokoConfiguration, backend: CokoBackend) : Executor

The Executor to evaluate Coko (codyze.kts) specification files.

Link copied to clipboard
Link copied to clipboard

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.