| Package | Description |
|---|---|
| com.clarkparsia.pellet.rules | |
| com.clarkparsia.pellet.rules.model | |
| com.clarkparsia.pellet.rules.rete |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<? extends AtomVariable,? extends Node>> |
VariableBinding.entrySet() |
Collection<AtomVariable> |
DataRangeBindingHelper.getBindableVars(Collection<AtomVariable> bound) |
Collection<? extends AtomVariable> |
BindingHelper.getBindableVars(Collection<AtomVariable> bound)
Returns a set of variables which this binding helper can bind.
|
Collection<AtomVariable> |
DatavaluePropertyBindingHelper.getBindableVars(Collection<AtomVariable> bound) |
Collection<AtomVariable> |
DataRangeBindingHelper.getPrerequisiteVars(Collection<AtomVariable> bound) |
Collection<? extends AtomVariable> |
BindingHelper.getPrerequisiteVars(Collection<AtomVariable> bound)
Returns a set of variables which must be bound before this helper can generate bindings.
|
Collection<AtomVariable> |
DatavaluePropertyBindingHelper.getPrerequisiteVars(Collection<AtomVariable> bound) |
static Collection<AtomVariable> |
VariableUtils.getVars(RuleAtom atom)
Static convenience function to return the variables used
in the given atom.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<AtomVariable> |
DataRangeBindingHelper.getBindableVars(Collection<AtomVariable> bound) |
Collection<? extends AtomVariable> |
BindingHelper.getBindableVars(Collection<AtomVariable> bound)
Returns a set of variables which this binding helper can bind.
|
Collection<AtomIVariable> |
ObjectVariableBindingHelper.getBindableVars(Collection<AtomVariable> bound) |
Collection<AtomVariable> |
DatavaluePropertyBindingHelper.getBindableVars(Collection<AtomVariable> bound) |
Collection<AtomVariable> |
DataRangeBindingHelper.getPrerequisiteVars(Collection<AtomVariable> bound) |
Collection<? extends AtomVariable> |
BindingHelper.getPrerequisiteVars(Collection<AtomVariable> bound)
Returns a set of variables which must be bound before this helper can generate bindings.
|
Collection<AtomIVariable> |
ObjectVariableBindingHelper.getPrerequisiteVars(Collection<AtomVariable> bound) |
Collection<AtomVariable> |
DatavaluePropertyBindingHelper.getPrerequisiteVars(Collection<AtomVariable> bound) |
| Modifier and Type | Class and Description |
|---|---|
class |
AtomDVariable
Title: Atom Data Variable
|
class |
AtomIVariable
Title: Atom Instance Variable
|
| Constructor and Description |
|---|
ProduceBinding(ContinuousRulesStrategy strategy,
Set<aterm.ATermAppl> explain,
Rule rule,
Map<AtomVariable,NodeProvider> args) |
Copyright © 2019. All rights reserved.