org.ontoware.rdf2go.model.impl
Class URIGenerator

java.lang.Object
  extended by org.ontoware.rdf2go.model.impl.URIGenerator

public class URIGenerator
extends java.lang.Object

Uses UUIDs.

Author:
voelkel

Constructor Summary
URIGenerator()
           
 
Method Summary
static URI createNewRandomUniqueURI()
           
static URI createNewRandomUniqueURI(java.lang.String uriPrefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIGenerator

public URIGenerator()
Method Detail

createNewRandomUniqueURI

public static URI createNewRandomUniqueURI()

createNewRandomUniqueURI

public static URI createNewRandomUniqueURI(java.lang.String uriPrefix)
Parameters:
uriPrefix - - must include schema information
Returns:
a new, random unique URI starting with uriPrefix


Copyright © 2005-2008 FZI - Forschungszentrum Informatik | Karlsruhe | Germany. All Rights Reserved.