com.jscape.util.workflow
Interface Statement

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CompoundStatement, ConditionalStatement, NullStatement, WhileStatement

public interface Statement
extends java.io.Serializable

A statement.

Author:
Alex

Method Summary
 void execute(Context context)
          Executes statement on the specified context.
 

Method Detail

execute

void execute(Context context)
Executes statement on the specified context.

Parameters:
context - workflow context.


Copyright © 2007 JSCAPE Corp. All Rights Reserved.