org.jboss.reliance.drools.dependency
Interface DependencyItemFactory<T extends org.jboss.dependency.spi.ControllerContext>

Type Parameters:
T - exact controller context type
All Known Implementing Classes:
RuleBasedDependencyItemFactory

public interface DependencyItemFactory<T extends org.jboss.dependency.spi.ControllerContext>

Dependency item factory.

Author:
Ales Justin

Method Summary
 org.jboss.dependency.spi.DependencyItem createDependencyItem(T context)
          Create new dependency item.
 

Method Detail

createDependencyItem

org.jboss.dependency.spi.DependencyItem createDependencyItem(T context)
Create new dependency item.

Parameters:
context - the context
Returns:
new dependency item


Copyright © 2008 JBoss Inc.. All Rights Reserved.