uk.ac.ucl.cs.emofocl.emofcs.jmi
Class EMOFCSFactory

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

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

EMOFCSFactory

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