Uses of Interface
com.hammurapi.config.ConfigFactory

Packages that use ConfigFactory
com.hammurapi.config   
com.hammurapi.config.impl   
 

Uses of ConfigFactory in com.hammurapi.config
 

Fields in com.hammurapi.config declared as ConfigFactory
static ConfigFactory ConfigFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in com.hammurapi.config that return ConfigFactory
 ConfigFactory ConfigPackage.getConfigFactory()
          Returns the factory that creates the instances of the model.
 

Uses of ConfigFactory in com.hammurapi.config.impl
 

Classes in com.hammurapi.config.impl that implement ConfigFactory
 class ConfigFactoryImpl
          An implementation of the model Factory.
 

Methods in com.hammurapi.config.impl that return ConfigFactory
 ConfigFactory ConfigPackageImpl.getConfigFactory()
           
static ConfigFactory ConfigFactoryImpl.init()
          Creates the default factory implementation.