Package org.umu.jasb.annotations

This package contains all the annotations used in the statical alignment process in which an aligment among OWL classes and java classes is done.

See:
          Description

Annotation Types Summary
OWLClass This annotation is a required annotation which align a java class with the correspond OWLClass.
OWLDataProperty This annotation is a required annotation which align a java atribute with the correspond OWLDataProperty.
OWLObjectProperty This annotation is a required annotation which align a java atribute with the correspond OWLObjectProperty.
 

Package org.umu.jasb.annotations Description

This package contains all the annotations used in the statical alignment process in which an aligment among OWL classes and java classes is done. This package contains two kind of annotations: optional and required annotations.