Package org.databene.commons.condition

Provides implementation and framework for org.databene.model.Condition

See:
          Description

Class Summary
AndCondition<E> Composite condition that requires each sub condition to be true.
ComparationCondition<E> Condition implementation that compares an arbitrary number of arguments with one of different available operators.
CompositeCondition<E> Condition that is composed of Condition components.
EqualsCondition<E> Condition that requires to be the checked argument to be equal to a prototype.
OrCondition<E> Composite condition that requires at least one sub condition to be true.
 

Package org.databene.commons.condition Description

Provides implementation and framework for org.databene.model.Condition



Copyright © 2010. All Rights Reserved.