C# 클래스 RDFSharp.Query.RDFAskQuery

RDFAskQuery is the SPARQL "ASK" query implementation.
파일 보기 프로젝트 열기: mdesalvo/RDFSharp 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddPatternGroup() 공개 메소드

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

ApplyToFederation() 공개 메소드

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

ApplyToGraph() 공개 메소드

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

ApplyToStore() 공개 메소드

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

RDFAskQuery() 공개 메소드

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

ToString() 공개 메소드

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