class SPARQL::Algebra::Operator

Public Instance Methods

formulae() click to toggle source

Map of related formulae, indexed by graph name.

@return [Hash{RDF::Resource => RDF::N3::Algebra::Formula}]

# File lib/rdf/n3/extensions.rb, line 208
def formulae
  @options.fetch(:formulae, {})
end
operands=(ary) click to toggle source

Updates the operands for this operator.

@param [Array] ary @return [Array]

# File lib/rdf/n3/extensions.rb, line 216
def operands=(ary)
  @operands = ary
end