org.semanticweb.elk.reasoner.incremental
Enum IncrementalStages

java.lang.Object
  extended by java.lang.Enum<IncrementalStages>
      extended by org.semanticweb.elk.reasoner.incremental.IncrementalStages
All Implemented Interfaces:
Serializable, Comparable<IncrementalStages>

public enum IncrementalStages
extends Enum<IncrementalStages>

Author:
Pavel Klinov pavel.klinov@uni-ulm.de

Enum Constant Summary
ADDITION
           
ADDITIONS_INIT
           
COMPLETION
           
CONTEXT_AFTER_CLEAN_INIT
           
CONTEXT_AFTER_DEL_INIT
           
CONTEXT_CLEANING
           
DELETION
           
DELETIONS_INIT
           
TAXONOMY_CLEANING
           
TAXONOMY_CONSTRUCTION
           
 
Method Summary
abstract  String toString()
           
static IncrementalStages valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IncrementalStages[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ADDITIONS_INIT

public static final IncrementalStages ADDITIONS_INIT

DELETIONS_INIT

public static final IncrementalStages DELETIONS_INIT

CONTEXT_AFTER_DEL_INIT

public static final IncrementalStages CONTEXT_AFTER_DEL_INIT

CONTEXT_AFTER_CLEAN_INIT

public static final IncrementalStages CONTEXT_AFTER_CLEAN_INIT

DELETION

public static final IncrementalStages DELETION

ADDITION

public static final IncrementalStages ADDITION

CONTEXT_CLEANING

public static final IncrementalStages CONTEXT_CLEANING

COMPLETION

public static final IncrementalStages COMPLETION

TAXONOMY_CLEANING

public static final IncrementalStages TAXONOMY_CLEANING

TAXONOMY_CONSTRUCTION

public static final IncrementalStages TAXONOMY_CONSTRUCTION
Method Detail

values

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

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

valueOf

public static IncrementalStages 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

toString

public abstract String toString()
Overrides:
toString in class Enum<IncrementalStages>


Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.