public static enum QueryTreeImpl.LiteralNodeSubsumptionStrategy extends Enum<QueryTreeImpl.LiteralNodeSubsumptionStrategy>
Enum Constant and Description |
---|
DATATYPE |
ENUMERATION |
INTERVAL |
MAX |
MIN |
OFF |
Modifier and Type | Method and Description |
---|---|
static QueryTreeImpl.LiteralNodeSubsumptionStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryTreeImpl.LiteralNodeSubsumptionStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryTreeImpl.LiteralNodeSubsumptionStrategy DATATYPE
public static final QueryTreeImpl.LiteralNodeSubsumptionStrategy INTERVAL
public static final QueryTreeImpl.LiteralNodeSubsumptionStrategy MIN
public static final QueryTreeImpl.LiteralNodeSubsumptionStrategy MAX
public static final QueryTreeImpl.LiteralNodeSubsumptionStrategy ENUMERATION
public static final QueryTreeImpl.LiteralNodeSubsumptionStrategy OFF
public static QueryTreeImpl.LiteralNodeSubsumptionStrategy[] values()
for (QueryTreeImpl.LiteralNodeSubsumptionStrategy c : QueryTreeImpl.LiteralNodeSubsumptionStrategy.values()) System.out.println(c);
public static QueryTreeImpl.LiteralNodeSubsumptionStrategy 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