Interface MCRCombinedCondition

All Superinterfaces:
MCRCondition
All Known Implementing Classes:
MCRAbstractCombinedCondition, MCRAndCondition, MCRNotCondition, MCROrCondition

public interface MCRCombinedCondition extends MCRCondition
This interface is for conditions that combine other conditions. It is used to build a boolean algebra (and, or, not)
Author:
Robert Stephan
See Also: