public static enum PruneNodeLowerThanThreshold.nodeComparisonOperator extends Enum<PruneNodeLowerThanThreshold.nodeComparisonOperator>
Enum Constant and Description |
---|
LOWER_THAN |
LOWER_THAN_ABSOLUTE_VALUE |
Modifier and Type | Method and Description |
---|---|
static PruneNodeLowerThanThreshold.nodeComparisonOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PruneNodeLowerThanThreshold.nodeComparisonOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PruneNodeLowerThanThreshold.nodeComparisonOperator LOWER_THAN_ABSOLUTE_VALUE
public static final PruneNodeLowerThanThreshold.nodeComparisonOperator LOWER_THAN
public static PruneNodeLowerThanThreshold.nodeComparisonOperator[] values()
for (PruneNodeLowerThanThreshold.nodeComparisonOperator c : PruneNodeLowerThanThreshold.nodeComparisonOperator.values()) System.out.println(c);
public static PruneNodeLowerThanThreshold.nodeComparisonOperator 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 © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.