com.apama.sor.strategy
Event StrategyHelperFactory


The StrategyHelperFactory allows the user to create new instances of the Strategy by using the StrategyHelperInterface it returns.
Since:
CMF 2.1.0
See Also:
com.apama.sor.strategy.StrategyHelperInterface - The StrategyHelperInterface that is returned from the Factory

Action summary
 com.apama.sor.strategy.StrategyHelperInterfacecreateInterface()

This function creates a new instance of the StrategyHelperInterface that can be used to create new Strategy instances.
 
Action detail

createInterface

com.apama.sor.strategy.StrategyHelperInterface createInterface()
This function creates a new instance of the StrategyHelperInterface that can be used to create new Strategy instances.
Returns:
The StrategyHelperInterface that is returned from the Factory
See Also:
com.apama.sor.strategy.StrategyHelperInterface - The StrategyHelperInterface that is returned from the Factory