|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<BufferingMode>
org.semanticweb.owlapi.reasoner.BufferingMode
public enum BufferingMode
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 04-Dec-2009
OWLReasoner.getBufferingMode().
| Enum Constant Summary | |
|---|---|
BUFFERING
Represents a mode where ontology changes are buffered inside an OWLReasoner. |
|
NON_BUFFERING
Represents a mode where ontology changes are not buffered inside an OWLReasoner. |
|
| Method Summary | |
|---|---|
static BufferingMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BufferingMode[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final BufferingMode BUFFERING
OWLReasoner.flush() method.
public static final BufferingMode NON_BUFFERING
| Method Detail |
|---|
public static final BufferingMode[] values()
for(BufferingMode c : BufferingMode.values())
System.out.println(c);
public static BufferingMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||