Uses of Class
org.apache.jena.reasoner.rulesys.Node_RuleVariable
Packages that use Node_RuleVariable
Package
Description
Provides a selection of simple rule engines for Jena inference models.
Internal implementation objects used by the rule system interpreters
and compilers.
-
Uses of Node_RuleVariable in org.apache.jena.reasoner.rulesys
Fields in org.apache.jena.reasoner.rulesys declared as Node_RuleVariableModifier and TypeFieldDescriptionstatic final Node_RuleVariableNode_RuleVariable.WILDA static wildcard - like Node.ANY but tests equal to other Node_RuleVariablesMethods in org.apache.jena.reasoner.rulesys that return Node_RuleVariableModifier and TypeMethodDescriptionNode_RuleVariable.cloneNode()Clone the rule variable to allow multiple rule instaces to be active at the same time. -
Uses of Node_RuleVariable in org.apache.jena.reasoner.rulesys.impl
Methods in org.apache.jena.reasoner.rulesys.impl with parameters of type Node_RuleVariableModifier and TypeMethodDescriptionvoidBindingStack.bindNoCheck(Node_RuleVariable var, Node value) Bind a variable in the current envionment to the given value.