org.mindswap.pellet.tableau.completion.rule
Class AllValuesRule

java.lang.Object
  extended by org.mindswap.pellet.tableau.completion.rule.AbstractTableauRule
      extended by org.mindswap.pellet.tableau.completion.rule.AllValuesRule
All Implemented Interfaces:
TableauRule
Direct Known Subclasses:
SimpleAllValuesRule

public class AllValuesRule
extends AbstractTableauRule

Title:

Description:

Copyright: Copyright (c) 2009

Company: Clark & Parsia, LLC.

Author:
Evren Sirin

Field Summary
 
Fields inherited from class org.mindswap.pellet.tableau.completion.rule.AbstractTableauRule
log
 
Constructor Summary
AllValuesRule(CompletionStrategy strategy)
           
 
Method Summary
 void apply(Individual x)
           
 void applyAllValues(Individual x, aterm.ATermAppl av, DependencySet ds)
          Apply the allValues rule for the given type with the given dependency.
 void applyAllValues(Individual subj, Role pred, Node obj, DependencySet ds)
           
 
Methods inherited from class org.mindswap.pellet.tableau.completion.rule.AbstractTableauRule
apply, isDisabled
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllValuesRule

public AllValuesRule(CompletionStrategy strategy)
Method Detail

apply

public void apply(Individual x)

applyAllValues

public void applyAllValues(Individual x,
                           aterm.ATermAppl av,
                           DependencySet ds)
Apply the allValues rule for the given type with the given dependency. The concept is in the form all(r,C) and this function adds C to all r-neighbors of x

Parameters:
x -
av -
ds -

applyAllValues

public void applyAllValues(Individual subj,
                           Role pred,
                           Node obj,
                           DependencySet ds)


Copyright © 2004 Evren Sirin. All Rights Reserved.