Uses of Interface
org.apache.jena.reasoner.rulesys.impl.RETESinkNode
Packages that use RETESinkNode
Package
Description
Internal implementation objects used by the rule system interpreters
and compilers.
-
Uses of RETESinkNode in org.apache.jena.reasoner.rulesys.impl
Classes in org.apache.jena.reasoner.rulesys.impl that implement RETESinkNodeModifier and TypeClassDescriptionclassRepresents one input left of a join node.classThe final node in a RETE graph.Methods in org.apache.jena.reasoner.rulesys.impl with parameters of type RETESinkNodeModifier and TypeMethodDescriptionvoidRETEClauseFilter.setContinuation(RETESinkNode continuation) Set the continuation node for this node.voidRETEQueue.setContinuation(RETESinkNode continuation) Set the continuation node for this node (and any sibling)voidRETESourceNode.setContinuation(RETESinkNode continuation) Set the continuation node for this node.