|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.glitter.expression.FunctionBase
org.openanzo.glitter.expression.BinaryFunction
org.openanzo.glitter.expression.builtin.NumericLt
public class NumericLt
Numeric <. Relies on FunctionBase.compareNumerics(RDFTerm, RDFTerm).
| Constructor Summary | |
|---|---|
NumericLt()
|
|
| Method Summary | |
|---|---|
RDFTerm |
call(RDFTerm arg1,
RDFTerm arg2)
Invoke a binary function explicitly with two arguments. |
java.net.URI |
getIdentifier()
|
| Methods inherited from class org.openanzo.glitter.expression.BinaryFunction |
|---|
call |
| Methods inherited from class org.openanzo.glitter.expression.FunctionBase |
|---|
compareBooleans, compareBooleans, compareDateTimes, compareNumerics, compareStringLiterals, operatesOnTypeErrors, operatesOnValues |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.openanzo.glitter.expression.Function |
|---|
operatesOnTypeErrors, operatesOnValues |
| Constructor Detail |
|---|
public NumericLt()
| Method Detail |
|---|
public RDFTerm call(RDFTerm arg1,
RDFTerm arg2)
throws ExpressionEvaluationException
BinaryFunction
call in class BinaryFunctionarg1 - First argument to the functionarg2 - Second argument to the function
ExpressionEvaluationExceptionpublic java.net.URI getIdentifier()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||