|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FunctionOnValues
Interface for Functions that return true for Function.operatesOnValues().
These functions are supplied with a list of RDFTerms as arguments.
| Method Summary | |
|---|---|
RDFTerm |
call(java.util.List<RDFTerm> arguments)
Invokes the function and determines a return value. |
| Methods inherited from interface org.openanzo.glitter.expression.Function |
|---|
getIdentifier, operatesOnTypeErrors, operatesOnValues |
| Method Detail |
|---|
RDFTerm call(java.util.List<RDFTerm> arguments)
throws ExpressionEvaluationException
arguments - The (evaluated) RDF terms being passed to the function
ExpressionEvaluationException - For invalid types, or other expression evalutaion problems
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||