public class ContinuousReteTransformer extends Object
Title: Rules To Continuous Rete Transformer
Description: Transforms rules for use with continuous rete.
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
| Modifier and Type | Field and Description |
|---|---|
static aterm.ATermAppl |
VARBINDING |
| Constructor and Description |
|---|
ContinuousReteTransformer(ABox abox) |
| Modifier and Type | Method and Description |
|---|---|
protected aterm.ATermAppl |
getRuleID(Rule rule) |
Rule |
transformRule(Rule rule)
Transform the rule as follows:
|
Pair<Rule,VariableBinding> |
translateFact(Fact fact)
Translate inferred rule binding into a Rule-VariableBinding pair.
|
public ContinuousReteTransformer(ABox abox)
protected aterm.ATermAppl getRuleID(Rule rule)
public Rule transformRule(Rule rule)
Transform the rule as follows:
public Pair<Rule,VariableBinding> translateFact(Fact fact)
Copyright © 2013. All Rights Reserved.