Class PeriodRule<T extends Component>

  • All Implemented Interfaces:
    Predicate<T>

    public class PeriodRule<T extends Component>
    extends Object
    implements Predicate<T>
    $Id$ Created on 2/02/2006 A rule that matches any component that occurs in the specified time period.
    • Constructor Detail

      • PeriodRule

        public PeriodRule​(Period period)
        Constructs a new instance using the specified period.
        Parameters:
        period - a period instance to match on