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

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

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

Methods in org.objectweb.dsrg.sofa.repository.model that return MicroContentGenerator
 MicroContentGenerator ModelFactory.createMicroContentGenerator()
          Returns a new object of class 'Micro Content Generator'
 

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

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement MicroContentGenerator
 class MicroContentGeneratorImpl
          An implementation of the model object 'Micro Content Generator'
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return MicroContentGenerator
 MicroContentGenerator ModelFactoryImpl.createMicroContentGenerator()
           
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type MicroContentGenerator
 T ModelSwitch.caseMicroContentGenerator(MicroContentGenerator object)
          Returns the result of interpreting the object as an instance of 'Micro Content Generator'