Uses of Class
org.apache.jena.reasoner.rulesys.impl.BindingStack
Packages that use BindingStack
Package
Description
Internal implementation objects used by the rule system interpreters
and compilers.
-
Uses of BindingStack in org.apache.jena.reasoner.rulesys.impl
Methods in org.apache.jena.reasoner.rulesys.impl that return BindingStackModifier and TypeMethodDescriptionBFRuleContext.getEnvStack()Variant of the generic getEnv interface specific to the basic forward rule system.Methods in org.apache.jena.reasoner.rulesys.impl with parameters of type BindingStackModifier and TypeMethodDescriptionstatic booleanFRuleEngine.match(Node pattern, Node node, BindingStack env) Test if a pattern Node matches a Triple Node in the given binding environment.static booleanFRuleEngine.match(TriplePattern pattern, Triple triple, BindingStack env) Test if a TriplePattern matches a Triple in the given binding environment.