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


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

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

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

Required Element Summary
 java.lang.String complement
          This parameter represents the complement class associated to this annotation
 

Element Detail

complement

public abstract java.lang.String complement
This parameter represents the complement class associated to this annotation

Returns:
The complement class associated to this annotation