public static enum BenchmarkResults.BenchIdx extends java.lang.Enum<BenchmarkResults.BenchIdx>
Modifier and Type | Method and Description |
---|---|
static BenchmarkResults.BenchIdx |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BenchmarkResults.BenchIdx[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BenchmarkResults.BenchIdx MERGE_TIME
public static final BenchmarkResults.BenchIdx LOCAL_PARTITIONING_TIME
public static final BenchmarkResults.BenchIdx HASH_CODE_PASS1_TIME
public static final BenchmarkResults.BenchIdx HASH_CODE_PASS2_TIME
public static final BenchmarkResults.BenchIdx EXPORT_MATCHING_TIME
public static final BenchmarkResults.BenchIdx SIZE_MATCHING_TIME
public static final BenchmarkResults.BenchIdx SIZE_CHECKING_TIME
public static final BenchmarkResults.BenchIdx FORCED_PARTITION_TIME
public static final BenchmarkResults.BenchIdx EXPORT_CHECKING_TIME
public static final BenchmarkResults.BenchIdx RANDOM_MATCHING_TIME
public static final BenchmarkResults.BenchIdx FINAL_SWAP_TIME
public static final BenchmarkResults.BenchIdx ABSTRACTION_CONSTRUCTION_TIME
public static final BenchmarkResults.BenchIdx BACKTRACK_SPACE
public static final BenchmarkResults.BenchIdx BACKTRACK_GUESSES
public static final BenchmarkResults.BenchIdx SUB_NCC_TIME
public static final BenchmarkResults.BenchIdx SUB_NCC_COUNT
public static final BenchmarkResults.BenchIdx SCHREIER_SIMS_TIME
public static final BenchmarkResults.BenchIdx SCHREIER_SIMS_COUNT
public static final BenchmarkResults.BenchIdx QUICK_INTERCHANGE_TIME
public static final BenchmarkResults.BenchIdx QUICK_INTERCHANGE_COUNT
public static final BenchmarkResults.BenchIdx NEWBORNS_PROCESSED
public static final BenchmarkResults.BenchIdx MAX_MATRIX_SIZE
public static final BenchmarkResults.BenchIdx MAX_PORT_SIZE
public static final BenchmarkResults.BenchIdx SUM_OF_MATRIX_SIZES
public static final BenchmarkResults.BenchIdx NUMBER_OF_MATRICES
public static final BenchmarkResults.BenchIdx PASS_RESULT
public static final BenchmarkResults.BenchIdx FAIL_RESULT
public static final BenchmarkResults.BenchIdx MAYBE_RESULT
public static final BenchmarkResults.BenchIdx NUMBER_OF_VALUES
public static BenchmarkResults.BenchIdx[] values()
for (BenchmarkResults.BenchIdx c : BenchmarkResults.BenchIdx.values()) System.out.println(c);
public static BenchmarkResults.BenchIdx 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 namejava.lang.NullPointerException
- if the argument is null