org.jcon.data
Interface UnaryPredicate

All Known Implementing Classes:
AndCondition, FieldCriterion, NotCondition, OrCondition, PicklistCriterion, PropertyMatch, StyleNameAtLODTester, StyleNameIsNewTester, StyleNameTester

public interface UnaryPredicate

Reverse-engineered (with all due respect) from ObjectSpace's JGL - since I doubt this is their crown jewel :-)


Method Summary
 boolean execute(java.lang.Object victim)
           
 

Method Detail

execute

boolean execute(java.lang.Object victim)