|
||||||||||
| 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.AbstractGSPDataOperationLoader
net.sf.sparql.benchmarking.loader.gsp.GSPPostOperationLoader
public class GSPPostOperationLoader
An operation loader for GSP Post operations
| Constructor Summary | |
|---|---|
GSPPostOperationLoader()
|
|
| Method Summary | |
|---|---|
protected Operation |
createOperation(String name,
Model data)
Create a GSP operation that runs on the default graph |
protected Operation |
createOperation(String name,
Model data,
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.AbstractGSPDataOperationLoader |
|---|
getArguments, load, loadModel |
| 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 GSPPostOperationLoader()
| 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.
public String getDescription()
OperationLoader
protected Operation createOperation(String name,
Model data)
AbstractGSPDataOperationLoader
createOperation in class AbstractGSPDataOperationLoadername - Namedata - Data to be added
protected Operation createOperation(String name,
Model data,
String graphUri)
AbstractGSPDataOperationLoader
createOperation in class AbstractGSPDataOperationLoadername - Namedata - Data to be addedgraphUri - Graph URI
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||