org.topbraid.inference
Class SuppressedInferences

java.lang.Object
  extended by org.topbraid.inference.SuppressedInferences

public class SuppressedInferences
extends java.lang.Object


Constructor Summary
SuppressedInferences()
           
 
Method Summary
static boolean isSuppressed(com.hp.hpl.jena.rdf.model.Resource subject, com.hp.hpl.jena.rdf.model.Resource predicate, com.hp.hpl.jena.rdf.model.RDFNode object)
           
static void removeRedundantInferences(org.eclipse.core.runtime.IProgressMonitor monitor, com.hp.hpl.jena.ontology.OntModel ontModel, java.util.Set<com.hp.hpl.jena.rdf.model.Statement> toAdd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuppressedInferences

public SuppressedInferences()
Method Detail

isSuppressed

public static boolean isSuppressed(com.hp.hpl.jena.rdf.model.Resource subject,
                                   com.hp.hpl.jena.rdf.model.Resource predicate,
                                   com.hp.hpl.jena.rdf.model.RDFNode object)

removeRedundantInferences

public static void removeRedundantInferences(org.eclipse.core.runtime.IProgressMonitor monitor,
                                             com.hp.hpl.jena.ontology.OntModel ontModel,
                                             java.util.Set<com.hp.hpl.jena.rdf.model.Statement> toAdd)
                                      throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException