Interaction with external reasoners
Interaction with external reasoners
The current progress monitor to use.
The current progress monitor to use.
(coherent? ontology)
Returns true if the ontology is coherent
Returns true if the ontology is coherent
(consistent? ontology)
Returns true if the ontology is consistent.
This method can throw an InconsistentOntologyException
Returns true if the ontology is consistent. This method can throw an InconsistentOntologyException
(discard-reasoner ontology)
Explicitly discard the reasoner for a given ontology. This should happen automatically.
Explicitly discard the reasoner for a given ontology. This should happen automatically.
(entities nodeset)
Return all entities for a nodeset.
Return all entities for a nodeset.
(iequivalent-class? ontology name equiv)
Returns true if name and equiv are equivalent in ontology.
Returns true if name and equiv are equivalent in ontology.
(iequivalent-classes ontology name)
Returns equivalent classes to name in ontology. Returns a set which may include top or bottom.
Returns equivalent classes to name in ontology. Returns a set which may include top or bottom.
(instances ontology class)
Returns all instances of class in ontology.
Returns all instances of class in ontology.
(isubclass? ontology name subclass)
Returns true if name has subclass as a strict subclass
Returns true if name has subclass as a strict subclass
(isubclasses o name)
Returns all infered subclasses of name in ontology o. Returns a clojure set, and does not return top or bottom.
Returns all infered subclasses of name in ontology o. Returns a clojure set, and does not return top or bottom.
(isuperclass? ontology name superclass)
Returns true if name has superclass as a strict superclass.
Returns true if name has superclass as a strict superclass.
(isuperclasses ontology name)
Return all superclasses in ontology for name. Returns a (clojure) set and does not return top or bottom.
Return all superclasses in ontology for name. Returns a (clojure) set and does not return top or bottom.
(no-top-bottom coll)
Delete top and bottom from a collection.
Delete top and bottom from a collection.
(reasoner ontology)
Returns a reasoner for the given ontology, creating a new one if necessary from the current reasoner-factory.
Returns a reasoner for the given ontology, creating a new one if necessary from the current reasoner-factory.
(reasoner-factory)
(reasoner-factory reasoner-keyword)
Return or set the reasoner factory. The reasoner must be either :hermit, :elk or :jfact. It can also be :nil, which will leave no reasoner factory set.
Return or set the reasoner factory. The reasoner must be either :hermit, :elk or :jfact. It can also be :nil, which will leave no reasoner factory set.
(reasoner-for-ontology ontology)
Return an reasoner for the given ontology if it exists. Normally the reasoner function is better to use.
Return an reasoner for the given ontology if it exists. Normally the reasoner function is better to use.
(reasoner-progress-monitor-gui)
Return a new graphical progress monitor.
Return a new graphical progress monitor.
(reasoner-progress-monitor-gui-maybe)
Return a gui monitor unless we are headless.
Return a gui monitor unless we are headless.
(reasoner-progress-monitor-silent)
Returns a new progress monitor which is silent.
Returns a new progress monitor which is silent.
(reasoner-progress-monitor-text)
Return a new text based progress monitor.
Return a new text based progress monitor.
(unsatisfiable ontology)
Returns all unsatisfiable classes from the current ontology
Throws an org.semanticweb.owlapi.reasoner.InconsistentOntologyException if the ontology is inconsistent
Returns all unsatisfiable classes from the current ontology Throws an org.semanticweb.owlapi.reasoner.InconsistentOntologyException if the ontology is inconsistent
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close