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

Packages that use NamespaceMap
edu.stanford.smi.protegex.owl.database.triplestore   
edu.stanford.smi.protegex.owl.jena.triplestore   
edu.stanford.smi.protegex.owl.model   
edu.stanford.smi.protegex.owl.model.impl   
edu.stanford.smi.protegex.owl.model.triplestore   
edu.stanford.smi.protegex.owl.model.triplestore.impl   
 

Uses of NamespaceMap in edu.stanford.smi.protegex.owl.database.triplestore
 

Classes in edu.stanford.smi.protegex.owl.database.triplestore that implement NamespaceMap
 class DatabaseTripleStore
           
 

Uses of NamespaceMap in edu.stanford.smi.protegex.owl.jena.triplestore
 

Classes in edu.stanford.smi.protegex.owl.jena.triplestore that implement NamespaceMap
 class JenaTripleStore
          A TripleStore that acts as a view on an existing NarrowFrameStore.
 

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

Subinterfaces of NamespaceMap in edu.stanford.smi.protegex.owl.model
 interface NamespaceManager
          An interface for objects capable of mapping true URI namespaces into their prefixed (e.g., "owl") and vice-versa.
 

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

Classes in edu.stanford.smi.protegex.owl.model.impl that implement NamespaceMap
 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.
 

Uses of NamespaceMap in edu.stanford.smi.protegex.owl.model.triplestore
 

Subinterfaces of NamespaceMap in edu.stanford.smi.protegex.owl.model.triplestore
 interface TripleStore
          An interface for low-level access to the single triples in an OWLModel.
 

Uses of NamespaceMap in edu.stanford.smi.protegex.owl.model.triplestore.impl
 

Classes in edu.stanford.smi.protegex.owl.model.triplestore.impl that implement NamespaceMap
 class AbstractTripleStore
          A TripleStore that acts as a view on an existing NarrowFrameStore.