Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
abstract ReasonerType |
AbstractReasonerComponent.getReasonerType()
Gets the type of the underlying reasoner.
|
Modifier and Type | Method and Description |
---|---|
ReasonerType |
SPARQLReasoner.getReasonerType() |
ReasonerType |
OWLAPIReasoner.getReasonerType() |
ReasonerType |
ClosedWorldReasoner.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.
|
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann