C# 클래스 SemWeb.Query.SparqlEngine

상속: SemWeb.Query.Query
파일 보기 프로젝트 열기: JoshData/semweb-dotnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AllowPersistBNodes bool

공개 메소드들

메소드 설명
AddExternalFunction ( SemWeb.Query.RdfFunction function ) : void
Ask ( SelectableSource source ) : bool
Ask ( SelectableSource source, TextWriter output ) : void
Construct ( SelectableSource source, StatementSink sink ) : void
Construct ( SelectableSource source, TextWriter output ) : void
Describe ( SelectableSource source, StatementSink sink ) : void
Describe ( SelectableSource source, TextWriter output ) : void
GetDefaultDatasets ( ) : string[]
GetExplanation ( ) : string
GetNamedDatasets ( ) : string[]
GetQueryPrefixes ( ) : NamespaceManager
Run ( SelectableSource source, QueryResultSink resultsink ) : void
Run ( SelectableSource source, TextWriter output ) : void
Select ( SelectableSource source, QueryResultSink sink ) : void
Select ( SelectableSource source, TextWriter output ) : void
SparqlEngine ( TextReader query )
SparqlEngine ( string query )
WriteGraph ( RdfGraph graph, RdfSourceWrapper sourcewrapper, StatementSink sink ) : void

비공개 메소드들

메소드 설명
BindLogic ( SelectableSource source ) : RdfSourceWrapper

메소드 상세

AddExternalFunction() 공개 메소드

public AddExternalFunction ( SemWeb.Query.RdfFunction function ) : void
function SemWeb.Query.RdfFunction
리턴 void

Ask() 공개 메소드

public Ask ( SelectableSource source ) : bool
source SelectableSource
리턴 bool

Ask() 공개 메소드

public Ask ( SelectableSource source, TextWriter output ) : void
source SelectableSource
output TextWriter
리턴 void

Construct() 공개 메소드

public Construct ( SelectableSource source, StatementSink sink ) : void
source SelectableSource
sink StatementSink
리턴 void

Construct() 공개 메소드

public Construct ( SelectableSource source, TextWriter output ) : void
source SelectableSource
output TextWriter
리턴 void

Describe() 공개 메소드

public Describe ( SelectableSource source, StatementSink sink ) : void
source SelectableSource
sink StatementSink
리턴 void

Describe() 공개 메소드

public Describe ( SelectableSource source, TextWriter output ) : void
source SelectableSource
output TextWriter
리턴 void

GetDefaultDatasets() 공개 메소드

public GetDefaultDatasets ( ) : string[]
리턴 string[]

GetExplanation() 공개 메소드

public GetExplanation ( ) : string
리턴 string

GetNamedDatasets() 공개 메소드

public GetNamedDatasets ( ) : string[]
리턴 string[]

GetQueryPrefixes() 공개 메소드

public GetQueryPrefixes ( ) : NamespaceManager
리턴 NamespaceManager

Run() 공개 메소드

public Run ( SelectableSource source, QueryResultSink resultsink ) : void
source SelectableSource
resultsink QueryResultSink
리턴 void

Run() 공개 메소드

public Run ( SelectableSource source, TextWriter output ) : void
source SelectableSource
output TextWriter
리턴 void

Select() 공개 메소드

public Select ( SelectableSource source, QueryResultSink sink ) : void
source SelectableSource
sink QueryResultSink
리턴 void

Select() 공개 메소드

public Select ( SelectableSource source, TextWriter output ) : void
source SelectableSource
output TextWriter
리턴 void

SparqlEngine() 공개 메소드

public SparqlEngine ( TextReader query )
query TextReader

SparqlEngine() 공개 메소드

public SparqlEngine ( string query )
query string

WriteGraph() 공개 메소드

public WriteGraph ( RdfGraph graph, RdfSourceWrapper sourcewrapper, StatementSink sink ) : void
graph RdfGraph
sourcewrapper RdfSourceWrapper
sink StatementSink
리턴 void

프로퍼티 상세

AllowPersistBNodes 공개적으로 프로퍼티

public bool AllowPersistBNodes
리턴 bool