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

Packages that use EqualityOperator
org.jbpm.jpdl.el.impl implementation classes for expression language resolving. 
 

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

Subclasses of EqualityOperator in org.jbpm.jpdl.el.impl
 class EqualsOperator
          The implementation of the equals operator
 class NotEqualsOperator
          The implementation of the not equals operator
 

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



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