Interface CortexInference

All Known Subinterfaces:
Cortex

public interface CortexInference
Rebuilds the statements the knowledge graph derives by rule-based inference.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Rebuilds 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; approve extends the closure incrementally instead. Call this directly only when the underlying assertions have been modified through other means.