org.openrdf.elmo.codegen
Class OwlGenerator
java.lang.Object
org.openrdf.elmo.codegen.OwlGenerator
public class OwlGenerator
- extends Object
Reads BeanInfo objects and writes the class and properties into an OWL
ontology.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OwlGenerator
public OwlGenerator()
setLiteralManager
public void setLiteralManager(LiteralManager<URI,Literal> lc)
setNamespace
public void setNamespace(String pkgName,
String prefix,
String namespace)
exportOntology
public Set<URI> exportOntology(List<Class<?>> beans,
RDFHandler handler)
throws IntrospectionException,
RDFHandlerException
- Throws:
IntrospectionException
RDFHandlerException
Copyright © 2004-2008 Aduna. All Rights Reserved.