|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.clarkparsia.pellet.rules.rete.AlphaIndex
public class AlphaIndex
Title: Alpha Index
Description:
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
Constructor Summary | |
---|---|
AlphaIndex()
|
Method Summary | |
---|---|
AlphaNode |
add(TermTuple pattern)
|
java.util.Collection<AlphaNode> |
match(Fact fact)
Return a list of matching alpha nodes for a given pattern |
void |
reset()
Reset all alpha nodes (clear their match facts) |
int |
size()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AlphaIndex()
Method Detail |
---|
public AlphaNode add(TermTuple pattern)
public java.util.Collection<AlphaNode> match(Fact fact)
public void reset()
public int size()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |