Class: RDF::N3::Algebra::Math::NotLessThan
- Inherits:
-
LessThan
- Object
- SPARQL::Algebra::Operator::Binary
- ResourceOperator
- LessThan
- RDF::N3::Algebra::Math::NotLessThan
- Defined in:
- lib/rdf/n3/algebra/math/not_less_than.rb
Overview
True iff the subject is a string representation of a number which is NOT LESS than a 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 greater than or equal toterm2
.
Methods inherited from LessThan
Methods inherited from ResourceOperator
#as_literal, #execute, #input_operand, #resolve, #valid?