public static enum AutomaticNegativeExampleFinderSPARQL2.Strategy extends Enum<AutomaticNegativeExampleFinderSPARQL2.Strategy>
| Enum Constant and Description |
|---|
RANDOM |
SIBLING |
SUPERCLASS |
| Modifier and Type | Method and Description |
|---|---|
static AutomaticNegativeExampleFinderSPARQL2.Strategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutomaticNegativeExampleFinderSPARQL2.Strategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutomaticNegativeExampleFinderSPARQL2.Strategy SUPERCLASS
public static final AutomaticNegativeExampleFinderSPARQL2.Strategy SIBLING
public static final AutomaticNegativeExampleFinderSPARQL2.Strategy RANDOM
public static AutomaticNegativeExampleFinderSPARQL2.Strategy[] values()
for (AutomaticNegativeExampleFinderSPARQL2.Strategy c : AutomaticNegativeExampleFinderSPARQL2.Strategy.values()) System.out.println(c);
public static AutomaticNegativeExampleFinderSPARQL2.Strategy 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
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann