run method
Runs the Datalog program to compute derived facts.
Implementation
@override
void run() {
if (!_initialized) {
throw StateError('Engine not initialized');
}
_run();
}
Runs the Datalog program to compute derived facts.
@override
void run() {
if (!_initialized) {
throw StateError('Engine not initialized');
}
_run();
}