Sha256: 24dc6cbdc228d12ea71ab7eebb2922f76cd813fa1caafca7b9a21cd37753a0c2

Contents?: true

Size: 315 Bytes

Versions: 2

Compression:

Stored size: 315 Bytes

Contents

module RDF::N3::Algebra::Math
  ##
  # True iff the subject is a string representation of a number which is NOT greater than the number of which the object is a string representation.
  class NotGreaterThan < SPARQL::Algebra::Operator::Binary
    include RDF::Util::Logger

    NAME = :mathNotGreaterThan
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rdf-n3-3.1.1 lib/rdf/n3/algebra/math/notGreaterThan.rb
rdf-n3-3.1.0 lib/rdf/n3/algebra/math/notGreaterThan.rb