Gregory Williams > RDF-Query-2.200 > RDF::Query::Model::RDFTrine::Filter

Download:
RDF-Query-2.200.tar.gz

Dependencies

Annotate this POD

Website

CPAN RT

Open  0
Report a bug
Module Version: 2.200   Source  

NAME ^

RDF::Query::Model::RDFTrine::Filter - Algebra class for Filter patterns

VERSION ^

This document describes RDF::Query::Model::RDFTrine::Filter version 2.200, released 6 August 2009.

METHODS ^

new ( $filter )

Returns a new Filter structure for execution by RDF::Trine.

construct_args

Returns a list of arguments that, passed to this class' constructor, will produce a clone of this algebra pattern.

pattern

Returns the RDF::Trine::Pattern object.

expr

Returns the RDF::Query::Expression object.

referenced_variables

Returns a list of the variable names used in this algebra expression.

definite_variables

Returns a list of the variable names that will be bound after evaluating this algebra expression.

bind_variables ( \%bound )

Returns a new algebra pattern with variables named in %bound replaced by their corresponding bound values.

as_sparql
execute ( $query, $bridge, \%bound, $context, %args )

AUTHOR ^

 Gregory Todd Williams <gwilliams@cpan.org>