Package repast.simphony.query
Interface PropertyEqualsPredicate<T,V>
public interface PropertyEqualsPredicate<T,V>
- Author:
- Nick Collier
-
Method Summary
-
Method Details
-
evaluate
Evaluates t against v, returning true or false.- Parameters:
t
- the property value as gotten from the agentv
- the property value to evaluate against- Returns:
- true if t evaluates to true with respect to v, otherwise false.
-