public enum ReasonerType extends Enum<ReasonerType>
Enum Constant and Description |
---|
CLOSED_WORLD_REASONER |
DIG |
OWLAPI_FACT |
OWLAPI_FUZZY |
OWLAPI_HERMIT |
OWLAPI_JFACT |
OWLAPI_PELLET |
SPARQL_NATIVE |
Modifier and Type | Method and Description |
---|---|
boolean |
isOWLAPIReasoner() |
static ReasonerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReasonerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReasonerType DIG
public static final ReasonerType OWLAPI_FACT
public static final ReasonerType OWLAPI_PELLET
public static final ReasonerType OWLAPI_HERMIT
public static final ReasonerType OWLAPI_FUZZY
public static final ReasonerType OWLAPI_JFACT
public static final ReasonerType CLOSED_WORLD_REASONER
public static final ReasonerType SPARQL_NATIVE
public static ReasonerType[] values()
for (ReasonerType c : ReasonerType.values()) System.out.println(c);
public static ReasonerType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean isOWLAPIReasoner()
true
if reasoner type is OWL API, otherwise false
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann