Uses of Class
org.jbpm.jpdl.el.impl.RelationalOperator

Packages that use RelationalOperator
org.jbpm.jpdl.el.impl   
 

Uses of RelationalOperator in org.jbpm.jpdl.el.impl
 

Subclasses of RelationalOperator in org.jbpm.jpdl.el.impl
 class GreaterThanOperator
          The implementation of the greater than operator
 class GreaterThanOrEqualsOperator
          The implementation of the greater than or equals operator
 class LessThanOperator
          The implementation of the less than operator
 class LessThanOrEqualsOperator
          The implementation of the less than or equals operator
 

Methods in org.jbpm.jpdl.el.impl with parameters of type RelationalOperator
static java.lang.Object Coercions.applyRelationalOperator(java.lang.Object pLeft, java.lang.Object pRight, RelationalOperator pOperator, Logger pLogger)
          Performs all of the necessary type conversions, then calls on the appropriate operator.
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.