Package openllet.core.rules.rete
Class AlphaNode
- java.lang.Object
-
- openllet.core.rules.rete.ReteNode
-
- openllet.core.rules.rete.AlphaNode
-
- Direct Known Subclasses:
AlphaDiffFromNode,AlphaEdgeNode,AlphaTypeNode
public abstract class AlphaNode extends ReteNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.util.Iterator<WME>getMatches()abstract java.util.Iterator<WME>getMatches(int argIndex, Node arg)abstract booleanmatches(RuleAtom atom)voidprint(java.lang.String indent)voidsetDoExplanation(boolean doExplanation)
-