public enum ReasonerImplementation extends Enum<ReasonerImplementation>
Enum Constant and Description |
---|
ELK |
FACT |
HERMIT |
JFACT |
OWLLINK |
PELLET |
STRUCTURAL |
Modifier and Type | Method and Description |
---|---|
static ReasonerImplementation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReasonerImplementation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReasonerImplementation PELLET
public static final ReasonerImplementation HERMIT
public static final ReasonerImplementation JFACT
public static final ReasonerImplementation ELK
public static final ReasonerImplementation OWLLINK
public static final ReasonerImplementation FACT
public static final ReasonerImplementation STRUCTURAL
public static ReasonerImplementation[] values()
for (ReasonerImplementation c : ReasonerImplementation.values()) System.out.println(c);
public static ReasonerImplementation 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 null DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann