C# Class RDFSharp.Query.RDFAskQuery

RDFAskQuery is the SPARQL "ASK" query implementation.
Afficher le fichier Open project: mdesalvo/RDFSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Adds the given pattern group to the query
public AddPatternGroup ( RDFPatternGroup patternGroup ) : RDFAskQuery
patternGroup RDFPatternGroup
Résultat RDFAskQuery

ApplyToFederation() public méthode

Applies the query to the given federation
public ApplyToFederation ( RDFFederation federation ) : RDFAskQueryResult
federation RDFFederation
Résultat RDFAskQueryResult

ApplyToGraph() public méthode

Applies the query to the given graph
public ApplyToGraph ( RDFGraph graph ) : RDFAskQueryResult
graph RDFGraph
Résultat RDFAskQueryResult

ApplyToStore() public méthode

Applies the query to the given store
public ApplyToStore ( RDFStore store ) : RDFAskQueryResult
store RDFStore
Résultat RDFAskQueryResult

RDFAskQuery() public méthode

Default-ctor to build an empty ASK query
public RDFAskQuery ( ) : System
Résultat System

ToString() public méthode

Gives the string representation of the ASK query
public ToString ( ) : String
Résultat String