commonMain.it.unibo.tuprolog.collections.rete.custom.IndexingNode.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of theory Show documentation
Show all versions of theory Show documentation
In-memory storage and indexing facilities for ordered and unordered knowledge bases composed by logic clauses
The newest version!
package it.unibo.tuprolog.collections.rete.custom
/**Marker interface to expand the capabilites of a [ReteNode] to behave as an [IndexingLeaf
*/
internal interface IndexingNode : ReteNode, IndexingLeaf
© 2015 - 2025 Weber Informatics LLC | Privacy Policy