com.vii.brillien.kernel.axiom.scheduling
Class AlwaysTrueValueMatcher

java.lang.Object
  extended by com.vii.brillien.kernel.axiom.scheduling.AlwaysTrueValueMatcher
All Implemented Interfaces:
ValueMatcher

public class AlwaysTrueValueMatcher
extends Object
implements ValueMatcher

This ValueMatcher always returns true!


Constructor Summary
AlwaysTrueValueMatcher()
           
 
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
 

Constructor Detail

AlwaysTrueValueMatcher

public AlwaysTrueValueMatcher()
Method Detail

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.