Uses of Interface
openllet.core.rules.BindingHelper
-
Packages that use BindingHelper Package Description openllet.core.rules openllet.core.rules.builtins -
-
Uses of BindingHelper in openllet.core.rules
Classes in openllet.core.rules that implement BindingHelper Modifier and Type Class Description classDataRangeBindingHelperTitle: Data Range Binding HelperclassDatavaluePropertyBindingHelperTitle: Datavalue Property Binding HelperclassObjectVariableBindingHelperTitle: Object Variable Binding HelperMethods in openllet.core.rules that return types with arguments of type BindingHelper Modifier and Type Method Description java.util.Collection<BindingHelper>TrivialSatisfactionHelpers. getHelpers(Rule rule)Constructor parameters in openllet.core.rules with type arguments of type BindingHelper Constructor Description BindingGeneratorImpl(VariableBinding initialBinding, java.util.Collection<BindingHelper> helpers)Constructs a _binding generator with the given list of _helpers. -
Uses of BindingHelper in openllet.core.rules.builtins
Methods in openllet.core.rules.builtins that return BindingHelper Modifier and Type Method Description BindingHelperBuiltIn. createHelper(BuiltInAtom atom)BindingHelperFunctionBuiltIn. createHelper(BuiltInAtom atom)BindingHelperGeneralFunctionBuiltIn. createHelper(BuiltInAtom atom)BindingHelperNoSuchBuiltIn. createHelper(BuiltInAtom atom)BindingHelperTesterBuiltIn. createHelper(BuiltInAtom atom)
-