org.umu.jasb.annotations.semantic
Annotation Type OWLDisjointWith
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface OWLDisjointWith
This annotation is an optional annotation which align a java class with the semantic property of
"Disjoint With" (other classes).
- Author:
- Jose Maria Alcaraz-Calero jmalcaraz@um.es - University of Murcia
Required Element Summary |
java.lang.String[] |
disjointWith
This parameter represents all the clases that are disjoint with the class associated to this annotation |
disjointWith
public abstract java.lang.String[] disjointWith
- This parameter represents all the clases that are disjoint with the class associated to this annotation
- Returns:
- The list of all disjoin classes