Package org.expasy.jpl.commons.base.cond

Provides generic condition and expression classes that may be tested on any object.

See:
          Description

Interface Summary
Condition<T> The Condition interface should be implemented by any condition that have to be tested on any T-object.
ConditionBasedFilterReady<T> All object containing filters based on Condition have to implement this interface.
 

Class Summary
ConditionImpl<T,V> Conditional statement where a T-object may meet the condition on a V-value given an operator.
ConditionImpl.Builder<T,V> A builder to ease the construction of conditions
ConditionInterpreter<T> ConditionInterpreter translates condition type expressions into Condition.
 

Exception Summary
ConditionImpl.ConditionRuntimeException Thrown when condition problem met.
 

Package org.expasy.jpl.commons.base.cond Description

Provides generic condition and expression classes that may be tested on any object.



Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.