com.vii.brillien.kernel.axiom.scheduling
Class AlwaysTrueValueMatcher
java.lang.Object
com.vii.brillien.kernel.axiom.scheduling.AlwaysTrueValueMatcher
- All Implemented Interfaces:
- ValueMatcher
public class AlwaysTrueValueMatcher
- extends Object
- implements ValueMatcher
This ValueMatcher always returns true!
Method Summary |
boolean |
match(int value)
Always true! |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlwaysTrueValueMatcher
public AlwaysTrueValueMatcher()
match
public boolean match(int value)
- Always true!
- Specified by:
match
in interface ValueMatcher
- Parameters:
value
- The value.
- Returns:
- true if the given value matches the rules of the ValueMatcher,
false otherwise.
Copyright © 2012. All Rights Reserved.