uk.ac.ucl.cs.emofocl.jmi
Class EMOFOCLFactory

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

public class EMOFOCLFactory
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
EMOFOCLFactory()
           
 
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

EMOFOCLFactory

public EMOFOCLFactory()
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()