|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ReasonerType | |
|---|---|
| org.dllearner.core | Core structure of DL-Learner including the definition of component types and a component manager. |
| org.dllearner.reasoning | Implements the connection to other reasoner or own reasoning/caching algorithms. |
| org.dllearner.reasoning.fuzzydll | |
| org.dllearner.utilities.components | |
| Uses of ReasonerType in org.dllearner.core |
|---|
| Methods in org.dllearner.core that return ReasonerType | |
|---|---|
abstract ReasonerType |
AbstractReasonerComponent.getReasonerType()
Gets the type of the underlying reasoner. |
ReasonerType |
ReasonerOld.getReasonerType()
Deprecated. |
| Uses of ReasonerType in org.dllearner.reasoning |
|---|
| Methods in org.dllearner.reasoning that return ReasonerType | |
|---|---|
ReasonerType |
ProtegeReasoner.getReasonerType()
|
ReasonerType |
OWLAPIReasoner.getReasonerType()
|
ReasonerType |
PelletReasoner.getReasonerType()
|
ReasonerType |
DIGReasoner.getReasonerType()
|
ReasonerType |
FastRetrievalReasoner.getReasonerType()
|
ReasonerType |
FastInstanceChecker.getReasonerType()
|
static ReasonerType |
ReasonerType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ReasonerType[] |
ReasonerType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of ReasonerType in org.dllearner.reasoning.fuzzydll |
|---|
| Methods in org.dllearner.reasoning.fuzzydll that return ReasonerType | |
|---|---|
ReasonerType |
FuzzyOWLAPIReasoner.getReasonerType()
|
| Uses of ReasonerType in org.dllearner.utilities.components |
|---|
| Methods in org.dllearner.utilities.components with parameters of type ReasonerType | |
|---|---|
static AbstractReasonerComponent |
ReasonerComponentFactory.getReasonerComponent(String ontologyFile,
ReasonerType type)
Simple method for creating a reasoner component. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||