|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectClassWrapper
public class ClassWrapper
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 PropertyWrapper
s.
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 |
---|
public Class getJavaClass()
public OWLClass getOWLClass()
public String getName()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |