| java.lang.Object org.openrdf.sail.lubm.LUBMRepository
All known Subclasses: org.openrdf.sail.nativerdf.lubm.NativeRepository,
LUBMRepository | abstract public class LUBMRepository implements edu.lehigh.swat.bench.ubt.api.Repository(Code) | | |
Method Summary | |
public void | clear() | public void | close() | abstract public Sail | createSail(String database) Creates the (stack of) Sails that is subject to testing.
Parameters: database - A identifier for the database that is to be tested, for example aJDBC-URL or a data directory. | public QueryResult | issueQuery(Query query) | public boolean | load(String dataDir) | public void | open(String database) | public void | setOntology(String ontology) |
LUBMRepository | public LUBMRepository()(Code) | | |
clear | public void clear()(Code) | | |
close | public void close()(Code) | | |
createSail | abstract public Sail createSail(String database)(Code) | | Creates the (stack of) Sails that is subject to testing.
Parameters: database - A identifier for the database that is to be tested, for example aJDBC-URL or a data directory. An uninitialized Sail object for the specified 'database'. |
issueQuery | public QueryResult issueQuery(Query query)(Code) | | |
|
|