|
Protégé-OWL 3.4.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OWLProject
A generic interface to store project-related settings and configurations.
Method Summary | |
---|---|
Object |
getSessionObject(String key)
Gets a session object for the associated OWLModel. |
SettingsMap |
getSettingsMap()
Gets the projects' SettingsMap. |
void |
setSessionObject(String key,
Object object)
Sets a session object. |
Method Detail |
---|
Object getSessionObject(String key)
key
- the key of the object
SettingsMap getSettingsMap()
void setSessionObject(String key, Object object)
key
- the key of the objectobject
- the new value or null to delete the entry
|
Protégé-OWL 3.4.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |