Java2OWL
Class ClassWrapper

Object
  extended by ClassWrapper

public class ClassWrapper
extends Object

This class maintains the correlation between a Java class and an OWL class. It stores the Java class and the corresponding OWL class together with the PropertyWrappers. They maintain the correlation between Java-methods and OWL-properties.


Method Summary
 Class getJavaClass()
          returns the Java class.
 String getName()
          returns the mapping as a string JavaClass <-> OWLClass.
 OWLClass getOWLClass()
          returns the OWL-class.
 String toString()
          returns a description of the ClassWrapper
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getJavaClass

public Class getJavaClass()
returns the Java class.


getOWLClass

public OWLClass getOWLClass()
returns the OWL-class.


getName

public String getName()
returns the mapping as a string JavaClass <-> OWLClass.


toString

public String toString()
returns a description of the ClassWrapper

Overrides:
toString in class Object