Package edu.cmu.tetrad.algcomparison
Enum Class TimeoutComparison.ComparisonGraph
java.lang.Object
java.lang.Enum<TimeoutComparison.ComparisonGraph>
edu.cmu.tetrad.algcomparison.TimeoutComparison.ComparisonGraph
- All Implemented Interfaces:
Serializable
,Comparable<TimeoutComparison.ComparisonGraph>
,Constable
- Enclosing class:
TimeoutComparison
public static enum TimeoutComparison.ComparisonGraph
extends Enum<TimeoutComparison.ComparisonGraph>
An enum of graph types to compare.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe cpdag of the true dag.The pag of the true dag.The true dag. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TimeoutComparison.ComparisonGraph[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
true_DAG
The true dag. -
CPDAG_of_the_true_DAG
The cpdag of the true dag. -
PAG_of_the_true_DAG
The pag of the true dag.
-
-
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
-