edu.stanford.smi.protegex.owl.model.impl
Class OWLNamespaceManager
java.lang.Object
edu.stanford.smi.protegex.owl.model.impl.AbstractNamespaceManager
edu.stanford.smi.protegex.owl.model.impl.OWLNamespaceManager
- All Implemented Interfaces:
- edu.stanford.smi.protege.model.Localizable, NamespaceManager, NamespaceMap, Serializable
public class OWLNamespaceManager
- extends AbstractNamespaceManager
- See Also:
- Serialized Form
Methods inherited from class edu.stanford.smi.protegex.owl.model.impl.AbstractNamespaceManager |
addImport, 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 |
OWLNamespaceManager
public OWLNamespaceManager()
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)
removePrefixMappingSimple
public void removePrefixMappingSimple(String namespace,
String prefix)
Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.