Class UUID

    • Constructor Summary

      Constructors 
      Constructor Description
      UUID()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IRI 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

      • UUID

        public UUID()
    • 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.