it.amattioli.encapsulate.dates
Interface DayExpression

Show UML class diagram
All Known Implementing Classes:
Easter, RangeEachYear

public interface DayExpression

Similar to a TemporalExpression but checks object of Day class instead of time points.

See Also:
TemporalExpression

Method Summary
 boolean includes(Day d)
          Verifies if a Day satisfies this expression
 

Method Detail

includes

boolean includes(Day d)
Verifies if a Day satisfies this expression

Parameters:
d - the day to be checked
Returns:
true if the day satisfies this expression, false otherwise


Copyright © 2011. All Rights Reserved.