public static enum FrequentItemSet.Type extends Enum<FrequentItemSet.Type>
Enum Constant and Description |
---|
CLOSED
closed.
|
FREE
free.
|
MAXIMAL
maximal.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
asStringList()
Returns the enum fields as a String list of their names.
|
static FrequentItemSet.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrequentItemSet.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrequentItemSet.Type FREE
public static final FrequentItemSet.Type CLOSED
public static final FrequentItemSet.Type MAXIMAL
public static FrequentItemSet.Type[] values()
for (FrequentItemSet.Type c : FrequentItemSet.Type.values()) System.out.println(c);
public static FrequentItemSet.Type 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 null
KNIME GmbH, Konstanz, Germany
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.