Uses of Interface
com.hammurapi.flow.FlowFactory

Packages that use FlowFactory
com.hammurapi.flow   
com.hammurapi.flow.impl   
 

Uses of FlowFactory in com.hammurapi.flow
 

Fields in com.hammurapi.flow declared as FlowFactory
static FlowFactory FlowFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in com.hammurapi.flow that return FlowFactory
 FlowFactory FlowPackage.getFlowFactory()
          Returns the factory that creates the instances of the model.
 

Uses of FlowFactory in com.hammurapi.flow.impl
 

Classes in com.hammurapi.flow.impl that implement FlowFactory
 class FlowFactoryImpl
          An implementation of the model Factory.
 

Methods in com.hammurapi.flow.impl that return FlowFactory
 FlowFactory FlowPackageImpl.getFlowFactory()
           
static FlowFactory FlowFactoryImpl.init()
          Creates the default factory implementation.