Class Random
java.lang.Object
org.eclipse.rdf4j.spin.function.spif.Random
- All Implemented Interfaces:
 Function
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionevaluate(ValueFactory valueFactory, Value... args) Evaluate the function over the supplied input arguments, using the suppliedValueFactoryto produce the result.getURI()booleanUUID() and STRUUID() must return a different result for each invocation. 
- 
Constructor Details
- 
Random
public Random() 
 - 
 - 
Method Details
- 
getURI
 - 
evaluate
Description copied from interface:FunctionEvaluate the function over the supplied input arguments, using the suppliedValueFactoryto produce the result.- Specified by:
 evaluatein interfaceFunction- Parameters:
 valueFactory- aValueFactoryto use for producing the function result.args- the function input arguments.- Returns:
 - the function result value.
 - Throws:
 ValueExprEvaluationException
 - 
mustReturnDifferentResult
public boolean mustReturnDifferentResult()Description copied from interface:FunctionUUID() and STRUUID() must return a different result for each invocation.- Specified by:
 mustReturnDifferentResultin interfaceFunction- Returns:
 - if each invocation must return a different result.
 
 
 -