org.dllearner.reasoning
Enum ReasonerType

java.lang.Object
  extended by java.lang.Enum<ReasonerType>
      extended by org.dllearner.reasoning.ReasonerType
All Implemented Interfaces:
Serializable, Comparable<ReasonerType>

public enum ReasonerType
extends Enum<ReasonerType>

Enumeration of available reasoner types

Author:
Jens Lehmann

Enum Constant Summary
DIG
           
FAST_INSTANCE_CHECKER
           
FAST_RETRIEVAL
           
KAON2
           
OWLAPI_FACT
           
OWLAPI_FUZZY
           
OWLAPI_HERMIT
           
OWLAPI_PELLET
           
PELLET
           
PROTEGE
           
 
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.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann