| Package | Description |
|---|---|
| com.clarkparsia.pellet.rules | |
| org.mindswap.pellet.tableau.branch |
| Modifier and Type | Method and Description |
|---|---|
Iterator<VariableBinding> |
BindingGeneratorImpl.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RuleAtomAsserter.assertAtom(RuleAtom atom,
VariableBinding binding,
DependencySet ds,
boolean negated,
ABox abox,
CompletionStrategy strategy) |
BindingGenerator |
BindingGeneratorStrategy.createGenerator(Rule rule,
VariableBinding initialBinding) |
BindingGenerator |
BindingGeneratorStrategyImpl.createGenerator(Rule rule,
VariableBinding initialBinding) |
DependencySet |
TrivialSatisfactionHelpers.isAtomTrue(RuleAtom atom,
VariableBinding binding) |
void |
DataRangeBindingHelper.rebind(VariableBinding newBinding) |
void |
BindingHelper.rebind(VariableBinding newBinding)
Set the incoming binding for this helper.
|
void |
ObjectVariableBindingHelper.rebind(VariableBinding newBinding) |
void |
DatavaluePropertyBindingHelper.rebind(VariableBinding newBinding)
Set the incoming binding for this helper.
|
void |
DataRangeBindingHelper.setCurrentBinding(VariableBinding currentBinding) |
void |
BindingHelper.setCurrentBinding(VariableBinding currentBinding)
Set the variables this pattern uses in the given map.
|
void |
ObjectVariableBindingHelper.setCurrentBinding(VariableBinding currentBinding) |
void |
DatavaluePropertyBindingHelper.setCurrentBinding(VariableBinding currentBinding)
Set the variables this pattern uses in the given map.
|
| Constructor and Description |
|---|
BindingGeneratorImpl(ABox abox,
VariableBinding initialBinding,
Collection<BindingHelper> helpers)
Constructs a binding generator with the given list of helpers.
|
PartialBinding(Rule rule,
VariableBinding binding,
DependencySet ds) |
VariableBinding(VariableBinding binding)
Shallow copies the binding maps.
|
| Constructor and Description |
|---|
RuleBranch(ABox abox,
CompletionStrategy completion,
RuleAtomAsserter ruleAtomAsserter,
List<RuleAtom> atoms,
VariableBinding binding,
int bodyAtomCount,
DependencySet ds) |
Copyright © 2019. All rights reserved.