Class MultisetHandler
A SPARQL Results Handler which loads directly into a Multiset.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Parsing.Handlers
Assembly: dotNetRDF.dll
Syntax
public class MultisetHandler : BaseResultsHandler, ISparqlResultsHandler, INodeFactory
Remarks
Primarily intended for internal usage for future optimisation of some SPARQL evaluation.
Constructors
| Improve this Doc View SourceMultisetHandler(Multiset)
Creates a new Multiset Handler.
Declaration
public MultisetHandler(Multiset mset)
Parameters
Type | Name | Description |
---|---|---|
Multiset | mset | Multiset. |
Methods
| Improve this Doc View SourceHandleBooleanResultInternal(Boolean)
Handles a Boolean Result by doing nothing.
Declaration
protected override void HandleBooleanResultInternal(bool result)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | result | Boolean Result. |
Overrides
| Improve this Doc View SourceHandleResultInternal(SparqlResult)
Handles a Result by adding it to the Multiset.
Declaration
protected override bool HandleResultInternal(SparqlResult result)
Parameters
Type | Name | Description |
---|---|---|
SparqlResult | result | Result. |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceHandleVariableInternal(String)
Handles a Variable by adding it to the Multiset.
Declaration
protected override bool HandleVariableInternal(string var)
Parameters
Type | Name | Description |
---|---|---|
System.String | var | Variable. |
Returns
Type | Description |
---|---|
System.Boolean |