public enum Reasoning extends Enum<Reasoning>
Enum Constant and Description |
---|
none
No reasoning
|
owl
OWL-DL
|
rdfs
as defined by RDF Semantics or as implemented in reality? ;-)
|
rdfsAndOwl
an experimental mix
|
Modifier and Type | Method and Description |
---|---|
static Reasoning |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Reasoning[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Reasoning rdfs
public static final Reasoning owl
public static final Reasoning none
public static final Reasoning rdfsAndOwl
public static Reasoning[] values()
for (Reasoning c : Reasoning.values()) System.out.println(c);
public static Reasoning 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 nullCopyright © 2005–2017 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.