C# Class RDFSharp.Query.RDFConstructQuery

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddModifier ( RDFLimitModifier modifier ) : RDFConstructQuery

Adds the given modifier to the query

AddModifier ( RDFOffsetModifier modifier ) : RDFConstructQuery

Adds the given modifier to the query

AddPatternGroup ( RDFPatternGroup patternGroup ) : RDFConstructQuery

Adds the given pattern group to the body of the query

AddTemplate ( RDFPattern template ) : RDFConstructQuery

Adds the given pattern to the templates of the query

ApplyToFederation ( RDFFederation federation ) : RDFConstructQueryResult

Applies the query to the given federation

ApplyToGraph ( RDFGraph graph ) : RDFConstructQueryResult

Applies the query to the given graph

ApplyToStore ( RDFStore store ) : RDFConstructQueryResult

Applies the query to the given store

RDFConstructQuery ( ) : System

Default-ctor to build an empty CONSTRUCT query

ToString ( ) : String

Gives the string representation of the CONSTRUCT query

Method Details

AddModifier() public méthode

Adds the given modifier to the query
public AddModifier ( RDFLimitModifier modifier ) : RDFConstructQuery
modifier RDFLimitModifier
Résultat RDFConstructQuery

AddModifier() public méthode

Adds the given modifier to the query
public AddModifier ( RDFOffsetModifier modifier ) : RDFConstructQuery
modifier RDFOffsetModifier
Résultat RDFConstructQuery

AddPatternGroup() public méthode

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

AddTemplate() public méthode

Adds the given pattern to the templates of the query
public AddTemplate ( RDFPattern template ) : RDFConstructQuery
template RDFPattern
Résultat RDFConstructQuery

ApplyToFederation() public méthode

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

ApplyToGraph() public méthode

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

ApplyToStore() public méthode

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

RDFConstructQuery() public méthode

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

ToString() public méthode

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