org.dllearner.reasoning
Enum ReasonerType
java.lang.Object
java.lang.Enum<ReasonerType>
org.dllearner.reasoning.ReasonerType
- All Implemented Interfaces:
- Serializable, Comparable<ReasonerType>
public enum ReasonerType
- extends Enum<ReasonerType>
Enumeration of available reasoner types
- Author:
- Jens Lehmann
|
Method Summary |
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. |
KAON2
public static final ReasonerType KAON2
DIG
public static final ReasonerType DIG
FAST_RETRIEVAL
public static final ReasonerType FAST_RETRIEVAL
OWLAPI_FACT
public static final ReasonerType OWLAPI_FACT
OWLAPI_PELLET
public static final ReasonerType OWLAPI_PELLET
OWLAPI_HERMIT
public static final ReasonerType OWLAPI_HERMIT
OWLAPI_FUZZY
public static final ReasonerType OWLAPI_FUZZY
FAST_INSTANCE_CHECKER
public static final ReasonerType FAST_INSTANCE_CHECKER
PELLET
public static final ReasonerType PELLET
PROTEGE
public static final ReasonerType PROTEGE
values
public static ReasonerType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ReasonerType c : ReasonerType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ReasonerType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann