C# Class SemWeb.Query.SparqlEngine.RdfGroupLogic

Inheritance: name.levering.ryan.sparql.logic.AdvancedGroupConstraintLogic
Show file Open project: JoshData/semweb-dotnet

Public Methods

Method Description
RdfGroupLogic ( name data, name logic )

Protected Methods

Method Description
extractLiteralFilters ( name node, java literalFilters ) : void
runTripleConstraints ( java tripleConstraints, name p ) : RdfBindingSet

Private Methods

Method Description
RemoveCast ( object node ) : object
ToRes ( object expr, java knownValues, bool entities, System.Collections.Hashtable.Hashtable varMap1, System.Collections.Hashtable.Hashtable varMap2, RdfSourceWrapper src, QueryOptions opts, ArrayList distinguishedVars, ArrayList undistinguishedVars, java sparqlDistinguished ) : SemWeb.Resource
removeChar ( string &re, char c, int end ) : bool

Method Details

RdfGroupLogic() public method

public RdfGroupLogic ( name data, name logic )
data name
logic name

extractLiteralFilters() protected method

protected extractLiteralFilters ( name node, java literalFilters ) : void
node name
literalFilters java
return void

runTripleConstraints() protected method

protected runTripleConstraints ( java tripleConstraints, name p ) : RdfBindingSet
tripleConstraints java
p name
return RdfBindingSet