Class: SPARQL::Algebra::Operator
- Inherits:
-
Object
- Object
- SPARQL::Algebra::Operator
- Defined in:
- lib/rdf/n3/extensions.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#formulae ⇒ Hash{RDF::Resource => RDF::N3::Algebra::Formula}
Map of related formulae, indexed by graph name.
-
#operands=(ary) ⇒ Array
Updates the operands for this operator.
Instance Method Details
#formulae ⇒ Hash{RDF::Resource => RDF::N3::Algebra::Formula}
Map of related formulae, indexed by graph name.
208 209 210 |
# File 'lib/rdf/n3/extensions.rb', line 208 def formulae @options.fetch(:formulae, {}) end |
#operands=(ary) ⇒ Array
Updates the operands for this operator.
216 217 218 |
# File 'lib/rdf/n3/extensions.rb', line 216 def operands=(ary) @operands = ary end |