C# Класс RDFSharp.Query.RDFConstructQuery

RDFConstructQuery is the SPARQL "CONSTRUCT" query implementation.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

AddModifier() публичный Метод

Adds the given modifier to the query
public AddModifier ( RDFLimitModifier modifier ) : RDFConstructQuery
modifier RDFLimitModifier
Результат RDFConstructQuery

AddModifier() публичный Метод

Adds the given modifier to the query
public AddModifier ( RDFOffsetModifier modifier ) : RDFConstructQuery
modifier RDFOffsetModifier
Результат RDFConstructQuery

AddPatternGroup() публичный Метод

Adds the given pattern group to the body of the query
public AddPatternGroup ( RDFPatternGroup patternGroup ) : RDFConstructQuery
patternGroup RDFPatternGroup
Результат RDFConstructQuery

AddTemplate() публичный Метод

Adds the given pattern to the templates of the query
public AddTemplate ( RDFPattern template ) : RDFConstructQuery
template RDFPattern
Результат RDFConstructQuery

ApplyToFederation() публичный Метод

Applies the query to the given federation
public ApplyToFederation ( RDFFederation federation ) : RDFConstructQueryResult
federation RDFFederation
Результат RDFConstructQueryResult

ApplyToGraph() публичный Метод

Applies the query to the given graph
public ApplyToGraph ( RDFGraph graph ) : RDFConstructQueryResult
graph RDFGraph
Результат RDFConstructQueryResult

ApplyToStore() публичный Метод

Applies the query to the given store
public ApplyToStore ( RDFStore store ) : RDFConstructQueryResult
store RDFStore
Результат RDFConstructQueryResult

RDFConstructQuery() публичный Метод

Default-ctor to build an empty CONSTRUCT query
public RDFConstructQuery ( ) : System
Результат System

ToString() публичный Метод

Gives the string representation of the CONSTRUCT query
public ToString ( ) : String
Результат String