Interface ConditionBuilder

All Superinterfaces:
Condition
All Known Implementing Classes:
And, DefaultConditionBuilder, Direction, False, Not, Or, True

public interface ConditionBuilder extends Condition
A Condition capable of logical operations with other Condition objects.
Author:
Lincoln Baxter, III