org.mindswap.pellet.rete
Class AlphaIndex

java.lang.Object
  extended by org.mindswap.pellet.rete.AlphaIndex

public class AlphaIndex
extends java.lang.Object


Constructor Summary
AlphaIndex()
           
 
Method Summary
 boolean add(AlphaNode anode)
           
 boolean index(java.util.Map ind, AlphaNode node, java.util.List vars)
           
 java.util.List match(Triple pattern)
           
 java.util.List matchHelper(java.util.List pattern, java.lang.Object ind, java.util.List nodesMatched)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlphaIndex

public AlphaIndex()
Method Detail

index

public boolean index(java.util.Map ind,
                     AlphaNode node,
                     java.util.List vars)

match

public java.util.List match(Triple pattern)

matchHelper

public java.util.List matchHelper(java.util.List pattern,
                                  java.lang.Object ind,
                                  java.util.List nodesMatched)

add

public boolean add(AlphaNode anode)


Copyright © 2007-2009 Natalya Keberle. All Rights Reserved.