C# Class RDFSharp.Query.RDFAskQuery

RDFAskQuery is the SPARQL "ASK" query implementation.
Mostrar archivo Open project: mdesalvo/RDFSharp Class Usage Examples

Public Methods

Method Description
AddPatternGroup ( RDFPatternGroup patternGroup ) : RDFAskQuery

Adds the given pattern group to the query

ApplyToFederation ( RDFFederation federation ) : RDFAskQueryResult

Applies the query to the given federation

ApplyToGraph ( RDFGraph graph ) : RDFAskQueryResult

Applies the query to the given graph

ApplyToStore ( RDFStore store ) : RDFAskQueryResult

Applies the query to the given store

RDFAskQuery ( ) : System

Default-ctor to build an empty ASK query

ToString ( ) : String

Gives the string representation of the ASK query

Method Details

AddPatternGroup() public method

Adds the given pattern group to the query
public AddPatternGroup ( RDFPatternGroup patternGroup ) : RDFAskQuery
patternGroup RDFPatternGroup
return RDFAskQuery

ApplyToFederation() public method

Applies the query to the given federation
public ApplyToFederation ( RDFFederation federation ) : RDFAskQueryResult
federation RDFFederation
return RDFAskQueryResult

ApplyToGraph() public method

Applies the query to the given graph
public ApplyToGraph ( RDFGraph graph ) : RDFAskQueryResult
graph RDFGraph
return RDFAskQueryResult

ApplyToStore() public method

Applies the query to the given store
public ApplyToStore ( RDFStore store ) : RDFAskQueryResult
store RDFStore
return RDFAskQueryResult

RDFAskQuery() public method

Default-ctor to build an empty ASK query
public RDFAskQuery ( ) : System
return System

ToString() public method

Gives the string representation of the ASK query
public ToString ( ) : String
return String