Gregory Todd Williams > RDF-Trine > RDF::Trine::VariableBindings

Download:
RDF-Trine-0.140.tar.gz

Dependencies

Annotate this POD

Website

CPAN RT

New  1
Open  2
View/Report Bugs
Module Version: 0.140   Source  

NAME ^

RDF::Trine::VariableBindings - Variable bindings

VERSION ^

This document describes RDF::Trine::VariableBindings version 0.140

METHODS ^

new ( \%bindings )
set ( $variable_name => $node )
copy_labels_from ( $vb )

Copies the labels from $vb, adding them to the labels for this object.

join ( $row )

Returns a new VariableBindings object based on the join of this object and $row. If the two variable binding objects cannot be joined, returns undef.

variables
project ( @keys )

Returns a new binding with values for only the keys listed.

as_string

Returns a string representation of the variable bindings.

label ( $label => $value )

Sets the named $label to $value for this variable bindings object. If no $value is given, returns the current label value, or undef if none exists.

AUTHOR ^

 Gregory Todd Williams <gwilliams@cpan.org>

COPYRIGHT ^

Copyright (c) 2006-2012 Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

syntax highlighting: