com.bigdata.relation.rule.eval
Interface IRuleStatisticsFactory


public interface IRuleStatisticsFactory

A factory for rule statistics objects.

Version:
$Id: IRuleStatisticsFactory.java 4218 2011-02-21 22:01:49Z thompsonbry $
Author:
Bryan Thompson

Method Summary
 RuleStats newInstance(IRuleState ruleState)
          Used for the execution of a single IRule.
 RuleStats newInstance(IStep step)
          Used for aggregations of more than one IRule.
 

Method Detail

newInstance

RuleStats newInstance(IStep step)
Used for aggregations of more than one IRule.


newInstance

RuleStats newInstance(IRuleState ruleState)
Used for the execution of a single IRule.

Parameters:
ruleState - Metadata about the IRule execution state that is derived once the IEvaluationPlan has been selected.


Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.