Class PeriodRule<C extends Component,​T extends Temporal>

  • All Implemented Interfaces:
    Predicate<C>

    public class PeriodRule<C extends Component,​T extends Temporal>
    extends Object
    implements Predicate<C>
    $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<T> period)
        Constructs a new instance using the specified period.
        Parameters:
        period - a period instance to match on