Aqualogic Interaction API  
 

IExpressionEngine Interface

Expression engine management class. Handles complex tree of nodes, and then uses binary decision diagram execution engine to reduce, apply, restrict, and satisfy the inferred boolean algebraic model down to individual action results by action type. There's a list of toplevel nodes. Only toplevel nodes have actions, for simplicity rather than as a requirement.

For a list of all members of this type, see IExpressionEngine Members.

public interface IExpressionEngine

Types that implement IExpressionEngine

Type Description

Requirements

Namespace: com.plumtree.server.condition

Assembly: plumtreeserver (in plumtreeserver.dll)

See Also

IExpressionEngine Members | com.plumtree.server.condition Namespace