org.w3c.rdf.examples
Class CreateUniqueURIs

java.lang.Object
  |
  +--org.w3c.rdf.examples.CreateUniqueURIs

public class CreateUniqueURIs
extends java.lang.Object

A simple demo program that create a unique URI. An optional argument is the number of unique URIs to create.


Constructor Summary
CreateUniqueURIs()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateUniqueURIs

public CreateUniqueURIs()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception