Uses of Interface
edu.stanford.smi.protegex.owl.model.NamespaceManager

Packages that use NamespaceManager
edu.stanford.smi.protegex.owl.database   
edu.stanford.smi.protegex.owl.jena   
edu.stanford.smi.protegex.owl.model   
edu.stanford.smi.protegex.owl.model.impl   
edu.stanford.smi.protegex.owl.ui.metadatatab   
edu.stanford.smi.protegex.owl.ui.metadatatab.imports   
edu.stanford.smi.protegex.owl.ui.metadatatab.imports.wizard   
edu.stanford.smi.protegex.owl.ui.metadatatab.prefixes   
edu.stanford.smi.protegex.owl.writer.rdfxml.util   
 

Uses of NamespaceManager in edu.stanford.smi.protegex.owl.database
 

Constructors in edu.stanford.smi.protegex.owl.database with parameters of type NamespaceManager
OWLDatabaseModel(edu.stanford.smi.protege.model.KnowledgeBaseFactory factory, NamespaceManager namespaceManager)
           
 

Uses of NamespaceManager in edu.stanford.smi.protegex.owl.jena
 

Methods in edu.stanford.smi.protegex.owl.jena with parameters of type NamespaceManager
private  void JenaOWLModel.initPrefixes(NamespaceManager nsm, com.hp.hpl.jena.shared.PrefixMapping mapping)
           
private  void JenaNormalizer.createPrefixesForImports(com.hp.hpl.jena.ontology.OntModel ontModel, NamespaceManager nsm)
          Makes sure that there is a prefix for all non-anonymous owl:Ontologies.
private  void JenaNormalizer.alignPrefixes(com.hp.hpl.jena.ontology.OntModel ontModel, NamespaceManager nsm)
           
 

Constructors in edu.stanford.smi.protegex.owl.jena with parameters of type NamespaceManager
JenaDLConverter(com.hp.hpl.jena.ontology.OntModel oldModel, NamespaceManager nsm)
          Constructs a new JenaDLConverter.
JenaOWLModel(edu.stanford.smi.protege.model.KnowledgeBaseFactory factory, NamespaceManager namespaceManager)
           
JenaNormalizer(com.hp.hpl.jena.ontology.OntModel ontModel, com.hp.hpl.jena.rdf.model.Model owlFullModel, NamespaceManager namespaceManager)
           
 

Uses of NamespaceManager in edu.stanford.smi.protegex.owl.model
 

Methods in edu.stanford.smi.protegex.owl.model that return NamespaceManager
 NamespaceManager OWLModel.getNamespaceManager()
          Gets the NamespaceManager used by this knowledge base.
 

Uses of NamespaceManager in edu.stanford.smi.protegex.owl.model.impl
 

Classes in edu.stanford.smi.protegex.owl.model.impl that implement NamespaceManager
 class AbstractNamespaceManager
          An abstract implementation of basic services for NamespaceManagers.
 class OWLNamespaceManager
          A NamespaceManager that maintains the prefix information by means of the values of the corresponding slot in the default OWLOntology of the knowledge base.
 

Fields in edu.stanford.smi.protegex.owl.model.impl declared as NamespaceManager
private  NamespaceManager AbstractOWLModel.namespaceManager
           
 

Methods in edu.stanford.smi.protegex.owl.model.impl that return NamespaceManager
 NamespaceManager AbstractOWLModel.getNamespaceManager()
           
 

Methods in edu.stanford.smi.protegex.owl.model.impl with parameters of type NamespaceManager
static boolean AbstractOWLModel.isValidOWLFrameName(NamespaceManager nsm, String name)
           
 void AbstractOWLModel.setNamespaceManager(NamespaceManager namespaceManager)
           
 

Constructors in edu.stanford.smi.protegex.owl.model.impl with parameters of type NamespaceManager
AbstractOWLModel(edu.stanford.smi.protege.model.KnowledgeBaseFactory factory, NamespaceManager namespaceManager)
           
 

Uses of NamespaceManager in edu.stanford.smi.protegex.owl.ui.metadatatab
 

Fields in edu.stanford.smi.protegex.owl.ui.metadatatab declared as NamespaceManager
private  NamespaceManager NamespacesTableModel.nsm
           
private  NamespaceManager NamespacesPanel.nsm
          Deprecated.  
 

Uses of NamespaceManager in edu.stanford.smi.protegex.owl.ui.metadatatab.imports
 

Methods in edu.stanford.smi.protegex.owl.ui.metadatatab.imports that return NamespaceManager
 NamespaceManager ImportsTableModel.getNamespaceManager()
           
 

Uses of NamespaceManager in edu.stanford.smi.protegex.owl.ui.metadatatab.imports.wizard
 

Fields in edu.stanford.smi.protegex.owl.ui.metadatatab.imports.wizard declared as NamespaceManager
private  NamespaceManager AddedPrefixesTableModel.manager
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.metadatatab.imports.wizard with parameters of type NamespaceManager
AddedPrefixesTable(NamespaceManager nsm, Collection addedPrefixes)
           
AddedPrefixesTableModel(NamespaceManager manager, Collection addedPrefixes)
           
 

Uses of NamespaceManager in edu.stanford.smi.protegex.owl.ui.metadatatab.prefixes
 

Methods in edu.stanford.smi.protegex.owl.ui.metadatatab.prefixes that return NamespaceManager
(package private)  NamespaceManager PrefixesTableModel.getNamespaceManager()
           
 

Methods in edu.stanford.smi.protegex.owl.ui.metadatatab.prefixes with parameters of type NamespaceManager
static String PrefixesPanel.addPrefix(NamespaceManager nsm)
           
 

Uses of NamespaceManager in edu.stanford.smi.protegex.owl.writer.rdfxml.util
 

Methods in edu.stanford.smi.protegex.owl.writer.rdfxml.util with parameters of type NamespaceManager
static XMLWriterNamespaceManager Util.getNamespacePrefixes(NamespaceManager nsm, String defaultNamespace)
          Gets the namespace prefixes for the combination of a NamespaceManager and XMLWriter.