com.pega.pegarules.pub.runtime
Interface WhenBlock

All Superinterfaces:
GeneratedJava

public interface WhenBlock
extends GeneratedJava

The WhenBlock interface is implemented by the Java which is generated by First-Use Assembly based on Rule-Obj-When instances.

Version:
$Revision: 31 $ $Date: 2009-06-24 09:38:04 -0400 (Wed, 24 Jun 2009) $
Author:
John van der Meer

Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String VERSION
           
 
Method Summary
 boolean evaluate()
          The evaluate method defines the processing associated with each implementation of WhenBlock.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

VERSION

static final java.lang.String VERSION
See Also:
Constant Field Values
Method Detail

evaluate

boolean evaluate()
                 throws IndeterminateConditionalException
The evaluate method defines the processing associated with each implementation of WhenBlock.

Returns:
result of evaluation
Throws:
IndeterminateConditionalException


Copyright © 2012 Pegasystems Inc. All Rights Reserved.