public static enum FeatureBasedRanker.Feature extends Enum<FeatureBasedRanker.Feature>
| Enum Constant and Description |
|---|
NR_OF_CONSTRAINTS |
NR_OF_TERMS |
NR_OF_TYPES |
PATTERN |
PREDICATES |
| Modifier and Type | Method and Description |
|---|---|
static FeatureBasedRanker.Feature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureBasedRanker.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureBasedRanker.Feature PREDICATES
public static final FeatureBasedRanker.Feature PATTERN
public static final FeatureBasedRanker.Feature NR_OF_CONSTRAINTS
public static final FeatureBasedRanker.Feature NR_OF_TYPES
public static final FeatureBasedRanker.Feature NR_OF_TERMS
public static FeatureBasedRanker.Feature[] values()
for (FeatureBasedRanker.Feature c : FeatureBasedRanker.Feature.values()) System.out.println(c);
public static FeatureBasedRanker.Feature 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 © 2016–2017 Pivotal Software, Inc.. All rights reserved.