java.lang.Object
org.apache.jena.rdfpatch.system.URNs

public class URNs extends Object
Some functions to do with URN Nodes. All UUID generation should go though this class.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static UUID
    Generate a UUID
    static org.apache.jena.graph.Node
    This is not a function! It returns a fresh UUID URI on every call.
    static org.apache.jena.graph.Node
    unique(String schemeName)
    This is not a function! It returns a fresh UUID URI with the given scheme name on every call.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • URNs

      public URNs()
  • Method Details

    • genUUID

      public static UUID genUUID()
      Generate a UUID
    • unique

      public static org.apache.jena.graph.Node unique()
      This is not a function! It returns a fresh UUID URI on every call.
    • unique

      public static org.apache.jena.graph.Node unique(String schemeName)
      This is not a function! It returns a fresh UUID URI with the given scheme name on every call.