uk.ac.ic.doc.automed.wrappers
Class Constants

java.lang.Object
  extended by uk.ac.ic.doc.automed.wrappers.Constants

public class Constants
extends java.lang.Object

Constants.java

Author:
Duc M Le dmle@doc.ic.ac.uk Created on 01 March 2006 Department of Computing, Imperial College

Field Summary
static java.lang.String HDM_EDGE_CONS_TYPE
           
static int HDM_MODEL_ID
          HDM constants (originally declared in HDMWrapperFactory class
static java.lang.String HDM_MODEL_NAME
           
static java.lang.String HDM_MODEL_PREFIX
           
static java.lang.String HDM_NODE_CONS_TYPE
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HDM_MODEL_ID

public static final int HDM_MODEL_ID
HDM constants (originally declared in HDMWrapperFactory class

See Also:
Constant Field Values

HDM_MODEL_NAME

public static final java.lang.String HDM_MODEL_NAME
See Also:
Constant Field Values

HDM_MODEL_PREFIX

public static final java.lang.String HDM_MODEL_PREFIX
See Also:
Constant Field Values

HDM_NODE_CONS_TYPE

public static final java.lang.String HDM_NODE_CONS_TYPE
See Also:
Constant Field Values

HDM_EDGE_CONS_TYPE

public static final java.lang.String HDM_EDGE_CONS_TYPE
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()