C# Class RDFSharp.Query.RDFSameTermFilter

RDFSameTermFilter represents an equality filter between a variable and a RDF term.
Inheritance: RDFFilter
显示文件 Open project: mdesalvo/RDFSharp

Public Methods

Method Description
RDFSameTermFilter ( RDFVariable variable, RDFPatternMember rdfTerm ) : System

Default-ctor to build an equality filter between the given variable and the given RDF term

ToString ( ) : String

Gives the string representation of the filter

Private Methods

Method Description
ApplyFilter ( DataRow row, System.Boolean applyNegation ) : System.Boolean

Applies the filter on the column corresponding to the variable in the given datarow

Method Details

RDFSameTermFilter() public method

Default-ctor to build an equality filter between the given variable and the given RDF term
public RDFSameTermFilter ( RDFVariable variable, RDFPatternMember rdfTerm ) : System
variable RDFVariable
rdfTerm RDFPatternMember
return System

ToString() public method

Gives the string representation of the filter
public ToString ( ) : String
return String