|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ClassWrapper in Java2OWL |
---|
Methods in Java2OWL that return ClassWrapper | |
---|---|
ClassWrapper |
J2OClassManager.getCLW(Class jcl)
returns for a given Java class the corresponding class wrapper, or null if there is none stored. |
ClassWrapper |
J2OClassManager.getCLW(Class jcl,
boolean direct)
returns the ClassWrapper for the given Java class, or null if none can be found.. |
Methods in Java2OWL that return types with arguments of type ClassWrapper | |
---|---|
Collection<ClassWrapper> |
J2OClassManager.getCLWs()
returns the ClassWrappers managed by the class manager. |
Set<ClassWrapper> |
J2OClassManager.getCLWs(Set<OWLClass> ocls)
yields the ClassWrappers which correspond to the given OWL-classes. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |