edu.stanford.smi.protegex.owl.model.project
Class DefaultSettingsMap
java.lang.Object
edu.stanford.smi.protegex.owl.model.project.AbstractSettingsMap
edu.stanford.smi.protegex.owl.model.project.DefaultSettingsMap
- All Implemented Interfaces:
- SettingsMap
- public class DefaultSettingsMap
- extends AbstractSettingsMap
An OWLProject wrapping a traditional Protege Project.
- Author:
- Holger Knublauch
Field Summary |
private edu.stanford.smi.protege.util.PropertyList |
propertyList
|
Constructor Summary |
DefaultSettingsMap(edu.stanford.smi.protege.util.PropertyList propertyList)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertyList
private edu.stanford.smi.protege.util.PropertyList propertyList
DefaultSettingsMap
public DefaultSettingsMap(edu.stanford.smi.protege.util.PropertyList propertyList)
getBoolean
public Boolean getBoolean(String key)
getInteger
public Integer getInteger(String key)
getSettingsMap
public SettingsMap getSettingsMap(String key)
- Description copied from interface:
SettingsMap
- Gets or creates a nested SettingsMap.
- Parameters:
key
- the name of the nested map.
- Returns:
- an existing or ne SettingsMap
getString
public String getString(String key)
listKeys
public Iterator listKeys()
remove
public void remove(String key)
setBoolean
public void setBoolean(String key,
Boolean value)
setInteger
public void setInteger(String key,
Integer value)
setString
public void setString(String key,
String value)