org.deduced
Interface RuleExecutionContext

All Known Implementing Classes:
RuleExecutionContextImplementation

public interface RuleExecutionContext

RuleExecutionContext contains all the objects required for a successful rule execution

Author:
Steve McDuff

Method Summary
 ModelFactory getModelFactory()
           
 

Method Detail

getModelFactory

ModelFactory getModelFactory()
Returns:
the model factory used by the collection on which the rule is being executed. This is useful for rules that want to create objects as their output.