org.topbraid.inference
Class SuppressedInferences
java.lang.Object
org.topbraid.inference.SuppressedInferences
public class SuppressedInferences
- extends java.lang.Object
|
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 |
SuppressedInferences
public SuppressedInferences()
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