|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DLPConvert.Format>
edu.unika.aifb.owltools.tools.DLPConvert.Format
public static enum DLPConvert.Format
Specifies the different possible formats that dlpconvert is able to serialise set of rules in.
Enum Constant Summary | |
---|---|
FLogic
FLogic, can be directly used by OntoBroker and other FLogic-engines |
|
Prolog
The format directly usable by prolog implementations. |
|
Rule
The KAON2 Rules format |
|
RuleML
The RuleML format |
|
SWRL
proposed SWRL extension to OWL |
Method Summary | |
---|---|
static DLPConvert.Format |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DLPConvert.Format[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DLPConvert.Format Prolog
public static final DLPConvert.Format RuleML
public static final DLPConvert.Format Rule
public static final DLPConvert.Format FLogic
public static final DLPConvert.Format SWRL
Method Detail |
---|
public static final DLPConvert.Format[] values()
for(DLPConvert.Format c : DLPConvert.Format.values()) System.out.println(c);
public static DLPConvert.Format valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |