public enum NoExplanationEngine extends Enum<NoExplanationEngine> implements IExplanationEngine
Enum Constant and Description |
---|
SINGLETON |
Modifier and Type | Method and Description |
---|---|
static NoExplanationEngine |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NoExplanationEngine[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
activePropagator, explain, freeDecisionExplanation, getDecisionRefutationExplanation, getEventStore, getRuleStore, instantiateTo, isSaveCauses, makeExplanation, moveDecisionRefutation, removeValue, storeDecisionExplanation, undo, updateLowerBound, updateUpperBound
public static final NoExplanationEngine SINGLETON
public static NoExplanationEngine[] values()
for (NoExplanationEngine c : NoExplanationEngine.values()) System.out.println(c);
public static NoExplanationEngine valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2017. All rights reserved.