Uses of Interface
org.objectweb.dsrg.sofa.repository.model.Factory

Packages that use Factory
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
org.objectweb.dsrg.sofa.repository.model.util   
 

Uses of Factory in org.objectweb.dsrg.sofa.repository.model
 

Methods in org.objectweb.dsrg.sofa.repository.model that return Factory
 Factory ModelFactory.createFactory()
          Returns a new object of class 'Factory'
 

Uses of Factory in org.objectweb.dsrg.sofa.repository.model.impl
 

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement Factory
 class FactoryImpl
          An implementation of the model object 'Factory'
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return Factory
 Factory ModelFactoryImpl.createFactory()
           
 

Uses of Factory in org.objectweb.dsrg.sofa.repository.model.util
 

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type Factory
 T ModelSwitch.caseFactory(Factory object)
          Returns the result of interpreting the object as an instance of 'Factory'