public enum NodeSelector extends Enum<NodeSelector>
Title: NodeSelector
Description: Enumerated type used to select completion graph nodes
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
| Enum Constant and Description |
|---|
ATOM |
CHOOSE |
DATATYPE |
DISJUNCTION |
EXISTENTIAL |
GUESS |
LITERAL |
MAX_NUMBER |
MIN_NUMBER |
NOMINAL |
UNIVERSAL |
| Modifier and Type | Method and Description |
|---|---|
static int |
numSelectors() |
static NodeSelector |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeSelector[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeSelector ATOM
public static final NodeSelector CHOOSE
public static final NodeSelector DATATYPE
public static final NodeSelector DISJUNCTION
public static final NodeSelector EXISTENTIAL
public static final NodeSelector GUESS
public static final NodeSelector LITERAL
public static final NodeSelector MAX_NUMBER
public static final NodeSelector MIN_NUMBER
public static final NodeSelector NOMINAL
public static final NodeSelector UNIVERSAL
public static NodeSelector[] values()
for (NodeSelector c : NodeSelector.values()) System.out.println(c);
public static NodeSelector 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 nullpublic static int numSelectors()
Copyright © 2019. All rights reserved.