|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.sparql.benchmarking.loader.AbstractOperationLoader
net.sf.sparql.benchmarking.loader.gsp.AbstractGSPOperationLoader
public abstract class AbstractGSPOperationLoader
Abstract operation loader for basic GSP operations
Constructor Summary | |
---|---|
AbstractGSPOperationLoader()
|
Method Summary | |
---|---|
protected abstract Operation |
createOperation(String name)
Create a GSP operation that runs on the default graph |
protected abstract Operation |
createOperation(String name,
String graphUri)
Creates a GSP operation that runs on a specified graph |
OperationLoaderArgument[] |
getArguments()
Gets a description of the configuration arguments that this loader expects to receive |
Operation |
load(File baseDir,
String[] args)
Load an operation described by the given arguments |
Methods inherited from class net.sf.sparql.benchmarking.loader.AbstractOperationLoader |
---|
getInputStream, getNameArgument, readFile, resolveFile |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.sparql.benchmarking.loader.OperationLoader |
---|
getDescription, getPreferredName |
Constructor Detail |
---|
public AbstractGSPOperationLoader()
Method Detail |
---|
public Operation load(File baseDir, String[] args) throws IOException
OperationLoader
baseDir
- Base directoryargs
- Arguments
IOException
protected abstract Operation createOperation(String name)
name
- Name
protected abstract Operation createOperation(String name, String graphUri)
name
- NamegraphUri
- Graph URI
public OperationLoaderArgument[] getArguments()
OperationLoader
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |