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

Provides implementations of condition operators.

See:
          Description

Class Summary
OperatorAnd  
OperatorApproxEquals<T extends Number> This operator evaluates the equality of two numbers in a given interval of uncertainty.
OperatorBelongs<T> This operator evaluates the membership of T-element in set.
OperatorBelongsToDoD<T> This operator evaluates the existence of elements that satisfy the set of conditions defined in the DomainOfDefinition.
OperatorContains<T> This operator evaluates the existence of T-element in set.
OperatorEquals<T> This operator evaluates the strict equality of two numbers .
OperatorGreaterThan<T extends Number> This operator evaluates T1 is > T2.
OperatorInter<T> This operator evaluates the intersection of sets.
OperatorLowerThan<T extends Number> This operator evaluates T1 is < T2.
OperatorMulti<T> This operator evaluates the all collection of operators.
OperatorOr  
 

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

Provides implementations of condition operators.



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