Class: SPARQL::Algebra::Operator

Inherits:
Object
  • Object
show all
Defined in:
lib/rdf/n3/extensions.rb

Instance Method Summary collapse

Instance Method Details

#formulaeHash{RDF::Resource => RDF::N3::Algebra::Formula}

Map of related formulae, indexed by graph name.

Returns:



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.

Parameters:

  • ary (Array)

Returns:

  • (Array)


216
217
218
# File 'lib/rdf/n3/extensions.rb', line 216

def operands=(ary)
  @operands = ary
end