C# Class SemWeb.Query.SparqlEngine.RdfGroupLogic.QueryResultBuilder

Inheritance: SemWeb.Query.QueryResultSink
Exibir arquivo Open project: JoshData/semweb-dotnet

Public Properties

Property Type Description
bindings RdfBindingSetImpl
source RdfSourceWrapper
varMap System.Collections.Hashtable.Hashtable

Public Methods

Method Description
Add ( VariableBindings result ) : bool
AddComments ( string comments ) : void
Init ( SemWeb.Variable variables ) : void

Method Details

Add() public method

public Add ( VariableBindings result ) : bool
result VariableBindings
return bool

AddComments() public method

public AddComments ( string comments ) : void
comments string
return void

Init() public method

public Init ( SemWeb.Variable variables ) : void
variables SemWeb.Variable
return void

Property Details

bindings public_oe property

public RdfBindingSetImpl bindings
return RdfBindingSetImpl

source public_oe property

public RdfSourceWrapper source
return RdfSourceWrapper

varMap public_oe property

public Hashtable.Hashtable,System.Collections varMap
return System.Collections.Hashtable.Hashtable