org.dllearner.test.junit
Enum TestOntologies.TestOntology

java.lang.Object
  extended by java.lang.Enum<TestOntologies.TestOntology>
      extended by org.dllearner.test.junit.TestOntologies.TestOntology
All Implemented Interfaces:
Serializable, Comparable<TestOntologies.TestOntology>
Enclosing class:
TestOntologies

public static enum TestOntologies.TestOntology
extends Enum<TestOntologies.TestOntology>


Enum Constant Summary
CARCINOGENESIS
           
DATA1
           
EMPTY
           
EPC_OE
           
FATHER_OE
           
FIVE_ROLES
           
R1SUBR2
           
SIMPLE
           
SIMPLE_NO_DISJOINT
           
SIMPLE_NO_DR
           
SIMPLE_NO_DR_DISJOINT
           
SIMPLE2
           
SIMPLE3
           
 
Method Summary
static TestOntologies.TestOntology valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TestOntologies.TestOntology[] 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

EMPTY

public static final TestOntologies.TestOntology EMPTY

SIMPLE

public static final TestOntologies.TestOntology SIMPLE

SIMPLE_NO_DR

public static final TestOntologies.TestOntology SIMPLE_NO_DR

SIMPLE_NO_DISJOINT

public static final TestOntologies.TestOntology SIMPLE_NO_DISJOINT

SIMPLE_NO_DR_DISJOINT

public static final TestOntologies.TestOntology SIMPLE_NO_DR_DISJOINT

SIMPLE2

public static final TestOntologies.TestOntology SIMPLE2

SIMPLE3

public static final TestOntologies.TestOntology SIMPLE3

R1SUBR2

public static final TestOntologies.TestOntology R1SUBR2

DATA1

public static final TestOntologies.TestOntology DATA1

FIVE_ROLES

public static final TestOntologies.TestOntology FIVE_ROLES

FATHER_OE

public static final TestOntologies.TestOntology FATHER_OE

CARCINOGENESIS

public static final TestOntologies.TestOntology CARCINOGENESIS

EPC_OE

public static final TestOntologies.TestOntology EPC_OE
Method Detail

values

public static TestOntologies.TestOntology[] 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 (TestOntologies.TestOntology c : TestOntologies.TestOntology.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static TestOntologies.TestOntology 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-2008 Jens Lehmann