org.topbraid.owlim.inference
Class OWLIM

java.lang.Object
  extended by org.topbraid.owlim.inference.OWLIM

public class OWLIM
extends java.lang.Object


Field Summary
static java.lang.String DEFAULT_RULESET
           
static java.lang.String OWL_HORST
           
static java.lang.String OWL_MAX
           
static java.lang.String RDFS
           
 
Constructor Summary
OWLIM()
           
 
Method Summary
static com.hp.hpl.jena.rdf.model.Model createInfModel(com.hp.hpl.jena.rdf.model.Model inputModel, org.eclipse.core.runtime.IProgressMonitor monitor, java.lang.String ruleset)
           
static boolean isSuppressed(com.hp.hpl.jena.graph.Triple triple)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OWL_MAX

public static java.lang.String OWL_MAX

OWL_HORST

public static java.lang.String OWL_HORST

RDFS

public static java.lang.String RDFS

DEFAULT_RULESET

public static java.lang.String DEFAULT_RULESET
Constructor Detail

OWLIM

public OWLIM()
Method Detail

createInfModel

public static com.hp.hpl.jena.rdf.model.Model createInfModel(com.hp.hpl.jena.rdf.model.Model inputModel,
                                                             org.eclipse.core.runtime.IProgressMonitor monitor,
                                                             java.lang.String ruleset)
                                                      throws java.lang.Throwable
Throws:
java.lang.Throwable

isSuppressed

public static boolean isSuppressed(com.hp.hpl.jena.graph.Triple triple)