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()
           
 DeducedModelLayerExtension getModelLayer()
          get Model Layer
 

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.

getModelLayer

DeducedModelLayerExtension getModelLayer()
get Model Layer

Returns:
the model layer used to execute rules