Class: RDF::N3::Algebra::Math::NotGreaterThan
- Inherits:
-
GreaterThan
- Object
- SPARQL::Algebra::Operator::Binary
- ResourceOperator
- GreaterThan
- RDF::N3::Algebra::Math::NotGreaterThan
- Defined in:
- lib/rdf/n3/algebra/math/not_greater_than.rb
Overview
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.
Constant Summary collapse
Instance Attribute Summary
Attributes included from Enumerable
Instance Method Summary collapse
-
#apply(term1, term2) ⇒ RDF::Literal::Boolean
Returns TRUE if
term1
is less than or equal toterm2
.
Methods inherited from GreaterThan
Methods inherited from ResourceOperator
#as_literal, #execute, #input_operand, #resolve, #valid?