Attean::API::Expression(3pm) | User Contributed Perl Documentation | Attean::API::Expression(3pm) |
Attean::API::Expression - SPARQL expressions
This document describes Attean::API::Expression version 0.033
The Attean::API::Expression role defines a common API for SPARQL expressions consisting of logical, numeric, and function operators, constant terms, and variables. Expressions may be evaluated in the context of a Attean::API::Result object, and either return a Attean::API::Term object or throw a type error exception.
This role consumes the Attean::API::DirectedAcyclicGraph role which provide the following methods:
and the following attributes:
The following attributes exist:
The following methods are required by the Attean::API::Expression role:
Please report any bugs or feature requests to through the GitHub web interface at <https://github.com/kasei/attean/issues>.
Gregory Todd Williams "<gwilliams@cpan.org>"
Copyright (c) 2014--2022 Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2022-10-06 | perl v5.34.0 |