net.fortuna.ical4j.filter
Interface Rule
- All Known Implementing Classes:
- AbstractDateRule, ComponentRule, DateInRangeRule, HasPropertyRule, PeriodRule
public interface Rule
$Id: Rule.java,v 1.9 2011/02/20 03:12:32 fortuna Exp $
Created: Feb 1, 2006
Implementors dictate whether a given object is classified as a "match" for the enclosing filter.
- Author:
- Ben Fortuna
Method Summary |
boolean |
match(java.lang.Object o)
Indicates whether the specified object passes the conditions required to match this rule. |
match
boolean match(java.lang.Object o)
- Indicates whether the specified object passes the conditions required to match this rule.
- Parameters:
o
- an object to match
- Returns:
- boolean indicated if the specified object matches this rule
Copyright © 2004-2011 Modularity. All Rights Reserved.