Enum Class InteGraalKeywords.MonitoringOperations
java.lang.Object
java.lang.Enum<InteGraalKeywords.MonitoringOperations>
fr.inria.rules.integraal.configuration.keywords.InteGraalKeywords.MonitoringOperations
- All Implemented Interfaces:
Serializable, Comparable<InteGraalKeywords.MonitoringOperations>, Constable
- Enclosing class:
InteGraalKeywords
public static enum InteGraalKeywords.MonitoringOperations
extends Enum<InteGraalKeywords.MonitoringOperations>
Defines various operations in InteGraal.
- Author:
- Federico Ulliana, Michel Leclère
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionExecute a rewritingExecute a chaseLoad Factbase OperationLoad Query Workload OperationLoad Rulebase OperationEvaluate a query -
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
-
LOAD_FACTBASE
Load Factbase Operation -
LOAD_RULEBASE
Load Rulebase Operation -
LOAD_QUERY_WORKLOAD
Load Query Workload Operation -
KBCHASE_EXECUTION
Execute a chase -
COMPUTING_UFOQ_REWRITING_EXECUTION
Execute a rewriting -
QUERY_EVALUATION
Evaluate a query
-
-
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
-