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

Inheritance: SemWeb.Query.QueryResultSink
Afficher le fichier Open project: JoshData/semweb-dotnet

Méthodes publiques

Свойство Type Description
bindings RdfBindingSetImpl
source RdfSourceWrapper
varMap System.Collections.Hashtable.Hashtable

Méthodes publiques

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

Method Details

Add() public méthode

public Add ( VariableBindings result ) : bool
result VariableBindings
Résultat bool

AddComments() public méthode

public AddComments ( string comments ) : void
comments string
Résultat void

Init() public méthode

public Init ( SemWeb.Variable variables ) : void
variables SemWeb.Variable
Résultat void

Property Details

bindings public_oe property

public RdfBindingSetImpl bindings
Résultat RdfBindingSetImpl

source public_oe property

public RdfSourceWrapper source
Résultat RdfSourceWrapper

varMap public_oe property

public Hashtable.Hashtable,System.Collections varMap
Résultat System.Collections.Hashtable.Hashtable