uk.ac.ucl.cs.emofocl.hutn.jmi
Class HUTNConfigurationFactory

java.lang.Object
  extended by uk.ac.ucl.cs.emofocl.hutn.jmi.HUTNConfigurationFactory

public class HUTNConfigurationFactory
extends Object

Author:
jwskene

Field Summary
static Logger LOGGER
          Logger object is public because it is used by class proxies to report errors during construction.
 
Constructor Summary
HUTNConfigurationFactory()
           
 
Method Summary
static Specification getMetaModel()
           
static javax.jmi.reflect.RefPackage getModel(boolean meta)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

public static Logger LOGGER
Logger object is public because it is used by class proxies to report errors during construction.

Constructor Detail

HUTNConfigurationFactory

public HUTNConfigurationFactory()
Method Detail

getMetaModel

public static Specification getMetaModel()

getModel

public static javax.jmi.reflect.RefPackage getModel(boolean meta)
See Also:
uk.ac.ucl.cs.jmi.JMIFactory#getModel()