|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface J2OWLClass
This specifies the class-level annotations.
Optional Element Summary | |
---|---|
String |
EquivalentClass
This is an OWL class expression in Manchester syntax which causes the generated OWL class to be equivalent to the given class expression. |
String |
name
This provides the name of the to be generated OWL-class. |
String |
naming
This is the name of a String-valued getter-method. |
String |
OWLSuperClasses
This is a comma-separated list of OWL class names (from the background ontology). |
boolean |
synchronise
This controls the injection of synchronisation code. |
public abstract String name
public abstract String OWLSuperClasses
public abstract String EquivalentClass
public abstract boolean synchronise
public abstract String naming
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |