- All Implemented Interfaces:
Predicate<T>
$Id$
Created on 2/02/2006
A rule that matches any component that occurs in the specified time period.
-
Constructor Summary
Constructors
Constructs a new instance using the specified period.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PeriodRule
public PeriodRule(Period period)
Constructs a new instance using the specified period.
- Parameters:
period - a period instance to match on
-