Package ai.chatur.cortex
Interface CortexInference
- All Known Subinterfaces:
Cortex
public interface CortexInference
Rebuilds the statements the knowledge graph derives by rule-based inference.
-
Method Summary
Modifier and TypeMethodDescriptionvoidRebuilds the statements derived by inference from the current assertions.
-
Method Details
-
recomputeInference
void recomputeInference()Rebuilds the statements derived by inference from the current assertions.The Spring starter invokes this automatically at application startup;
approveextends the closure incrementally instead. Call this directly only when the underlying assertions have been modified through other means.
-