public class QueryManager extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
QueryManager.Item |
| Constructor and Description |
|---|
QueryManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(QueryManagerListener listener)
No need to remove listeners - this is handled by OBDAModelManager
|
void |
clear() |
QueryManager.Item |
getRoot() |
void |
load(File queriesFile)
Should not be called twice in a row without clear() in between.
|
void |
store(File queriesFile) |
public QueryManager.Item getRoot()
public void addListener(QueryManagerListener listener)
listener - public void store(File queriesFile) throws IOException
IOExceptionpublic void clear()
public void load(File queriesFile) throws IOException
IOExceptionCopyright © 2009–2021 KRDB Research Centre for Knowledge and Data, Free University of Bozen-Bolzano. All rights reserved.