org.mindswap.pellet.rete
Class AlphaNode

java.lang.Object
  extended by org.mindswap.pellet.rete.Node
      extended by org.mindswap.pellet.rete.AlphaNode

public class AlphaNode
extends Node


Field Summary
 
Fields inherited from class org.mindswap.pellet.rete.Node
ind, svars, vars
 
Constructor Summary
AlphaNode(Triple t)
           
 
Method Summary
 boolean add(Fact fact)
           
 void clear()
           
 java.util.Map getBindings(java.util.List row)
           
 boolean index(java.util.Map ind, java.util.Map bindings, java.util.List key, Fact factAdded)
           
 java.util.Map match(Fact fact)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlphaNode

public AlphaNode(Triple t)
Method Detail

clear

public void clear()

getBindings

public java.util.Map getBindings(java.util.List row)

index

public boolean index(java.util.Map ind,
                     java.util.Map bindings,
                     java.util.List key,
                     Fact factAdded)

match

public java.util.Map match(Fact fact)

add

public boolean add(Fact fact)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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