|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IfThenElseProcess
Type description.
Method Summary | |
---|---|
Process |
getElse()
Gets the process in the "else" branch. |
Expression |
getExpression()
Gets the expr value. |
Process |
getThen()
Gets the process in the "then" branch. |
Process |
setElse(Process process)
Sets the process in the "else" branch. |
void |
setExpression(Expression expression)
Sets the expr value. |
Process |
setThen(Process process)
Sets the process in the "then" branch. |
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 |
---|
Expression getExpression()
void setExpression(Expression expression)
expression
- The expr to setProcess getThen()
Process getElse()
Process setThen(Process process)
process
- The process in the "then" branch
Process setElse(Process process)
process
- The process in the "else" branch
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |