|
||||||||||
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
net.sf.sparql.benchmarking.loader.gsp.GSPGetOperationLoader
public class GSPGetOperationLoader
A loader for GSP Get operations
Constructor Summary | |
---|---|
GSPGetOperationLoader()
|
Method Summary | |
---|---|
protected Operation |
createOperation(String name)
Create a GSP operation that runs on the default graph |
protected Operation |
createOperation(String name,
String graphUri)
Creates a GSP operation that runs on a specified graph |
String |
getDescription()
Gets a description of the operation that this loader loads |
String |
getPreferredName()
Gets the name that this loader prefers to be referenced by |
Methods inherited from class net.sf.sparql.benchmarking.loader.gsp.AbstractGSPOperationLoader |
---|
getArguments, load |
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 |
Constructor Detail |
---|
public GSPGetOperationLoader()
Method Detail |
---|
public String getPreferredName()
OperationLoader
This is the preferred name used in certain circumstances such as when
registering using
OperationLoaderRegistry.addLoader(OperationLoader)
but users may
register a loader with any name they want.
protected Operation createOperation(String name)
AbstractGSPOperationLoader
createOperation
in class AbstractGSPOperationLoader
name
- Name
protected Operation createOperation(String name, String graphUri)
AbstractGSPOperationLoader
createOperation
in class AbstractGSPOperationLoader
name
- NamegraphUri
- Graph URI
public String getDescription()
OperationLoader
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |