org.umu.jasb.annotations.semantic
Annotation Type OWLIntersectionOf


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface OWLIntersectionOf

This annotation is an optional annotation which align a java class with the semantic property of "Intersection Of" (other classes).

Author:
Jose Maria Alcaraz-Calero jmalcaraz@um.es - University of Murcia

Required Element Summary
 java.lang.String[] intersectionOf
          This parameter represents all the clases that composed by logical intersection the class associated to this annotation
 

Element Detail

intersectionOf

public abstract java.lang.String[] intersectionOf
This parameter represents all the clases that composed by logical intersection the class associated to this annotation

Returns:
The list of all the classes that composde the associated classes by logical intersection