nextgrid.api.pom
Interface DoWhileProcess

All Superinterfaces:
java.lang.Cloneable, ControlProcess, LoopProcess, Process, java.io.Serializable

public interface DoWhileProcess
extends LoopProcess

DoWhileProcess type.

Author:
Rodrigo Ruiz

Method Summary
 Expression getExpression()
          Gets the expr value.
 void setExpression(Expression expression)
          Sets the expr value.
 
Methods inherited from interface nextgrid.api.pom.ControlProcess
addChildren, addChildren, getChildCount, getChildren, getChildren, getLocalVar, getLocalVars, isLazy, isMemoizeActive, removeChild, removeChild, setChildren, setChildren, setLazy, setLocalVar, setMemoizeActive, trim
 
Methods inherited from interface nextgrid.api.pom.Process
addListener, copy, discover, enact, evaluate, findProcessById, findRoot, getAttribute, getAttribute, getAttribute, getAttributes, getDescription, getId, getInput, getInputs, getInputType, getName, getOutput, getOutputs, getOutputType, getParent, getUsedInputNames, getUsedOutputNames, invalidate, isEvaluated, isValidated, prioritise, putInput, putOutput, removeInput, removeListener, removeOutput, reset, setAttribute, setAttribute, setDescription, setId, setName, setParent, unuseInput, unuseOutput, useInput, useOutput, validate
 

Method Detail

getExpression

Expression getExpression()
Gets the expr value.

Returns:
The expr

setExpression

void setExpression(Expression expression)
Sets the expr value.

Parameters:
expression - The expr to set


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