GP
Interface Condition


public interface Condition

This defines the interface to a query that returns a boolean value, true or false. It can be implemented to preform arbitrarily complex querys.


Method Summary
 boolean Test()
          This is the method that should be implemented to preform the query operation, and return the boolean result.
 

Method Detail

Test

public boolean Test()
This is the method that should be implemented to preform the query operation, and return the boolean result.
Returns:
the result of the query operation