|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<NameResolverStrategy>
org.coode.owl.krssparser.NameResolverStrategy
public enum NameResolverStrategy
resolver strategies
| Enum Constant Summary | |
|---|---|
ADAPTIVE
if the first n names are URIs(NAMEs) all names are assumed to be URIs (NAMEs), otherwise we have to CHECK |
|
CHECK
for every concept/role name in KRSS we have to check whether it is an URI or NAME. |
|
IRI
every found concept/role name in KRSS is an absolute IRI |
|
NAME
concept/roles names in KRSS are all names, URI must be created (namespace of the ontology's URI) |
|
| Method Summary | |
|---|---|
static NameResolverStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NameResolverStrategy[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final NameResolverStrategy ADAPTIVE
public static final NameResolverStrategy IRI
public static final NameResolverStrategy NAME
public static final NameResolverStrategy CHECK
| Method Detail |
|---|
public static NameResolverStrategy[] values()
for (NameResolverStrategy c : NameResolverStrategy.values()) System.out.println(c);
public static NameResolverStrategy valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||