Uses of Interface
org.apache.avalon.composition.model.ModelFactory

Packages that use ModelFactory
org.apache.avalon.composition.model The model package is resonsible for the population of the containment information model taking into account criteria expressed under meta-info and directives expressed under meta-data in conjunction with the runtime environment. 
org.apache.avalon.composition.model.impl The model package contains a series of classes that leverage the new meta data model.  
org.apache.avalon.merlin.kernel The kernel package defines a top-level Kernel interfaces.  
org.apache.avalon.merlin.kernel.impl The kernel package defines a top level Kernel implementation that serves as a host to a set of blocks.  
 

Uses of ModelFactory in org.apache.avalon.composition.model
 

Methods in org.apache.avalon.composition.model that return ModelFactory
 ModelFactory SystemContext.getFactory()
          Return the model factory.
 

Uses of ModelFactory in org.apache.avalon.composition.model.impl
 

Classes in org.apache.avalon.composition.model.impl that implement ModelFactory
 class DefaultModelFactory
          A factory enabling the establishment of new composition model instances.
 

Methods in org.apache.avalon.composition.model.impl that return ModelFactory
 ModelFactory DefaultSystemContext.getFactory()
          Return the model factory.
 

Uses of ModelFactory in org.apache.avalon.merlin.kernel
 

Methods in org.apache.avalon.merlin.kernel that return ModelFactory
 ModelFactory KernelContext.getModelFactory()
          Return the model factory.
 

Uses of ModelFactory in org.apache.avalon.merlin.kernel.impl
 

Methods in org.apache.avalon.merlin.kernel.impl that return ModelFactory
 ModelFactory DefaultKernelContext.getModelFactory()
          Return the model factory.
 



Copyright © Apache Software Foundation. All Rights Reserved.