Uses of Interface
org.apache.jena.reasoner.rulesys.impl.RETENode
Packages that use RETENode
Package
Description
Internal implementation objects used by the rule system interpreters
and compilers.
-
Uses of RETENode in org.apache.jena.reasoner.rulesys.impl
Subinterfaces of RETENode in org.apache.jena.reasoner.rulesys.implModifier and TypeInterfaceDescriptioninterfaceInterface for all inner nodes in the RETE network.interfaceInterface for all non-terminal nodes in the network.Classes in org.apache.jena.reasoner.rulesys.impl that implement RETENodeModifier and TypeClassDescriptionclassChecks a triple against the grounded matches and intra-triple matches for a single rule clause.classRepresents one input left of a join node.classThe final node in a RETE graph.Methods in org.apache.jena.reasoner.rulesys.impl that return RETENodeModifier and TypeMethodDescriptionRETEClauseFilter.clone(Map<RETENode, RETENode> netCopy, RETERuleContext context) Clone this node in the network.RETENode.clone(Map<RETENode, RETENode> netCopy, RETERuleContext context) Clone this node in the network across to a different context.RETEQueue.clone(Map<RETENode, RETENode> netCopy, RETERuleContext context) Clone this node in the network.RETETerminal.clone(Map<RETENode, RETENode> netCopy, RETERuleContext contextIn) Clone this node in the network.Method parameters in org.apache.jena.reasoner.rulesys.impl with type arguments of type RETENodeModifier and TypeMethodDescriptionRETEClauseFilter.clone(Map<RETENode, RETENode> netCopy, RETERuleContext context) Clone this node in the network.RETEClauseFilter.clone(Map<RETENode, RETENode> netCopy, RETERuleContext context) Clone this node in the network.RETENode.clone(Map<RETENode, RETENode> netCopy, RETERuleContext context) Clone this node in the network across to a different context.RETENode.clone(Map<RETENode, RETENode> netCopy, RETERuleContext context) Clone this node in the network across to a different context.RETEQueue.clone(Map<RETENode, RETENode> netCopy, RETERuleContext context) Clone this node in the network.RETEQueue.clone(Map<RETENode, RETENode> netCopy, RETERuleContext context) Clone this node in the network.RETETerminal.clone(Map<RETENode, RETENode> netCopy, RETERuleContext contextIn) Clone this node in the network.RETETerminal.clone(Map<RETENode, RETENode> netCopy, RETERuleContext contextIn) Clone this node in the network.