Package edu.stanford.smi.protegex.owl.jena

Interface Summary
OntModelProvider An interface that can be implemented by all OWLModel implementations which provide a Jena OntModel.
OWLCreateProjectPlugin  
OWLFilesPlugin  
URIResolver An interface for objects used by the ProtegeOWLParser to convert logical URIs to physical URLs.
 

Class Summary
CreateOWLProjectFromFilePlugin  
DefaultURIResolver The default implementation of URIResolver, using the project's OntPolicy file.
Jena A collection of static utility methods for Jena.
Jena.ObjectMapper  
JenaDLConverter A class that can convert a given OntModel into OWL DL.
JenaFilePanel  
JenaKnowledgeBaseFactory A backend for OWL based on the Jena2 API.
JenaKnowledgeBaseSourcesEditor The KnowledgeBaseSourcesEditor for the JenaKnowledgeBaseFactory.
JenaNormalizer A class that is able to normalize a given OntModel.
JenaOWLModel An OWLModel that can be synchronized with a Jena OntModel.
OWLFilesCreateProjectPlugin