A C E G I O R S

A

AbstractOWLApiReasoningService - Class in org.apache.stanbol.reasoners.owlapi
This abstract class implements basic methods for a reasoning service based on OWLApi
AbstractOWLApiReasoningService() - Constructor for class org.apache.stanbol.reasoners.owlapi.AbstractOWLApiReasoningService
 

C

classify(OWLOntology) - Method in class org.apache.stanbol.reasoners.owlapi.AbstractOWLApiReasoningService
Classify, returns only axioms about classes and instances This is the default implementation of task ReasoningService.Tasks.CLASSIFY.
classify(OWLOntology, List<SWRLRule>) - Method in class org.apache.stanbol.reasoners.owlapi.AbstractOWLApiReasoningService
Classify, merge SWRL rules in the input ontology, before This is the default implementation of task ReasoningService.Tasks.CLASSIFY when rules are given.
createOWLOntologyManager() - Method in class org.apache.stanbol.reasoners.owlapi.AbstractOWLApiReasoningService
An OWLOntologyManager to be used to place a target ontology.

E

enrich(OWLOntology) - Method in class org.apache.stanbol.reasoners.owlapi.AbstractOWLApiReasoningService
Enrich, return all inferences.
enrich(OWLOntology, boolean) - Method in class org.apache.stanbol.reasoners.owlapi.AbstractOWLApiReasoningService
Enrich, return all inferences.
enrich(OWLOntology, List<SWRLRule>) - Method in class org.apache.stanbol.reasoners.owlapi.AbstractOWLApiReasoningService
Enrich, merge SWRL rules and return all inferences.
enrich(OWLOntology, List<SWRLRule>, boolean) - Method in class org.apache.stanbol.reasoners.owlapi.AbstractOWLApiReasoningService
Enrich, merge SWRL rules and return all inferences.

G

getClassifyAxiomGenerators() - Method in class org.apache.stanbol.reasoners.owlapi.AbstractOWLApiReasoningService
InferredAxiomGenerators to use for the classify() reasoning method.
getEnrichAxiomGenerators() - Method in class org.apache.stanbol.reasoners.owlapi.AbstractOWLApiReasoningService
InferredAxiomGenerators to use for the enrich() reasoning method.
getModelType() - Method in class org.apache.stanbol.reasoners.owlapi.AbstractOWLApiReasoningService
OWLApi based reasoning services have type OWLOntology as input type
getReasoner(OWLOntology) - Method in class org.apache.stanbol.reasoners.owlapi.AbstractOWLApiReasoningService
Method to be implemented by subclasses.
getRuleType() - Method in class org.apache.stanbol.reasoners.owlapi.AbstractOWLApiReasoningService
OWLApi based reasoning services have type SWRLRule as rule type
getStatementType() - Method in class org.apache.stanbol.reasoners.owlapi.AbstractOWLApiReasoningService
OWLApi based reasoning services have type OWLAxiom as statement type
getSupportedTasks() - Method in class org.apache.stanbol.reasoners.owlapi.AbstractOWLApiReasoningService
The abstract implementation of an OWLApi based reasoning service supports all default ReasoningService.Tasks.

I

isConsistent(OWLOntology) - Method in class org.apache.stanbol.reasoners.owlapi.AbstractOWLApiReasoningService
Only check consistency.
isConsistent(OWLOntology, List<SWRLRule>) - Method in class org.apache.stanbol.reasoners.owlapi.AbstractOWLApiReasoningService
Only check consistency.

O

org.apache.stanbol.reasoners.owlapi - package org.apache.stanbol.reasoners.owlapi
 
OWLApiReasoningService - Interface in org.apache.stanbol.reasoners.owlapi
Interface for any OWLApi based reasoning service

R

run(OWLOntology, List<InferredAxiomGenerator<? extends OWLAxiom>>) - Method in class org.apache.stanbol.reasoners.owlapi.AbstractOWLApiReasoningService
Generic method for running the reasoner
run(OWLOntology, List<SWRLRule>, List<InferredAxiomGenerator<? extends OWLAxiom>>) - Method in class org.apache.stanbol.reasoners.owlapi.AbstractOWLApiReasoningService
Merges the SWRL rules in the input ontology, then calls run(OWLOntology,List>)
run(OWLOntology, List<SWRLRule>, List<InferredAxiomGenerator<? extends OWLAxiom>>) - Method in interface org.apache.stanbol.reasoners.owlapi.OWLApiReasoningService
 
run(OWLOntology, List<InferredAxiomGenerator<? extends OWLAxiom>>) - Method in interface org.apache.stanbol.reasoners.owlapi.OWLApiReasoningService
 
runTask(String, OWLOntology) - Method in class org.apache.stanbol.reasoners.owlapi.AbstractOWLApiReasoningService
This method provides the default implementation for executing one of the default tasks with no additional arguments.
runTask(String, OWLOntology, List<SWRLRule>, boolean, Map<String, List<String>>) - Method in class org.apache.stanbol.reasoners.owlapi.AbstractOWLApiReasoningService
This method provides the default implementation for executing one of the default tasks.

S

supportsTask(String) - Method in class org.apache.stanbol.reasoners.owlapi.AbstractOWLApiReasoningService
 

A C E G I O R S

Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.