class SPARQL::Algebra::Operator
Public Instance Methods
Source
# File lib/rdf/n3/extensions.rb, line 208 def formulae @options.fetch(:formulae, {}) end
Map of related formulae, indexed by graph name.
@return [Hash{RDF::Resource => RDF::N3::Algebra::Formula
}]
Source
# File lib/rdf/n3/extensions.rb, line 216 def operands=(ary) @operands = ary end
Updates the operands for this operator.
@param [Array] ary @return [Array]