sub_arctic.lib
Class pred_true

java.lang.Object
  |
  +--sub_arctic.lib.pred_true

public class pred_true
extends java.lang.Object
implements interactor_pred

Interactor predicate class that always returns true.

See Also:
base_interactor.traverse_and_collect(int, int, sub_arctic.lib.interactor_pred, sub_arctic.lib.interactor_pred, sub_arctic.lib.traversal_xform, java.lang.Object, sub_arctic.input.pick_collector)

Method Summary
 boolean test(interactor obj, java.lang.Object parameters)
          Perform the predicate "test" by returning true.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

test

public boolean test(interactor obj,
                    java.lang.Object parameters)
Perform the predicate "test" by returning true.
Specified by:
test in interface interactor_pred
Parameters:
obj - the interactor the predicate is testing.
parameters - the additional parameters (of subclass specific type) to the component predicate.
Returns:
true in all cases