edu.stanford.smi.protegex.owl.model.impl
Class ImportingOwlNamespaceManager
java.lang.Object
edu.stanford.smi.protegex.owl.model.impl.AbstractNamespaceManager
edu.stanford.smi.protegex.owl.model.impl.ImportingOwlNamespaceManager
- All Implemented Interfaces:
- edu.stanford.smi.protege.model.Localizable, NamespaceManager, NamespaceMap, Serializable
public class ImportingOwlNamespaceManager
- extends AbstractNamespaceManager
- See Also:
- Serialized Form
Methods inherited from class edu.stanford.smi.protegex.owl.model.impl.AbstractNamespaceManager |
addNamespaceManagerListener, getDefaultNamespace, getNextAvailablePrefixName, isValidPrefix, localize, removeNamespaceManagerListener, setDefaultNamespace, setDefaultNamespace, setPrefix, tellNamespaceChanged, tellPrefixChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportingOwlNamespaceManager
public ImportingOwlNamespaceManager(OWLModel owlModel)
addImport
public void addImport(TripleStore imported)
- Specified by:
addImport
in interface NamespaceManager
- Overrides:
addImport
in class AbstractNamespaceManager
isModifiable
public boolean isModifiable(String prefix)
setModifiable
public void setModifiable(String prefix,
boolean value)
getNamespaceForPrefix
public String getNamespaceForPrefix(String prefix)
getPrefix
public String getPrefix(String namespace)
getPrefixes
public Collection<String> getPrefixes()
removePrefix
public void removePrefix(String prefix)
setPrefix
public void setPrefix(String namespace,
String prefix)
Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.