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

Packages that use UnaryOperator
com.jscape.util.workflow Contains workflow implementation classes. 
 

Uses of UnaryOperator in com.jscape.util.workflow
 

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

Methods in com.jscape.util.workflow that return UnaryOperator
 UnaryOperator UnaryExpression.getOperator()
          Returns an operator.
 

Methods in com.jscape.util.workflow with parameters of type UnaryOperator
 void UnaryExpression.setOperator(UnaryOperator value)
          Sets a new operator.
 

Constructors in com.jscape.util.workflow with parameters of type UnaryOperator
UnaryExpression(Expression expression, UnaryOperator operator)
          Creates a new expression instance.
 



Copyright © 2007 JSCAPE Corp. All Rights Reserved.