com.hp.hpl.jena.sdb.core
Class Gensym

java.lang.Object
  extended by com.hp.hpl.jena.sdb.core.Gensym
All Implemented Interfaces:
Generator

public class Gensym
extends Object
implements Generator


Method Summary
static Gensym create(String base)
           
static Gensym create(String base, int startCount)
           
 String current()
           
 String next()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

create

public static Gensym create(String base)

create

public static Gensym create(String base,
                            int startCount)

next

public String next()
Specified by:
next in interface Generator

current

public String current()
Specified by:
current in interface Generator

toString

public String toString()
Overrides:
toString in class Object


Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.