Enum Class InteGraalKeywords.Algorithms.Parameters.Explanation
java.lang.Object
java.lang.Enum<InteGraalKeywords.Algorithms.Parameters.Explanation>
fr.inria.rules.integraal.configuration.keywords.InteGraalKeywords.Algorithms.Parameters.Explanation
- All Implemented Interfaces:
Serializable, Comparable<InteGraalKeywords.Algorithms.Parameters.Explanation>, Constable
- Enclosing class:
InteGraalKeywords.Algorithms.Parameters
public static enum InteGraalKeywords.Algorithms.Parameters.Explanation
extends Enum<InteGraalKeywords.Algorithms.Parameters.Explanation>
Options for Explainer
- Author:
- Federico Ulliana, Michel Leclère
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumExplainer backend solvers.static enumExplainer verbosity levels.static enumSupport content returned by the explainer.static enumStrategies used to compute the graph of rule instances.static enumStorage representations for the graph of rule instances.static enumParameters used to configure the GMUS solver.Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionTo compute minimal subsets of a KBTo compute supports for proof trees -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MINIMAL_SUBSET_EXPLANATION
To compute minimal subsets of a KB -
PROVENANCE
To compute supports for proof trees
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-