edu.stanford.smi.protegex.owl.jena.creator
Class JenaCreator
java.lang.Object
edu.stanford.smi.protegex.owl.jena.creator.JenaCreator
public class JenaCreator
- extends Object
A class that creates a Jena OntModel from a Protege OWL model.
The resulting OntModel can then be used in Jena services such as for reasoning.
- Author:
- Holger Knublauch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGING_PROPERTY
public static final String LOGGING_PROPERTY
JenaCreator
public JenaCreator(OWLModel owlModel,
Collection targetClses,
ProgressDisplay progressDisplay)
JenaCreator
public JenaCreator(OWLModel owlModel,
boolean forReasoning,
Collection targetClses,
ProgressDisplay progressDisplay)
JenaCreator
public JenaCreator(OWLModel owlModel,
boolean forReasoning,
boolean inferred,
Collection targetClses,
ProgressDisplay progressDisplay)
createDataRange
public static com.hp.hpl.jena.ontology.DataRange createDataRange(OWLDataRange dataRange,
com.hp.hpl.jena.ontology.OntModel ontModel)
createOntModel
public com.hp.hpl.jena.ontology.OntModel createOntModel()
createOntModelWithoutOWLFullModel
public com.hp.hpl.jena.ontology.OntModel createOntModelWithoutOWLFullModel()
getOntModel
public com.hp.hpl.jena.ontology.OntModel getOntModel()
getOWLFullModel
public com.hp.hpl.jena.rdf.model.Model getOWLFullModel()
run
public void run(com.hp.hpl.jena.ontology.OntModel ontModel,
com.hp.hpl.jena.rdf.model.Model owlFullModel)
Submit a bug report or feature request
Copyright (c) 1998-2007 Stanford University.