public interface IRuleStatisticsFactory
Modifier and Type | Method and Description |
---|---|
RuleStats |
newInstance(IRuleState ruleState)
Used for the execution of a single
IRule . |
RuleStats |
newInstance(IStep step)
Used for aggregations of more than one
IRule . |
RuleStats newInstance(IRuleState ruleState)
IRule
.ruleState
- Metadata about the IRule
execution state that is
derived once the IEvaluationPlan
has been selected.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.