edu.iastate.biocyc.utils
Class BiocycUtils

java.lang.Object
  extended by edu.iastate.biocyc.utils.BiocycUtils

public class BiocycUtils
extends java.lang.Object

Utilitiy class

Author:
Jie Li

Field Summary
(package private) static org.apache.log4j.Logger logger
          log4j facility
(package private) static java.lang.Integer sequence
          start point of the unique id
(package private) static BiocycUtils utils
          the database statement instance
 
Method Summary
static java.lang.Integer generateSequenceBasedUUID()
          get the next value of the normal graph element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

static org.apache.log4j.Logger logger
log4j facility


utils

static BiocycUtils utils
the database statement instance


sequence

static java.lang.Integer sequence
start point of the unique id

Method Detail

generateSequenceBasedUUID

public static final java.lang.Integer generateSequenceBasedUUID()
get the next value of the normal graph element

Returns:
the next value of the unique id