Package openllet.core.rules.rete
Class Compiler
- java.lang.Object
-
- openllet.core.rules.rete.Compiler
-
public class Compiler extends java.lang.ObjectTitle: Compiler
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
-
-
Constructor Summary
Constructors Constructor Description Compiler(ContinuousRulesStrategy strategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompile(Rule rule, java.util.Set<openllet.aterm.ATermAppl> explain)AlphaNetworkgetAlphaNet()
-
-
-
Constructor Detail
-
Compiler
public Compiler(ContinuousRulesStrategy strategy)
-
-
Method Detail
-
getAlphaNet
public AlphaNetwork getAlphaNet()
-
compile
public void compile(Rule rule, java.util.Set<openllet.aterm.ATermAppl> explain)
-
-