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


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

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

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

Required Element Summary
 java.lang.String[] equivalent
          This parameter represents all the clases that are equialent with the class associated to this annotation
 

Element Detail

equivalent

public abstract java.lang.String[] equivalent
This parameter represents all the clases that are equialent with the class associated to this annotation

Returns:
The list of all equivalent classes