| Package | Description |
|---|---|
| com.clarkparsia.pellet.rules | |
| com.clarkparsia.pellet.rules.rete | |
| org.mindswap.pellet.utils | |
| org.mindswap.pellet.utils.fsm |
| Modifier and Type | Method and Description |
|---|---|
Pair<aterm.ATermAppl,DependencySet> |
RulesToReteTranslator.translateAtomObject(AtomObject obj)
Return a pair of a term, and a dependency set.
|
Pair<Rule,VariableBinding> |
ContinuousReteTransformer.translateFact(Fact fact)
Translate inferred rule binding into a Rule-VariableBinding pair.
|
| Modifier and Type | Method and Description |
|---|---|
<U> Collection<Pair<T,U>> |
Index.join(Index<S,U> index,
int shared)
Return a join of this index to the given index, joining on the first
shared variables. |
| Modifier and Type | Method and Description |
|---|---|
static <F,S> Pair<F,S> |
Pair.create(F f,
S s) |
| Modifier and Type | Method and Description |
|---|---|
List<Pair<State<T>,State<T>>> |
TransitionGraph.findTransitions(T transition) |
Copyright © 2013. All Rights Reserved.