net.sf.sparql.benchmarking.operations.query
Interface QueryOperation

All Superinterfaces:
Operation
All Known Implementing Classes:
AbstractInMemoryQueryOperation, AbstractParameterizedQueryOperation, AbstractQueryOperation, AbstractRemoteQueryOperation, DatasetSizeOperation, FixedNvpQueryOperation, FixedQueryOperation, InMemoryFixedQueryOperation, InMemoryParameterizedQueryOperation, ParameterizedNvpQueryOperation, ParameterizedQueryOperation

public interface QueryOperation
extends Operation

Interface for operations that makes a query

Author:
rvesse

Method Summary
 Query getQuery()
          Gets the actual Query
 String getQueryString()
          Gets the Query String used to create this Query
 
Methods inherited from interface net.sf.sparql.benchmarking.operations.Operation
canRun, createCallable, createErrorInformation, getContentString, getId, getName, getStats, getType, setId
 

Method Detail

getQuery

Query getQuery()
Gets the actual Query

Returns:
Query

getQueryString

String getQueryString()
Gets the Query String used to create this Query

Returns:
Query as a string


Copyright © 2014. All Rights Reserved.