Uses of Class
org.apache.avalon.activation.appliance.DependencyGraph

Packages that use DependencyGraph
org.apache.avalon.activation.appliance The appliance package contains interfaces, utilities and default implementations defining and enabling use of the central Appliance interface.  
org.apache.avalon.activation.appliance.impl The appliance.impl package contains the default implementations defining and enabling use of the central Appliance interface.  
 

Uses of DependencyGraph in org.apache.avalon.activation.appliance
 

Methods in org.apache.avalon.activation.appliance that return DependencyGraph
 DependencyGraph BlockContext.getDependencyGraph()
          Returns the dependency graph assigned to the block.
 

Methods in org.apache.avalon.activation.appliance with parameters of type DependencyGraph
 void DependencyGraph.addChild(DependencyGraph child)
          Addition of a consumer dependency graph.
 void DependencyGraph.removeChild(DependencyGraph child)
          Removal of a consumer dependency graph.
 

Constructors in org.apache.avalon.activation.appliance with parameters of type DependencyGraph
DependencyGraph(DependencyGraph parent)
          Creation of a new dependecy graph holding a reference to a parent graph.
 

Uses of DependencyGraph in org.apache.avalon.activation.appliance.impl
 

Methods in org.apache.avalon.activation.appliance.impl that return DependencyGraph
 DependencyGraph DefaultBlockContext.getDependencyGraph()
          Returns the dependency graph assigned to the block.
 

Constructors in org.apache.avalon.activation.appliance.impl with parameters of type DependencyGraph
DefaultBlockContext(Logger logger, ContainmentModel model, DependencyGraph graph, ServiceContext context, Engine engine, ApplianceRepository repository)
          Creation of a new block context.
 



Copyright © Apache Software Foundation. All Rights Reserved.