Uses of Interface
com.jscape.util.workflow.BinaryOperator

Packages that use BinaryOperator
com.jscape.util.workflow Contains workflow implementation classes. 
com.jscape.util.workflow.operators Contains workflow operators classes. 
 

Uses of BinaryOperator in com.jscape.util.workflow
 

Classes in com.jscape.util.workflow that implement BinaryOperator
 class NullOperator
          "Special case": null operator.
 

Methods in com.jscape.util.workflow that return BinaryOperator
 BinaryOperator BinaryExpression.getOperator()
          Returns operator.
 

Methods in com.jscape.util.workflow with parameters of type BinaryOperator
 void BinaryExpression.setOperator(BinaryOperator value)
          Sets operator.
 

Constructors in com.jscape.util.workflow with parameters of type BinaryOperator
BinaryExpression(Expression leftExpression, BinaryOperator operator, Expression rightExpression)
          Creates a new expression instance.
 

Uses of BinaryOperator in com.jscape.util.workflow.operators
 

Classes in com.jscape.util.workflow.operators that implement BinaryOperator
 class BooleanAndOperator
          Boolean AND operator.
 class BooleanEqualsOperator
          Boolean equals operator.
 class BooleanNotEqualOperator
          Boolean "does not equal" operator.
 class BooleanOrOperator
          Boolean OR operator.
 class NumberContainsOperator
          Number CONTAINS operator.
 class NumberEqualsOperator
          Number EQUALS opeator.
 class NumberGreaterOperator
          Number GREATER operator.
 class NumberLessOperator
          Number LESS operator.
 class NumberMatchesOperator
          Number MATCHES REGEXP operator.
 class NumberNotContainOperator
          Number DOES NOT CONTAIN operator.
 class NumberNotEqualOperator
          Number DOES NOT EQUAL operator.
 class NumberNotMatchOperator
          Number DOES NOT MATCH REGEXP operator.
 class StringContainsOperator
          String CONTAINS operator.
 class StringEqualsOperator
          String EQALS operator.
 class StringMatchesOperator
          Sting MATCHES REGEXP operator.
 class StringNotContainOperator
          Sting DOES NOT CONTAIN operator.
 class StringNotEqualOperator
          Sting DOES NOT EQUAL operator.
 class StringNotMatchOperator
          String DOES NOT MATCH REGEXP operator.
 



Copyright © 2007 JSCAPE Corp. All Rights Reserved.