com.vii.brillien.kernel.axiom.scheduling
Interface ValueMatcher

All Known Implementing Classes:
AlwaysTrueValueMatcher, DayOfMonthValueMatcher, IntArrayValueMatcher

public interface ValueMatcher

This interface describes the ValueMatcher behavior. A ValueMatcher is an object that validate an integer value against a set of rules.


Method Summary
 boolean match(int value)
          Validate the given integer value against a set of rules.
 

Method Detail

match

boolean match(int value)
Validate the given integer value against a set of rules.

Parameters:
value - The value.
Returns:
true if the given value matches the rules of the ValueMatcher, false otherwise.


Copyright © 2012. All Rights Reserved.