org.semanticweb.elk.reasoner.incremental
Enum IncrementalStages
java.lang.Object
java.lang.Enum<IncrementalStages>
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
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
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.