| Class | Description |
|---|---|
| Compare |
A primitive which consumes two resources and produces a comparison value
according to their data type.
|
| DataLibrary |
A collection of primitives for value comparison and datatype conversion.
|
| Equal |
A primitive which consumes two items and produces a Boolean value of true if
they are equal according to their data types, otherwise false.
|
| Gt |
A primitive which consumes two items x and y and produces a Boolean value of
true if x is greater than y according to the natural ordering of x, otherwise
false.
|
| Gte |
A primitive which consumes two items x and y and produces a Boolean value of
true if x is greater than or equal to y according to Ripple total order, otherwise
false.
|
| Lang |
A primitive which consumes a plain literal value and produces its language
tag (or an empty string if the literal has no language tag).
|
| Lt |
A primitive which consumes two items x and y and produces a Boolean value of
true if x is less than y according to the natural ordering of x, otherwise
false.
|
| Lte |
A primitive which consumes two items x and y and produces a Boolean value of
true if x is less than or equal to y according to Ripple total order, otherwise
false.
|
| ToDouble |
A primitive which consumes a literal value and produces its xsd:double
equivalent (if any).
|
| ToInteger |
A primitive which consumes a literal value and produces its xsd:integer
equivalent (if any).
|
| ToMillis |
A primitive which produces the current time, in seconds since midnight UTC of
January 1, 1970.
|
| ToString |
A primitive which consumes a resource or literal value and produces its
string representation.
|
| ToUri |
A primitive which consumes a literal value and produces the resource
identified by the corresponding URI (if any).
|
| Type |
A primitive which consumes a literal value and produces its data type (if
any).
|
Copyright © 2007-2012 fortytwo.net. All Rights Reserved.