Interface RuleSet

  • All Superinterfaces:
    java.lang.Iterable<RelOptRule>
    All Known Implementing Classes:
    RuleSets.ListRuleSet

    public interface RuleSet
    extends java.lang.Iterable<RelOptRule>
    A set rules associated with a particular type of invocation of the Planner.
    • Method Summary

      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator