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