Uses of Class
org.apache.jena.reasoner.rulesys.impl.BindingVector
Packages that use BindingVector
Package
Description
Internal implementation objects used by the rule system interpreters
and compilers.
-
Uses of BindingVector in org.apache.jena.reasoner.rulesys.impl
Methods in org.apache.jena.reasoner.rulesys.impl that return BindingVectorModifier and TypeMethodDescriptionstatic BindingVectorBindingVector.unify(TriplePattern goal, TriplePattern head, int numRuleVars) Unify a goal with the head of a rule.Methods in org.apache.jena.reasoner.rulesys.impl that return types with arguments of type BindingVectorModifier and TypeMethodDescriptionBindingVectorMultiSet.getSubSet(BindingVector env) Get an iterator over all BindingVectors currently present which match with envMethods in org.apache.jena.reasoner.rulesys.impl with parameters of type BindingVectorModifier and TypeMethodDescriptionvoidBindingVectorMultiSet.add(BindingVector env) Increase the current quantity of envvoidRETEQueue.fire(BindingVector env, boolean isAdd) Propagate a token to this node.voidRETESinkNode.fire(BindingVector env, boolean isAdd) Propagate a token to this node.voidRETETerminal.fire(BindingVector env, boolean isAdd) Propagate a token to this node.BindingVectorMultiSet.getSubSet(BindingVector env) Get an iterator over all BindingVectors currently present which match with envvoidBindingVectorMultiSet.remove(BindingVector env) Decrease the quantity of envConstructors in org.apache.jena.reasoner.rulesys.impl with parameters of type BindingVectorModifierConstructorDescriptionBindingVector(BindingVector clone) Constructor - create a binding environment which is a copy of the given environment