Sha256: 2282c8537c39c6b7727b2632c736823779c405c4cb624493d0b8ed2d791630f2

Contents?: true

Size: 306 Bytes

Versions: 2

Compression:

Stored size: 306 Bytes

Contents

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

    NAME = :mathGreaterThan
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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