public interface ForEachNumberAction extends ForEachAction
ForEachCollectionElementAction
.ForEachAction.For_Each_Res, ForEachAction.ForEachResult
Modifier and Type | Method and Description |
---|---|
double |
getEndOfRange()
Returns the end of the range of numbers.
|
double |
getStartOfRange()
Returns the start of the range of numbers.
|
double |
getStepping()
Returns the distance between successive numbers in the range.
|
void |
setEndOfRange(double end)
Sets the end of the range of numbers.
|
void |
setEndOfRange(long end)
Sets the end of the range of numbers.
|
void |
setExpirationFlow(Action action)
Sets the flow to follow after this for each number action expires.
|
void |
setStartOfRange(double start)
Sets the start of the range of numbers.
|
void |
setStartOfRange(long start)
Sets the start of the range of numbers.
|
void |
setStepping(double stepping)
Sets the distance between successive numbers in the range.
|
void |
setStepping(long stepping)
Sets the distance between successive numbers in the range.
|
getLoopIndex, setLoopIndex
addFlow, addFlow, addSignalFlow, clone, execute, getDescription, getFlows, getHiddenVariableNames, getJoinExpression, getName, getPostscript, getPostscriptLanguage, getPrescript, getPrescriptLanguage, getResultInfo, getSignalsToMonitor, getTimeoutBusinessInterval, getTimeoutBusinessIntervalNamespace, getTimeoutExpression, getVariableManager, isEndOfRun, isJoinPoint, isSkippable, isStartAction, isStartOfRun, isTransactionBreak, removeFlow, reset, setDescription, setElseFlow, setEndOfRun, setErrorFlow, setErrorFlowWithoutRollback, setErrorFlowWithRollback, setJoinExpression, setJoinPoint, setName, setPostscript, setPostscriptLanguage, setPrescript, setPrescriptLanguage, setSignalsToMonitor, setSkippable, setStartAction, setStartOfRun, setTimeoutBusinessInterval, setTimeoutBusinessIntervalNamespace, setTimeoutExpression, setTimeoutFlow, setTransactionBreak, verify, verifyOnClient
getRuntimeDataMap, setRuntimeDataMap
double getEndOfRange()
double getStartOfRange() throws EngineException
EngineException
- If a system error occurs.double getStepping()
void setEndOfRange(double end)
end
- The end of the range.void setEndOfRange(long end)
end
- The end of the range.void setExpirationFlow(Action action)
setExpirationFlow
in interface ForEachAction
action
- The action that executes next after this for each number
action expires.void setStartOfRange(double start)
start
- The start of the range.void setStartOfRange(long start)
start
- The start of the range.void setStepping(double stepping)
stepping
- The distance between successive numbers in the range.java.lang.IllegalArgumentException
- If stepping is less than 0.void setStepping(long stepping) throws EngineException
stepping
- The distance between successive numbers in the range.java.lang.IllegalArgumentException
- If stepping is less than 0.EngineException
- If a system error occurs.© 2000-2025 Flux Corporation. All rights reserved.