com.gridsystems.nextgrid.api.pom
Interface WithExpression

All Known Implementing Classes:
DoWhileProcessImpl, IfThenElseProcessImpl, RepeatUntilProcessImpl, WhileDoProcessImpl

public interface WithExpression

Implementors have a "setExpression" method.

Author:
Rodrigo Ruiz

Method Summary
 void setExpression(nextgrid.api.pom.Expression expr)
          Sets the expression associated to this instance.
 

Method Detail

setExpression

void setExpression(nextgrid.api.pom.Expression expr)
Sets the expression associated to this instance.

Parameters:
expr - The expression


Copyright © 2006-2008 Grid Systems, S.A.. All Rights Reserved.