Class GenerateUUID

  • All Implemented Interfaces:
    Function

    public class GenerateUUID
    extends java.lang.Object
    implements Function
    • Constructor Summary

      Constructors 
      Constructor Description
      GenerateUUID()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Value evaluate​(ValueFactory valueFactory, Value... args)
      Evaluate the function over the supplied input arguments, using the supplied ValueFactory to produce the result.
      java.lang.String getURI()  
      boolean mustReturnDifferentResult()
      UUID() and STRUUID() must return a different result for each invocation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.eclipse.rdf4j.query.algebra.evaluation.function.Function

        evaluate
    • Constructor Detail

      • GenerateUUID

        public GenerateUUID()
    • Method Detail

      • getURI

        public java.lang.String getURI()
        Specified by:
        getURI in interface Function
      • mustReturnDifferentResult

        public boolean mustReturnDifferentResult()
        Description copied from interface: Function
        UUID() and STRUUID() must return a different result for each invocation.
        Specified by:
        mustReturnDifferentResult in interface Function
        Returns:
        if each invocation must return a different result.