public static enum QueryTreeImpl.LiteralNodeConversionStrategy extends Enum<QueryTreeImpl.LiteralNodeConversionStrategy>
| Enum Constant and Description |
|---|
DATA_ONE_OF
Literals in form of an enumeration, e.g.
|
DATATYPE
Literals as datatype, e.g.
|
MAX |
MIN |
MIN_MAX
Literals as an interval on the datatype, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryTreeImpl.LiteralNodeConversionStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryTreeImpl.LiteralNodeConversionStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryTreeImpl.LiteralNodeConversionStrategy DATA_ONE_OF
public static final QueryTreeImpl.LiteralNodeConversionStrategy MIN_MAX
public static final QueryTreeImpl.LiteralNodeConversionStrategy DATATYPE
public static final QueryTreeImpl.LiteralNodeConversionStrategy MIN
public static final QueryTreeImpl.LiteralNodeConversionStrategy MAX
public static QueryTreeImpl.LiteralNodeConversionStrategy[] values()
for (QueryTreeImpl.LiteralNodeConversionStrategy c : QueryTreeImpl.LiteralNodeConversionStrategy.values()) System.out.println(c);
public static QueryTreeImpl.LiteralNodeConversionStrategy 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